Mopidy3

Mopidy3

Docker app from knex666's Repository

Overview

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

This Repo contains my Dockerfiles and Projects

I´m running unraid with many containers, here some...

Install Mopidy3 on Unraid in a few clicks.

Find Mopidy3 in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Mopidy3 Review the template variables and paths Click Install

Download Statistics

132,765
Total Downloads
117
This Month
93
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Details

Repository
knex666/mopidy:3-experimental
Last Updated2020-01-19
First Seen2020-01-20

Runtime arguments

Web UI
http://[IP]:[PORT:6680]/
Network
br0
Shell
sh
Privileged
false
Extra Params
-p 6600:6600 -p 6680:6680 -p 5555:5555/udp

Template configuration

configPathrw

Container Path: /config/mopidy.conf

Target
/config
Value
/mnt/user/appdata/mopidy/
Host Path 2Pathrw

Container Path: /tmp/snapfifo

Target
/tmp/
Value
/mnt/user/appdata/mopidy/tmp/
Host Path 3Pathrw

Container Path: /media

Target
/media
Value
/mnt/user/Media/Musik/