Automates the tedious manual work around MakeMKV: figuring out what to rip, which MKV files are actually what, and organizing everything into Plex-compatible folder structures.
Project description
riplex
Automatically organizes MKV files from physical disc collections into Plex-compatible folder structures with the right names, the right folders, and no manual work.
Desktop App
If you'd rather use a simple graphical interface instead of the command line, download the pre-built app from the Releases page:
- Windows: Download
riplex-ui-windows.exeand double-click to run - macOS (Apple Silicon): Download
riplex-ui-macos.zip, unzip, and openriplex-ui.app - macOS (Intel): Install with pipx — GitHub deprecated their Intel macOS build runners, so pre-built Intel binaries are no longer possible
No Python install required. The app walks you through setup and provides buttons for all workflows.
Why?
After using MakeMKV to back up a disc, you're left with a pile of generically-named files (title_t00.mkv, title_t01.mkv, ...) and no idea which is the main film, which are featurettes, which are duplicates, and which is the play-all compilation you didn't need. For a multi-disc TV series, you're looking at hours of manual effort: reading disc cases, Googling runtimes, renaming files one by one, and building the exact folder hierarchy Plex demands.
riplex solves this by pulling metadata from TMDb (canonical titles, years, episode info) and dvdcompare.net (per-disc content breakdowns — featurettes, deleted scenes, runtimes), then automatically classifying, deduplicating, matching, renaming, and organizing everything into the correct Plex structure.
What it does
| Command | What it does |
|---|---|
orchestrate |
Full pipeline: detect a disc, look up metadata, select titles, hand off to MakeMKV for disc backup, and organize into Plex folders. Multi-disc with swap prompts. |
organize |
Scan existing MKV files, deduplicate, match to metadata by runtime, move into Plex layout. |
lookup |
Preview disc contents and see what's on each disc before doing anything. |
Quick Start
Install
pip install riplex
Then run the setup wizard:
riplex setup
This walks you through creating your config file (TMDb API key, output paths) and checks that required tools are on PATH. If anything is missing, it offers to install it for you. It also runs automatically the first time you use any command.
For detailed installation instructions (including how to install Python if you don't have it), see the Getting Started guide.
Orchestrate (full pipeline)
Insert a disc and run:
riplex orchestrate --execute
riplex auto-detects the title from the volume label, looks up metadata, shows you what's on each disc, hands off to MakeMKV for disc backup, and organizes everything into Plex folders.
Unattended mode
riplex orchestrate --execute --auto
Skips all prompts, uses best-guess defaults. Good for scripted or scheduled runs.
Organize existing files
Already have MKV files from MakeMKV? Point organize at the folder:
riplex organize path/to/MyMovie --execute
Requirements
- Python 3.11+
- TMDb API key (free)
- MakeMKV with
makemkvconon PATH - ffmpeg (
ffprobe) for metadata extraction - MKVToolNix (
mkvmerge,mkvpropedit) for chapter splitting and tagging
riplex setup detects missing tools and offers to install them automatically via winget (Windows), Homebrew (macOS), or apt (Linux).
Platform Support
riplex works on Windows, macOS, and Linux. All path handling, caching, and config locations follow OS conventions automatically.
Data Sources
- TMDb: Canonical movie and TV show metadata (titles, years, episodes, runtimes). Requires a free API key.
- dvdcompare.net: Per-disc content breakdowns for physical media releases (featurettes, deleted scenes, interviews, runtimes, play-all groupings). An invaluable resource for the disc collecting community.
Related Projects
- dvdcompare-scraper: Python client for looking up disc content metadata from dvdcompare.net. Powers riplex's disc content lookup. Contributions welcome.
Documentation
Full documentation is in the docs/ folder:
- Getting Started: installation, configuration
- User Guide: workflows, command-by-command guides
- CLI Reference: all options for all commands
- Architecture: design, data flow, project structure
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file riplex-0.6.2.tar.gz.
File metadata
- Download URL: riplex-0.6.2.tar.gz
- Upload date:
- Size: 202.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58cdf0b209ebb4abb0bdc15966f9b73f35be603a441e002088854ba88eb4ff86
|
|
| MD5 |
65bbb04e2f4d5c127094f6cb4ad4d057
|
|
| BLAKE2b-256 |
afc7a3935adeedd2279365d24a1afcdb553c27887c2ebf9ca83c859d6a4a72bf
|
File details
Details for the file riplex-0.6.2-py3-none-any.whl.
File metadata
- Download URL: riplex-0.6.2-py3-none-any.whl
- Upload date:
- Size: 147.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
076465c0005d27929eb44bfca72b1592c67a79e738b4495b93fd2cb528e35d2e
|
|
| MD5 |
17f52f45c20f147e88a88946e026ff9f
|
|
| BLAKE2b-256 |
5a0099ee762c8a479e06794326548bc40576b1615da93288b725e959f363e4ea
|