self-hosted / open source / Apache-2.0

Know Your Library.

Media file manager for self-hosters.
See what's in your library, clean it up, keep it organized.

Your entire library at a glance.

Formats, resolutions, HDR types, audio codecs, and estimated space savings, all in one dashboard.

Cinerr / Stats
Cinerr Stats Dashboard

Everything you need to
understand your media.

01
Stats Dashboard
See exactly what your library is made of: how many files are AVC vs HEVC, which are HDR, what resolutions you have, and how much space you'd free by transcoding. No guessing, no digging.
02
Media Browser
Search, sort, and filter every file by codecs, resolutions, HDR, audio tracks, file sizes, and more.
03
Smart Scanning
The first scan reads every file. Every rescan after that finishes in seconds, even on libraries with tens of thousands of titles.
04
Live Progress
Start a long-running job and walk away. Pause it when you need the resources back, resume it later, or cancel it outright.

Up and running in 60 seconds.

compose.yml
services:
  cinerr:
    image: alexkouzel/cinerr:latest
    container_name: cinerr
    ports:
      - "8080:8080"
    volumes:
      - /path/to/your/media:/media:ro
      - cinerr_data:/data
    restart: unless-stopped

volumes:
  cinerr_data:
  1. 1. Replace /path/to/your/media with your media directory.
  2. 2. Run docker compose up -d
  3. 3. Open localhost:8080 and click SCAN MEDIA.

Ready to see what's in your library?

Your media is mounted read-only. Cinerr never touches your files.