Skip to main content

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

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.

Why?

MakeMKV is great at one thing: reading a disc and dumping raw MKV files. But that's where its job ends and yours begins.

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.

We identified the best sources of disc metadata (TMDb for canonical titles and episode info, dvdcompare.net for per-disc content breakdowns) and automated the entire pipeline. riplex pulls that data, figures out what's on every disc in a release, tells you exactly which MakeMKV titles to rip (and which to skip), then matches, renames, deduplicates, splits, and organizes everything into the correct Plex structure automatically.

What it does

Command What it does
orchestrate Full pipeline: insert a disc, riplex handles detection, metadata lookup, ripping, and organizing. Multi-disc with swap prompts.
rip Single-disc rip with smart title selection (skips play-alls, duplicates, junk).
organize Scan existing MKV rips, deduplicate, match to metadata by runtime, move into Plex layout.
lookup Preview disc contents and recommended rip strategy before touching MakeMKV.

Quick Start

Install

pip install -e ".[dev]"

Configure

Create a config file at %APPDATA%\riplex\config.toml (Windows) or ~/.config/riplex/config.toml:

tmdb_api_key = "your_key_here"
output_root = "E:/Media"
rip_output = "E:/Media/Rips"

Get a free TMDb API key at https://www.themoviedb.org/settings/api.

Rip a disc (interactive)

Insert a disc and run:

riplex orchestrate --execute

riplex auto-detects the title from the volume label, looks up disc metadata, shows you what's on each disc, lets you choose which to rip, and organizes everything into Plex folders when done.

Rip a disc (unattended)

riplex orchestrate --execute --auto

Skips all prompts, uses best-guess defaults. Good for scripted or scheduled runs.

Organize existing rips

Already ripped with MakeMKV manually? Point organize at the folder:

riplex organize path/to/rips/Oppenheimer --execute

Requirements

  • Python 3.11+
  • TMDb API key (free)
  • MakeMKV with makemkvcon on PATH
  • ffmpeg (ffprobe) for metadata extraction
  • MKVToolNix (mkvmerge, mkvpropedit) for chapter splitting and tagging

Related Projects

  • dvdcompare-scraper: Scrapes per-disc content metadata from dvdcompare.net (featurettes, interviews, deleted scenes, runtimes). Required dependency that powers riplex's disc content lookup. Contributions welcome.

Documentation

Full documentation is in the docs/ folder:

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

riplex-0.1.0.tar.gz (133.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

riplex-0.1.0-py3-none-any.whl (75.1 kB view details)

Uploaded Python 3

File details

Details for the file riplex-0.1.0.tar.gz.

File metadata

  • Download URL: riplex-0.1.0.tar.gz
  • Upload date:
  • Size: 133.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for riplex-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9eb70059a84fb671a9d6333a25341ac8e3e6a88e0a850b862d94919aa9317ace
MD5 ee49dd7b9bdb01c5ac5dd4c3ee4b2fc9
BLAKE2b-256 a92b1b3f0553b1ab519715f8c55f592367087c927316b725bffaf7710616d7d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for riplex-0.1.0.tar.gz:

Publisher: publish.yml on AnyCredit5518/riplex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file riplex-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: riplex-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 75.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for riplex-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 afe00a52523c9ad773aade733c793871891cd46e1f7a57f8fd0c5d39a0642046
MD5 4b955ba7ea5ede16c91ac2d2d5cf0a5c
BLAKE2b-256 0c336447b014b68a982cba018640efb2ac27fdd3433b9a5e802a47e2ef2c023e

See more details on using hashes here.

Provenance

The following attestation bundles were made for riplex-0.1.0-py3-none-any.whl:

Publisher: publish.yml on AnyCredit5518/riplex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page