]> kaliko git repositories - mpd-sima.git/blobdiff - doc/examples/all_settings.cfg
Cleanup PlayerError exception wrapper
[mpd-sima.git] / doc / examples / all_settings.cfg
index 4ffcf1fd421fa9521f013dd8ac0abe1b6690e1f4..62587d38d69fd6c5f60e5da162db282918cc06bc 100644 (file)
@@ -31,12 +31,29 @@ port = 6600
 #
 #######################################################################
 
+########################## DAEMON SECTION ################################
+#
+[daemon]
+## DAEMON
+# type: boolean
+# description: whether to daemonize process or not
+# default: False
+daemon=false
+
+## PIDFILE
+# type: string (path to the pid file)
+# description: where to store process ID
+# default: unset, process ID not saved to file
+#pidfile=
+#
+#######################################################################
+
 ######################## LOGGING FACILITY #############################
 #
 [log]
 ## LOGFILE
 # type: string (file path)
-# description: file to log to. Usually used in daemon mode.
+# description: file to log to. Usually used when process is daemonized.
 # default: unset, logging to stdin/stdout
 #logfile =
 
@@ -50,7 +67,6 @@ port = 6600
 #    * warning
 #    * error
 verbosity = info
-
 #
 #######################################################################
 
@@ -117,9 +133,11 @@ repeat_disable_queue = True
 # default: True
 # description: Prevent single play mode to disable queuing
 single_disable_queue  = True
+#
+#######################################################################
 
 ######################### PLUGINS #####################################
-
+#
 [genre]
 ## Offline genre queing
 
@@ -244,7 +262,7 @@ queue_mode = track
 # description: Number of similar artist to retrieve from local media library.
 #  When set to something superior to zero, MPD_sima tries to get as much similar
 #  artists from media library
-max_art = 10
+max_art = 20
 
 ## DEPTH
 # type: integer in [1, +∞]
@@ -294,7 +312,7 @@ shuffle_album = false
 #  * If set to "false", caching is still done but in memory.
 # default: True
 cache = True
-
 #
-####################### END OF CONFIGURATION ##########################
+#######################################################################
+
 # vim: syntax=cfg fileencoding=utf-8