A (simple) program that'll automatically bulk rename and organise your Movie and TV-Shows Library (ideal for maintaining your xbmc library). Movies and TV Shows are easily organized by your xbmc if they're given the right name.
This boosts my frequently updated massive media library organised almost instantly.
-
[ADDED]Fallback mode if unable to detect a TV Show. -
[ADDED]Automatic Subtitle Downloader. -
[UPDATE]Uses imDB to retrieve the most relevent movie and series names. -
To view the entire Update log - log-update.md
-
To view the features that are to be added on the next version - current-working.md
What things you need to run the program:
- Python Compiler (3.7 Recommended)
- Install the following Packages from pypi by using the following commands:
- strsim and imdbpy
pip install strsim pip install imdbpy
- strsim and imdbpy
- Step 1: Move all the media files that are to be renamed and organised into "/Input" folder.
- Step 2: Run the appropirate .py file RENAME-Movies.py or RENAME-Series.py
- Step 3: If no error occurs, the organized files would be inside "/Output" folder
- Krishna Alagiri - Initial work - KrishnaAlagiri
- Hat tip to anyone whose code was used.
- Myself :P