Cinemore Private Cloud Server
Deploy your own media server for enhanced features
Server Features
Centralized Scraping
Server handles metadata collection for all your media
Multi-device Sync
Seamlessly synchronize your viewing progress across all devices
Multi-user Management
Create accounts for family members with individual histories
Custom Collections
Create and share movie collections with all users
Progress Bar Thumbnails
Server generates preview thumbnails for a better experience
Installation Guide
Docker Installation
Run the following command in your terminal:
docker run -d \
--name cinemore-server \
-p 8000:8000 \
-v /path/to/data:/app/data \
-v /path/to/media:/media \
cinemore/cinemore-server:latest