Media file manager for self-hosters.
See what's in your library, clean it up, keep it organized.
Preview
Formats, resolutions, HDR types, audio codecs, and estimated space savings, all in one dashboard.
Features
Quick Start
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:
/path/to/your/media with your media directory.
docker compose up -d
localhost:8080 and click SCAN MEDIA.
Your media is mounted read-only. Cinerr never touches your files.