108 lines
1.8 KiB
Plaintext
108 lines
1.8 KiB
Plaintext
# For further information about options in this file see:
|
|
# http://docs.mopidy.com/
|
|
#
|
|
# The initial commented out values reflect the defaults as of:
|
|
# Mopidy 0.19.4
|
|
# Mopidy-HTTP 0.19.4
|
|
# Mopidy-Local 0.19.4
|
|
# Mopidy-MPD 0.19.4
|
|
# Mopidy-SoftwareMixer 0.19.4
|
|
# Mopidy-Stream 0.19.4
|
|
#
|
|
# Available options and defaults might have changed since then,
|
|
# run `mopidy config` to see the current effective config and
|
|
# `mopidy --version` to check the current version.
|
|
|
|
[logging]
|
|
#color = true
|
|
#console_format = %(levelname)-8s %(message)s
|
|
#debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
|
|
#debug_file = mopidy.log
|
|
#config_file =
|
|
|
|
[audio]
|
|
# Check audio.conf for audio output config
|
|
#mixer = software
|
|
mixer_volume = 10
|
|
#visualizer =
|
|
|
|
[proxy]
|
|
#scheme =
|
|
#hostname =
|
|
#port =
|
|
#username =
|
|
#password =
|
|
|
|
[local]
|
|
enabled = true
|
|
#library = json
|
|
media_dir = /var/lib/mopidy/media
|
|
data_dir = /var/lib/mopidy/local
|
|
#playlists_dir = /var/lib/mopidy/playlists
|
|
#scan_timeout = 1000
|
|
#scan_flush_threshold = 1000
|
|
#excluded_file_extensions =
|
|
# .directory
|
|
# .html
|
|
# .jpeg
|
|
# .jpg
|
|
# .log
|
|
# .nfo
|
|
# .png
|
|
# .txt
|
|
|
|
[mpd]
|
|
enabled = true
|
|
hostname = 0.0.0.0
|
|
port = 6600
|
|
#password =
|
|
max_connections = 20
|
|
connection_timeout = 60
|
|
zeroconf = Mopidy MPD server on $hostname
|
|
|
|
[softwaremixer]
|
|
#enabled = true
|
|
|
|
[http]
|
|
enabled = true
|
|
hostname = 0.0.0.0
|
|
port = 6680
|
|
#static_dir =
|
|
zeroconf = Mopidy HTTP server on $hostname
|
|
|
|
[stream]
|
|
enabled = true
|
|
protocols =
|
|
http
|
|
https
|
|
mms
|
|
rtmp
|
|
rtmps
|
|
rtsp
|
|
#metadata_blacklist =
|
|
#timeout = 5000
|
|
|
|
[spotify]
|
|
enabled = true
|
|
#username =
|
|
#password =
|
|
bitrate = 320
|
|
|
|
[spotify_tunigo]
|
|
enabled = true
|
|
region = all
|
|
|
|
[tunein]
|
|
enabled = false
|
|
|
|
[soundcloud]
|
|
enabled = false
|
|
#auth_token =
|
|
|
|
[scrobbler]
|
|
enabled = false
|
|
#username =
|
|
#password =
|
|
|
|
|