all repos — auto-movie-tagger @ 6c4ac4e970c15ca648a19fbd85b657c5ef527259

A Python script that auto tags and adds poster to mkv or mp4 movie files.

Added metadata info
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 22:14:59 +0530
commit

6c4ac4e970c15ca648a19fbd85b657c5ef527259

parent

07150f6fc770f074c353d2b507b339605385e474

1 files changed, 10 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -1,5 +1,11 @@

# Auto Movie Tagger -A Python script that auto tags and adds poster to mkv or mp4 movie files. +A Python script that auto tags and adds poster to mkv or mp4 movie files. + +The metadata it adds: ++ Genre - Movie's genres ++ Artist - The director of the movie ++ Year - The release year of the movie ++ Comment - IMDb Rating and the movie's plot-outline. ![The Matrix](/promo-images/matrix.png) ![Wall-E](/promo-images/walle.png)

@@ -28,14 +34,16 @@ ## How to use

<ol> <li>Move all the movie files you want to be tagged into one folder</li> <li>If you want subtitles to be embeded into the movie file(s) then add a subtitle file (srt only) in the same folder named exactly the same as the movie file(s).</li> - <li>Run the script in that directory and sit back and relax till it ends executing.</li> + <li>Run the script in that directory and sit back and relax till it ends executing. </li> </ol> ## Notes <ul> <li>This script only works for mp4 and mkv file types.</li> + <li>The final file is a mp4 file</li> <li>Make sure if you are having an mkv file, it should not contain any type of picture based subtitles(hdmv-pgs/vobsub,etc). You can use <a href="https://mkvtoolnix.download/">MKVToolNix</a> or any other similar gui utility to quickly remove the picture based subtitles or you can use ffmpeg to this as well. If the file already has an srt subtitle then the script will just copy it.</li> <li>If you would like to use your own poster image then add an image file (jpg only) in the same folder and rename it to the same as the movie file.</li> <li>Although I have provided my own TMDb API key in the source, I would recommend you get you own from <a href="https://www.themoviedb.org/documentation/api">here</a></li> + <li> Tip - When you sort your tagged movies according to the comment they get sorted by ascending/descending order of their IMDb rating.</li> </ul>