Skip to content
Jacob Chirayath edited this page Jun 12, 2026 · 4 revisions

MediaHound

MediaHound Wiki

MediaHound turns photos of your DVD / VHS / Blu-ray and CD / vinyl / cassette covers — or a CSV — into a sleek, searchable, self-hosted catalog of your movies and music. Offline-first, zero-key by default, open-source (MIT). Everything stays on your computer.

Live demo · 📦 PyPI · 💻 Source

Three ways to use it

For whom How
🖥️ Desktop app Non-technical Download the macOS / Windows app, unzip, open. See Desktop App.
🐍 pip Have Python pip install mediahound then mediahound app.
🛠️ From source Hacking on it git clone … && pip install -e .

Quick start (CLI)

pip install mediahound
mediahound app          # sets up a library and opens the editor in your browser

…then click ➕ Add photos to drag in your cover pics. No config files, no separate commands.

Guides

How it works

A Python CLI reads cover photos → identifies each item → enriches it (cover art, cast/artist, genres, runtime/tracklist, where to watch/listen, resale value) → writes a static web app you can search and curate. The two halves meet at a folder of JSON files. Full design: ARCHITECTURE.md.

Clone this wiki locally