Cinemore私有云服务器
部署您自己的媒体服务器以获得增强功能
服务器功能
集中式刮削
服务器处理所有媒体的元数据收集
多设备同步
在所有设备上无缝同步您的观看进度
多用户管理
为家庭成员创建拥有独立历史记录的账户
自定义合集
创建并与所有用户共享电影合集
进度条缩略图
服务器生成预览缩略图以获得更好的体验
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