Files
docker-mopidy-iris/root/defaults/mopidy.conf
Nick Stokoe 7ccc2bfa12 root/defaults/mopidy.conf - enable streaming for upnp playing
upnp playing just won't work without this
2021-02-19 11:05:24 +00:00

79 lines
897 B
Plaintext

[core]
data_dir = /data
config_dir = /data/.config
cache_dir = /data/.cache
[audio]
#output = lamemp3enc bitrate=320 ! shout2send async=false sync=true mount=mopidy
output = alsasink
[file]
media_dirs = /music|Music
excluded_file_extensions =
.jpg
.jpeg
.png
.gif
.bmp
.m4a
.itdb
.itl
[m3u]
enabled = false
[stream]
enabled = true
[local]
library = images
media_dir = /music
scan_flush_threshold = 100
excluded_file_extensions =
.jpg
.jpeg
.png
.gif
.bmp
.m4a
.itdb
.itl
[local-images]
library = sqlite
image_dir = /data/.images
[http]
hostname = 0.0.0.0
[mpd]
hostname = 0.0.0.0
[iris]
country = GB
locale = en_GB
[spotify]
username =
password =
client_id =
client_secret =
bitrate = 320
[spotify_web]
client_id =
client_secret =
[gmusic]
username =
password =
deviceid = mac
bitrate = 320
[soundcloud]
auth_token =
[scrobbler]
username =
password =