all repos — auto-movie-tagger @ 4fd9ae135634843274e4344e4345537323ce02a9

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

Tweaked the verbosity of the script a little
prithugoswami prithugoswami524@gmail.com
Fri, 05 Jan 2018 16:58:38 +0530
commit

4fd9ae135634843274e4344e4345537323ce02a9

parent

6858eadb3d36d732f573d1fd15413c2efc149441

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

jump to
M amt.pyamt.py

@@ -121,7 +121,9 @@ while len(srch_response['results']) == 0:

title = input("\nCould not find the movie, Enter" " alternate movie title >> ") - searchindex = int(input('Search result index >> ')) + searchindex = int(input("Search result index (enter 0 if " + "you don't know what this is) >> ")) + print('\nFetching movie data for "' + title + '"') srch_response = search.movie(query=title) try: tmdb_movie = (tmdb.Movies(srch_response['results']