/MovieTag

Download cover art and tags from TMDB and store them in mp4 and mkv files.

Primary LanguageJavaMIT LicenseMIT

Movie Tag

A JavaFX application that write tags and cover art images in mp4 and mkv video files. It uses the JSON API provided by TMDb.

Screenshots

main search write-tags

Build

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.

Libraries Used