MKV_Renamer is designed to rename videos made with MakeMKV using its logs and TheDiscDB. It currently only does TV shows. Eventually there will be a lot of support to make adding new shows less tedious. It's only been tested with Blu-ray disks but should work with any format.
- View > Preferences > General > Miscellaneous
Check "Log Debug Messages" - Restart (or close) MakeMKV
- On windows, the log can be found in:
C:\Users\<your username>\MakeMKV_log.txt
Warning!! MakeMKV will overwrite the logs every time. It is a good idea to make a copy in a safe location every time you close it!!
- Clone the DiscDB repo
- Clone this repo
- Run
setup.bat- If python is not installed, it will try to install it from the Microsoft store.
- If the store is disabled you may need to install it manually from python.org
- If you install python manually, you'll need to run the setup script again.
- Run
run.bat - Find your DiscDB repo and navigate to the inner data folder. It should be called data and have three folders inside it: series, movie, and sets.
- (Optional) Close the program and edit additional options in the
settings.jsonfile.
- Clone the DiscDB repo
- Clone this repo
- Run
setup.sh- It needs several prereqs. If you're using Debian/Ubuntu/Mint or another apt based distro it should be able to install them automatically, but I've only tested this on Ubuntu.
- If your using a distro without apt you'll need to install them manually, they are:
- python3
- python3 virtual environment (python3-venv)
- python3 development (python3-dev)
- The GTK development libraries (libgtk-3-dev)
- Run
run.sh - Find your DiscDB repo and navigate to the inner data folder. It should be called data and have three folders inside it: series, movie, and sets.
- (Optional) Close the program and edit additional options in the
settings.jsonfile.# Workflow
- Look for your series. You have a few options:
- You can use the UPC barcode on the packaging.
- You can look up the ASIN on amazon if you bought it from there.
- You can browse TheDiscDB folders to find the correct series and release.
- From the pulldown menu in the
DiscDB disksection (Left 2nd Row), select the appropriate disk. - In the
MakeMKV Logsection (to the right of step 2), selectBrowse, and find the MakeMKV log file. - Select the disk in the pull down menu to the right.
- The input folder should fill with the correct path. If it does not, select the path manually.
- Verify the output path is where you want the files to go. It accepts absolute paths and paths relative to the input folder.
- Click
Copy info from DiscDB. - If you don't like the recommend names you can edit them in the
Rename to:column. - Click
Rename!
