Mopidy knex666/mopidy https://hub.docker.com/r/knex666/mopidy br0 sh false https://forums.unraid.net/topic/78479-support-knex666-mopidy/ https://github.com/maschhoff/docker/tree/master/mopidy 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 Mopidy for unraid with support for snapcast and icecast It is based on whhoesj/mopidy with additin of TuneIn and Youtube and Iris Web Interface. - set up the docker - set up the network to br0 with an ip - set up volume mount to /mnt/user/appdata/mopidy/mopidy.conf >> /mopidy.conf - 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/wernight/docker-mopidy/blob/master/README.md authentication for soundcloud and spotify https://www.mopidy.com/authenticate/ 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 http://[IP]:[PORT:6680]/iris/ https://raw.githubusercontent.com/maschhoff/docker/master/unraid%20xml/my-mopidy.xml https://github.com/maschhoff/docker/raw/master/mopidy/mopidy.png Please buy me a Pizza https://www.buymeacoffee.com/maschhoff br0 /mnt/user/appdata/mopidy/mopidy.conf /etc/mopidy.conf rw /mnt/user/appdata/mopidy/tmp/ /tmp/ rw /mnt/user/Media/Musik/ /media rw /mnt/user/appdata/mopidy/mopidy.conf /mnt/user/appdata/mopidy/tmp/ /mnt/user/Media/Musik/ 1551336760 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 Mopidy for unraid with support for snapcast and icecast It is based on whhoesj/mopidy with additin of TuneIn and Youtube and Iris Web Interface. - set up the docker - set up the network to br0 with an ip - set up volume mount to /mnt/user/appdata/mopidy/mopidy.conf >> /mopidy.conf - 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/wernight/docker-mopidy/blob/master/README.md authentication for soundcloud and spotify https://www.mopidy.com/authenticate/ 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 output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioconvert ! wavenc ! filesink location=/tmp/snapfifo icecast output = lamemp3enc ! shout2send async=false mount=mopidy ip=X.X.X.X port=8000 password=XXXXX /tmp/GitHub/AppFeed/templates/knex666sRepository/unraid xml/my-mopidy.xml