Introduction
Movie Renamer Ultimate is a desktop application that automatically renames your movie files and folders using metadata from The Movie Database (TMDB). It's designed for users of media servers like Kodi, Plex, and Jellyfin who need their files in a specific naming format.
The app parses your filenames, searches TMDB for the correct movie information, and renames the files to a clean Movie Name (Year) format.
Installation
Option 1: Download the Installer
Purchase the installer (CA$19.99) and download the .AppImage (Linux), .dmg (macOS), or .exe (Windows). Run the installer and follow the prompts — no Python required.
Option 2: Build from Source
If you prefer to run from source, ensure you have Python 3.x installed:
git clone https://github.com/joshlehman/movie-renamer-ultimate.git
cd movie-renamer-ultimate
pip install -r requirements.txt
python movie_renamer_complete.py
Requires Python 3.x with pip installed.