all repos — auto-movie-tagger @ fab4f7454bb314539a435093a20f3512314c4ab0

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

Corrected syntax
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:32:33 +0530
commit

fab4f7454bb314539a435093a20f3512314c4ab0

parent

6b5390dbd457edad1fc228314f07ef31cc9b7945

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

jump to
M README.mdREADME.md

@@ -36,6 +36,6 @@ <ul>

<li>This script only works for mp4 and mkv file types.</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>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> </ul>