Mopidy3
Docker 应用程序 from daredoes' Repository
概述
Mopidy is an extensible music server written in Python.
Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and more. You edit the playlist from any phone, tablet, or computer using a range of MPD and web clients.
This is Mopidy3 for Unraid with support for snapcast and multiple instances with automatic snapcast stream management.
- set up the docker
- set up volume mount to /mnt/user/appdata/mopidy/ >> /config/
- add TCP ports for MPD, HTTP and TCP ports for each additional instance you want
A configuration has been autogenerated with basic settings. The template for it can be found in the container in /home/templates. It is located in /etc/mopidy
Do NOT modify the part of the audio output setting that says port=4953. This is automatically replaced for each instance generated to fill in the host and port.
To configure the instance and snapcast settings, copy the template to your config folder and modify it. cp /home/templates/server.json /config/.
运行时参数
- 网络用户界面
http://[IP]:[PORT:9001]/- 网络
bridge- 外壳
bash- 特权
- false
模板配置
Where the config files live
- 目标
- /etc/mopidy/
- 默认值
- /mnt/user/appdata/Mopidy3/config
- 价值
- /mnt/user/appdata/mopidy/config
Where the Mopidy Data lives
- 目标
- /data/
- 默认值
- /mnt/user/appdata/Mopidy3/data
- 价值
- /mnt/user/appdata/mopidy/data
The location of your music
- 目标
- /media
The location where DB files are stored. If you don't add this, your docker image will bloat.
- 目标
- /home/.local/share/mopidy/
- 默认值
- /mnt/user/appdata/Mopidy3/share
This should match whats in your config
- 目标
- 6600
- 默认值
- 6600
- 价值
- 6600
Where the webserver lives
- 目标
- 6680
- 默认值
- 6680
- 价值
- 6680
The default port for TCP Streams in Snapcast
- 目标
- 4593
- 默认值
- 4593
- 价值
- 4593
Where the supervisord web UI lives
- 目标
- 9001
- 默认值
- 9001
- 价值
- 9001
The folder location where template files are accessed
- 目标
- TEMPLATES_DIR
- 默认值
- /home/templates
The file location of a custom requirements.txt you want installed at the start of each mopidy instance.
- 目标
- REQUIREMENTS_FILE
- 默认值
- /etc/mopidy/requirements.txt
下载统计数据
详细信息
在Unraid 上运行 Mopidy3 。
Mopidy3 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。