2016-12-02 18:07:44 +01:00
2016-08-29 19:02:15 +02:00
2016-12-02 17:44:30 +01:00
2016-12-02 17:44:30 +01:00
2016-12-02 17:44:30 +01:00
2016-12-02 17:44:30 +01:00
2016-12-02 17:44:30 +01:00
2016-12-02 17:58:08 +01:00
2016-12-02 17:44:30 +01:00
2016-12-02 17:58:08 +01:00
2016-12-02 17:44:30 +01:00

Mopidy

Image for running Mopidy in Docker. Supports audio output with Pulseaudio or Snapcast.

Tags

snapcast uses Snapcast for audio output latest and pulseaudio uses Pulseaudio for audio output

How to use

    docker run \
        --name mopidy \
        -e PULSE_SERVER=tcp:127.0.0.1:4713 \      # (Optional) Pulseaudio server for sound
        -e USE_SNAPCAST=true \                    # Set true to activate Snapcast (event with the Snapcast image)
        -v $PWD/media:/var/lib/mopidy/media:ro \  # Media files
        -v $PWD/local:/var/lib/mopidy/local \     # Some kind of music storage(?)
        -v $PWD/account-config:/var/lib/mopidy/.config/mopidy/account-config \ # Place here the account configurations (see account-config.conf)
        -p 6600:6600 \  # Port for MPD
        -p 6680:6680 \  # Port for the webinterface
        -p 1704:1704 \  # Port for Snapcast streaming
        -p 1705:1705 \  # Port for Snapcast control
        whhoesj/mopidy
Description
Languages
Dockerfile 48.3%
Makefile 35.5%
Shell 16.2%