all repos — auto-movie-tagger @ 07150f6fc770f074c353d2b507b339605385e474

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

Added API Key
Prithu Goswami prithugoswami524@gmail.com
Tue, 02 May 2017 21:40:13 +0530
commit

07150f6fc770f074c353d2b507b339605385e474

parent

b269227cb2ad8520901cfb95ecf15469211d3c5e

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

jump to
M amt.pyamt.py

@@ -22,7 +22,7 @@ from imdbpie import Imdb

from mutagen.mp4 import MP4, MP4Cover #Setting the API key for usage of TMDB API -tmdb.API_KEY = 'YOUR-TMDB-API-KEY' +tmdb.API_KEY = 'b888b64c9155c26ade5659ea4dd60e64' def collect_files(file_type):

@@ -247,9 +247,4 @@ print('\n\n\nAll files proccessed successfuly!')

else: print('\n\n\nThe files that were not proccessed: \n') for er in errored_files: - print(er) - - - - - + print(er)