This little program uses the awesome guessit library to manage your downloaded files.
Clone this repo using git.
Before you use it, set the varibles in manager/main.py
extentions = ['*.mkv', '*.avi', '*.mp4', '*.srt']
m = Manager(pathToDownloads, pathToMovies,pathToShows, extentions)
When you want to run it simply run this in the folder you did your git clone command:
$ python manager
This program requires guessit to be installed