Skip to content

๐Ÿฟ Organising and bulk renaming media library made easy with Python and IMDb (Essential for XBMCs, Plex etc.)

License

Notifications You must be signed in to change notification settings

bearlike/Media-Library-Organiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

414156d ยท Aug 31, 2020
Feb 23, 2019
Nov 25, 2018
Sep 20, 2019
Oct 11, 2018
Mar 23, 2019
Aug 31, 2020
Jan 12, 2019
Aug 23, 2020
Apr 13, 2019
Oct 14, 2018
Nov 19, 2019
Nov 19, 2019
Oct 14, 2018
Oct 14, 2018
Apr 13, 2019
Nov 25, 2018
Nov 19, 2019
Nov 19, 2019

Repository files navigation


Media Library Organiser

Automatically bulk renames and organises your Movie and TV-Shows Library.
Ideal for maintaining your xbmc library.

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

Features

  • Offline Movie files are renamed and organized in format:
<Movie_name> (<year>)
  • All episodes of series are renamed in the format:
S<Season_number>E<Episode_Number>
  • Allmovies are moved inside a folder with their corresponding name and release year in it:
*/Output/Movies/<Movie_name> (<year>)/
  • All episodes of a series are moved inside a folder with their corresponding Season number in it:
*/Output/Series/<TV_Series_name>/S<Season_number>/

Usage

  • Step 1: Move all the media files that are to be renamed and organised into "/Input/Movies" or "/Input/Series" folder according to the requirement.
  • 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/Movies" or "/Output/Series" folder accordingly.

Screenshot

RENAME-Movies.py

RENAME-Series.py

Authors

Acknowledgments

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

Made with โค๏ธ by bearlike

wave