all repos — auto-movie-tagger @ c864e6fdd5884f7328a8a432e9f9dfe9decf7c2e

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

Added some comments
Prithu Goswami prithugoswami524@gmail.com
Tue, 09 May 2017 19:53:56 +0530
commit

c864e6fdd5884f7328a8a432e9f9dfe9decf7c2e

parent

24cdc4fa114ac07b411c74d5842e75dc18f60831

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

jump to
M amt.pyamt.py

@@ -1,5 +1,7 @@

"""A Script that tags you movie files. +Run the script in a folder containing the mp4/mkv movie files with their +filename as the movie's title. This script might seem a little messy and ugly and I know maybe there is better and effecient way to do some of the tasks.