Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Media Library Organiser

Language Release No-GUI Last_Commit License

About

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 !

  • [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

Getting Started

Prerequisites

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

Usage

  • 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

Screenshot

RENAME-Movies.py

Screenshots_Movies

RENAME-Series.py

Screenshots_TVShows

Authors

Acknowledgments

  • Hat tip to anyone whose code was used.
  • Myself :P