all repos — auto-movie-tagger @ a17bb764997842edbef3818da90fe8a3617d7af6

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

Added command to run the script

Changes in the Readme.md
Prithu Goswami prithugoswami524@gmail.com
Thu, 11 May 2017 10:21:10 +0530
commit

a17bb764997842edbef3818da90fe8a3617d7af6

parent

c864e6fdd5884f7328a8a432e9f9dfe9decf7c2e

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

jump to
M README.mdREADME.md

@@ -34,7 +34,9 @@ ## How to use

<ol> <li>Move all the movie files you want to be tagged into one folder. Make sure that the filename is <strong>only</strong> the title of the movie.</li> <li>If you want subtitles to be embedded 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>Download the script (<a href="amt.py">amt.py</a>) and run it in that directory and sit back and relax till it ends executing. </li> + <li>Download the script (<a href="amt.py">amt.py</a>) and run it in that directory and sit back and relax till it ends executing. How to run the script in that directory? Copy the script in the directory and run it using the command: + <pre><code>python amt.py</code></pre> + </li> </ol> ## Notes