[packages/mopidy] update service config from autogenerated result

glen glen at pld-linux.org
Tue Sep 20 17:20:30 CEST 2016


commit 3cb3c5887c23d2f79849ecf9b241399eba19a760
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Sep 20 18:16:00 2016 +0300

    update service config from autogenerated result

 mopidy.conf | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 105 insertions(+), 3 deletions(-)
---
diff --git a/mopidy.conf b/mopidy.conf
index 95b8b42..f25a678 100644
--- a/mopidy.conf
+++ b/mopidy.conf
@@ -1,8 +1,110 @@
+# For further information about options in this file see:
+#   http://docs.mopidy.com/
+#
+# The initial commented out values reflect the defaults as of:
+#   Mopidy 2.0.0
+#   Mopidy-File 2.0.0
+#   Mopidy-HTTP 2.0.0
+#   Mopidy-Local 2.0.0
+#   Mopidy-M3U 2.0.0
+#   Mopidy-MPD 2.0.0
+#   Mopidy-SoftwareMixer 2.0.0
+#   Mopidy-Stream 2.0.0
+#
+# 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.
+
+[core]
+#cache_dir = $XDG_CACHE_DIR/mopidy
+#config_dir = $XDG_CONFIG_DIR/mopidy
+data_dir = /var/lib/mopidy/local
+#max_tracklist_length = 10000
+
 [logging]
-debug_file = /var/log/mopidy/mopidy-debug.log
+#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]
+#mixer = software
+#mixer_volume =
+#output = autoaudiosink
+#buffer_time =
+
+[proxy]
+#scheme =
+#hostname =
+#port =
+#username =
+#password =
+
+[mpd]
+#enabled = true
+#hostname = 127.0.0.1
+#port = 6600
+#password =
+#max_connections = 20
+#connection_timeout = 60
+#zeroconf = Mopidy MPD server on $hostname
+#command_blacklist =
+#  listall
+#  listallinfo
+#default_playlist_scheme = m3u
+
+[http]
+#enabled = true
+#hostname = 127.0.0.1
+#port = 6680
+#static_dir =
+#zeroconf = Mopidy HTTP server on $hostname
+
+[stream]
+#enabled = true
+#protocols =
+#  http
+#  https
+#  mms
+#  rtmp
+#  rtmps
+#  rtsp
+#metadata_blacklist =
+#timeout = 5000
+
+[m3u]
+#enabled = true
+#base_dir =
+#default_encoding = latin-1
+#default_extension = .m3u8
+playlists_dir = /var/lib/mopidy/playlists
+
+[softwaremixer]
+#enabled = true
+
+[file]
+#enabled = true
+#media_dirs =
+#  $XDG_MUSIC_DIR|Music
+#  ~/|Home
+#show_dotfiles = false
+#follow_symlinks = false
+#metadata_timeout = 1000
 
 [local]
 enabled = true
-data_dir = /var/lib/mopidy/local
+#library = json
 media_dir = /var/lib/mopidy/media
-playlists_dir = /var/lib/mopidy/playlists
+#scan_timeout = 1000
+#scan_flush_threshold = 100
+#scan_follow_symlinks = false
+#excluded_file_extensions =
+#  .directory
+#  .html
+#  .jpeg
+#  .jpg
+#  .log
+#  .nfo
+#  .png
+#  .txt
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mopidy.git/commitdiff/ea65d6d09dd38c02c378e57b9b0b68da7130aa11



More information about the pld-cvs-commit mailing list