优雅的 Roon 专辑封面显示工具,让您的音乐聆听体验更加视觉化。
docker-compose.yml 文件:version: '3'
services:
roonalbumart:
image: epochaudio/roonalbumart:latest
container_name: roonalbumart
ports:
- "3666:3666"
restart: unless-stopped
docker-compose up -d
docker run -d \
--name roonalbumart \
--network host \
--restart unless-stopped \
epochaudio/roonalbumart:latest
http://<你的IP>:3666标准播放界面 (/nowplaying.html)
全屏模式 (/fullscreen.html)
提示:根据使用场景选择合适的显示模式:
本项目基于以下开源项目进行开发:
特别感谢:
Content type
Image
Digest
sha256:2e14714d0…
Size
52.6 MB
Last updated
over 1 year ago
docker pull epochaudio/roonalbumart