A JavaFX application that write tags and cover art images in mp4 and mkv video files. It uses the JSON API provided by TMDb.
In order to build the project you need IntelliJ IDEA. Clone the repository and open the project with IntelliJ.
Then in MovieTag -> src -> main -> resources
folder create a tmdb.properties
file with the following content
KEY=YOUR_KEY_FOR_TMDB_API
and replace YOUR_KEY_FOR_TMDB_API
with your key from TMDb API.
Then you can run the project or generate native bundle and JAR files.
- JCodec used for editing metadata of mp4 files.
- themoviedbapi used to access the TMDb API.