Skip to content

Commit

Permalink
Update Documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
bearlike committed Nov 25, 2018
1 parent 425ff88 commit 89dcd4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
14 changes: 13 additions & 1 deletion log-update.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down

0 comments on commit 89dcd4a

Please sign in to comment.