Library Management
Why isn't my media showing up?
Check:
- Root folder path is correct (use container path in Docker)
- Cinephage has read permissions
- Files are in supported format (.mkv, .mp4, .avi, etc.)
- Run Library Scan: Library → Movies/TV → Scan Library
How do I add my existing library?
- Go to Library → Movies or Library → TV
- Click Import
- Select folder containing your media
- Review and confirm matches
- Cinephage will organize and add to library
See Import Existing Files for details.
Can I have multiple root folders?
Yes! You can create multiple root folders:
/media/movies (Movies root)
/media/tv (TV Shows root)
/media/anime (Anime root)
/media/kids (Kids content root)
Each must be dedicated to one media type (don't mix movies and TV).
What's the difference between Monitored and Unmonitored?
- Monitored: Cinephage actively searches for this content
- Unmonitored: Item is in library but won't be auto-searched
Use cases:
- Monitored: Content you want to download/upgrade
- Unmonitored: Content you already have, don't need more
How do I organize my files?
Cinephage can organize files automatically:
- Configure naming patterns in Settings → Media Management → Naming
- Use tokens like
{Movie Title},{Release Year},{Quality} - Cinephage applies patterns during import
- Use "Organize" feature to rename existing files
See Organize Files for patterns and examples.
Why are my movies/shows matched incorrectly?
Common causes:
- No year in filename - Add release year
- Ambiguous title - Similar movies with same name
- Foreign title - Different names in different regions
Solutions:
- Rename files with year:
Movie Title (2024).mkv - Use TMDB ID:
Movie Title {tmdb-12345}.mkv - Manually correct match during import
Quick Command Reference
Scan library:
# Trigger via web UI: Library → Movies/TV → Scan Library
Check file permissions:
ls -la /path/to/media
docker compose exec cinephage ls -la /path/to/media
View library stats:
# In Cinephage web UI: Library → Movies/TV shows count
See Also
- Import Existing Files - Detailed import guide
- Organize Files - File naming patterns
- Downloading FAQ - Automated downloads
- Troubleshooting - Import issues