Remove snapcast, improve storage
This commit is contained in:
79
mopidy.conf
79
mopidy.conf
@@ -1,73 +1,38 @@
|
||||
# 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 =
|
||||
[core]
|
||||
data_dir = /var/lib/mopidy/data
|
||||
cache_dir = /var/lib/mopidy/cache
|
||||
config_dir = /var/lib/mopidy/config
|
||||
restore_state = true
|
||||
|
||||
[audio]
|
||||
# Check audio.conf for audio output config
|
||||
#mixer = software
|
||||
mixer = software
|
||||
mixer_volume = 10
|
||||
#visualizer =
|
||||
|
||||
[proxy]
|
||||
#scheme =
|
||||
#hostname =
|
||||
#port =
|
||||
#username =
|
||||
#password =
|
||||
#output = tee name=t t. ! queue ! autoaudiosink t. ! queue ! lamemp3enc ! shout2send mount=mopidy ip=127.0.0.1 port=8000 password=hackme
|
||||
output = autoaudiosink
|
||||
|
||||
[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
|
||||
library = sqlite
|
||||
media_dir = /media
|
||||
data_dir = /var/lib/mopidy/local
|
||||
scan_flush_threshold = 100
|
||||
scan_timeout = 5000
|
||||
|
||||
[file]
|
||||
enabled = false
|
||||
|
||||
[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]
|
||||
@@ -79,13 +44,9 @@ protocols =
|
||||
rtmp
|
||||
rtmps
|
||||
rtsp
|
||||
#metadata_blacklist =
|
||||
#timeout = 5000
|
||||
|
||||
[spotify]
|
||||
enabled = true
|
||||
#username =
|
||||
#password =
|
||||
enabled = false
|
||||
bitrate = 320
|
||||
|
||||
[spotify_tunigo]
|
||||
@@ -97,11 +58,9 @@ enabled = false
|
||||
|
||||
[soundcloud]
|
||||
enabled = false
|
||||
#auth_token =
|
||||
|
||||
[scrobbler]
|
||||
enabled = false
|
||||
#username =
|
||||
#password =
|
||||
|
||||
|
||||
[musicbox_webclient]
|
||||
on_track_click = PLAY_NOW
|
||||
Reference in New Issue
Block a user