Files
Iris/docker/mopidy/mopidy.example.conf

18 lines
495 B
Plaintext
Raw Permalink Normal View History

2019-08-03 17:04:21 +12:00
[core]
data_dir = /var/lib/mopidy
[audio]
2019-08-12 09:30:03 +12:00
#output = tee name=t ! queue ! autoaudiosink t. ! queue ! udpsink host=0.0.0.0 port=5555
output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! filesink location=/tmp/snapfifo
2019-08-03 17:04:21 +12:00
[http]
hostname = 0.0.0.0
2020-02-11 09:53:34 +13:00
default_app = iris
2019-08-03 17:04:21 +12:00
[mpd]
hostname = 0.0.0.0
[spotify]
# Fast startup because we use the Spotify HTTP API to load these instead
# Makes playlists unavailable under Browse > Spotify.
allow_playlists = false