Mopidy3
Application Docker from knex666's Repository
Vue d'ensemble
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 icecast.
- set up the docker
- set up the network to br0 with an ip
- set up volume mount to /mnt/user/appdata/mopidy/ >> /config/
- set up volume mount for tmp/snapfifo if you use snapcast /mnt/user/appdata/mopidy/tmp/ >> /tmp
- set up volume mount for your local media
generate the mopidy.conf file *Doc here https://docs.mopidy.com/en/latest/config/ *example here https://github.com/maschhoff/docker/blob/master/mopidy/mopidy.conf
authentication for soundcloud and spotify https://www.mopidy.com/authenticate/ *authenticate spotify https://developer.spotify.com/documentation/web-api/quick-start/
use my docker icecast or snapcast for music streaming:
for audio you need a special config
for snapcast you have to generate the audio output in a pipe file /tmp/snapfifo this is mounted in both docker container
[audio]
output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioconvert ! wavenc ! filesink location=/tmp/snapfifo
icecast
[audio]
output = lamemp3enc ! shout2send async=false mount=mopidy ip=X.X.X.X port=8000 password=XXXXX
Arguments d'exécution
- Interface utilisateur Web
http://[IP]:[PORT:6680]/- Réseau
br0- Coquille
sh- Privilégié
- false
- Paramètres supplémentaires
-p 6600:6600 -p 6680:6680 -p 5555:5555/udp
Configuration du modèle
Container Path: /config/mopidy.conf
- Cible
- /config
- Valeur
- /mnt/user/appdata/mopidy/
Container Path: /tmp/snapfifo
- Cible
- /tmp/
- Valeur
- /mnt/user/appdata/mopidy/tmp/
Container Path: /media
- Cible
- /media
- Valeur
- /mnt/user/Media/Musik/
Télécharger les statistiques
Total des téléchargements au fil du temps
Détails
knex666/mopidy:3-experimentalExécutez Mopidy3 sur Unraid.
Mopidy3 est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.