- Decreased Time Complexity to find the most apt series name.
[UPDATE]
Uses imDB to retrieve the most relevent series names.- Decreased Time Complexity to find the most apt movie name.
- Made the interface a bit more User Friendly :)
- Minor Bug Fixes in RENAME-Movies.py
- Major Code Optimizations in RENAME-Movies.py
- Increased efficiency to find the most apt movie name.
- Minor Bug Fixes in RENAME-Movies.py
[UPDATE]
Uses imDB to retrieve the most relevent movie names.- Renamed the previous version of RENAME-Movies.py to RENAME-Movies (Alt).py. (Just in case someone want the program without the implementation of imdbpy)
[ADDITION]
RENAME-ALL.py to call the respective programs at ease.- Major Improvements in RENAME-Series.py
[UPDATE]
TV Shows are now automatically organised into folders based on their Episode_Number, Season_number and TV_Series_name
[ADDITION]
Uses patterns in filename retrieve the original TV show name and their episode number.
- Uses patterns in filename retrieve the original movie name.
- Initial Commit