diff --git a/README.md b/README.md index 8d6f413..6e7944e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Media Library Organiser -`v1.1-a1` `No-GUI` +`v1.2.5-a1` `No-GUI` #### 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. #### Why do I do it? This boosts my frequently updated massive media library organised almost instantly. #### What's New ! -* `[UPDATE]` Uses **imDB** to retrieve the most relevent movie names. +* `[UPDATE]` Uses **imDB** to retrieve the most relevent movie and series names. ###### * **To view the entire Update log** - [log-update.md](https://github.com/KrishnaAlagiri/Media-Library-Organiser/blob/master/log-update.md) * **To view the features that are to be added on the next version** - [current-working.md](https://github.com/KrishnaAlagiri/Media-Library-Organiser/blob/master/current-working.md) diff --git a/log-update.md b/log-update.md index 322e361..b08bf90 100644 --- a/log-update.md +++ b/log-update.md @@ -1,7 +1,19 @@ # [Media Library Organiser](https://krishnaalagiri.github.io/Media-Library-Organiser/) -###### `v1.1-a1` `No-GUI` +###### `v1.2.5-a1` `No-GUI` ### Update Logs +#### v1.2.5-a1 +* Decreased Time Complexity to find the most apt series name. + +#### v1.2-a1 +* `[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 :) + +#### v1.1-a1 +* Minor Bug Fixes in **RENAME-Movies.py** +* Major Code Optimizations in **RENAME-Movies.py** + #### v1.0-a1 * Increased efficiency to find the most apt movie name. * Minor Bug Fixes in **RENAME-Movies.py**