Simple python script to clean up your media files
Currently only handles tv series
Expects a file structure of tv-show/season/episodes
* Python 3+
Clone the repo and run the following.
chmod +x main.py
./main.py Videos/My-Tv-Shows
or simply
python main.py Videos/My-Tv-Shows
MIT