No Docker compose to babysit, no metadata agents to wire together. You point Media Centaur at your directories and it does the rest — identify, illustrate, track, and play — fast at your desk, comfortable from the couch.
Tell Media Centaur where your video files live and it starts watching them. That's the whole configuration — zero-config SQLite under the hood, so there's no Docker stack, no Postgres, and no server to stand up first.
The database is a single file you can read, back up, and move. Nothing about your setup is locked away in a container volume you can't reach.

Media Centaur watches those directories, parses each filename, matches every movie and show against TMDB, and downloads the artwork. New files get picked up as they land.
Anything it isn't confident about doesn't guess — it waits in a Review queue so a sloppy release name never becomes the wrong title on your wall. You confirm, it learns the rest.


What you get is a wall of artwork, dark-first and large. At your desk it's keyboard-fast and mouse-friendly; from the couch the same screens drive on a gamepad or remote.
One control surface, two postures — there's no separate "TV mode" to switch into and no cut-down interface. The library you browse working is the library you browse relaxing.

Selecting a title launches mpv on the machine it's running on — the same box driving your TV. Media Centaur tracks how far you got and resumes exactly where you left off.
When an episode ends, the next one is already queued, so a binge keeps rolling without you reaching for anything. Finished titles are marked watched on their own.

Those four steps are a single Phoenix application, not a stack you assemble. A filesystem watcher feeds an identification pipeline, results land in SQLite, and a real-time LiveView UI renders the library — the *ARR stack's whole job done in one app, with the decoding handed off to mpv.
Downloads the latest release, verifies its checksum, installs atomically, and sets up a systemd user unit (launchd on macOS). Then point it at your directories and let the four steps run.
curl -fsSL https://raw.githubusercontent.com/media-centaur/media-centaur/main/installer/install.sh | sh
Installs on Linux x86_64 and Apple Silicon (experimental).