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.
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.
- TagLib# used for editing metadata of movie files.
- themoviedbapi used to access the TMDb API.
- TMDbLib used for interaction with TMDb API.