/MovieTagSharp

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

Primary LanguageC#MIT LicenseMIT

Movie Tag

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

Screenshots

Main Open Opened Search Selected Saved

Build

In order to build the project you need Visual Studio. Clone the repository and open the project with Visual Studio.

Then in App.config file replace the value of tmdb key with your TMDb key.

Libraries Used

  • TagLib# used for editing metadata of movie files.
  • themoviedbapi used to access the TMDb API.
  • TMDbLib used for interaction with TMDb API.