threadgill-dev/dvd-autorip-skill

9 stars · Last commit 2026-09-20

A Claude Code plugin that rips DVDs via MakeMKV, independently identifies content, and corrects Jellyfin metadata.

README preview

# dvd-autorip

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-plugin-5A32FB)](https://code.claude.com/docs/en/plugins.md)

A Claude Code skill/plugin that rips a DVD via [MakeMKV](https://www.makemkv.com/),
**independently identifies its real content** (dialogue, subtitles, disc menus — never
just a fuzzy title/year guess), and places correctly-named files into your media
library. Works with [Jellyfin](https://jellyfin.org/) (writes corrected metadata
directly via its API), [Plex](https://www.plex.tv/), or no media server at all.

Built from ~200 real disc-ripping sessions' worth of accumulated technique — not a
theoretical design. Every gotcha in `skills/dvd-autorip/references/gotchas.md` was
found by actually hitting it on a real disc.

## Contents

- [Why this exists](#why-this-exists)
- [How this compares to ARM / FileBot](#how-this-compares-to-arm--filebot)
- [What this is (and isn't)](#what-this-is-and-isnt)

View full repository on GitHub →