]> kaliko git repositories - mpd-sima.git/blobdiff - doc/examples/all_settings.cfg
Some changes allowing distribution
[mpd-sima.git] / doc / examples / all_settings.cfg
index 1d0fb6ff44fad4eec21790ab4bda43c8c052f602..87621e802ba1d7d5645fc55b16a28228c75a736d 100644 (file)
@@ -40,16 +40,26 @@ port = 6600
 ######################## LOGGING FACILITY #############################
 #
 [log]
-# message are logged to console
-#
+## LOGFILE
+# type: string (file path)
+# description: file to log to. Usually used in daemon mode.
+# default: logging to stdin/stdout
+#logfile =
+##
+
 ## VERBOSITY
 # type: string
+# description: log verbosity
+# Possible values:
+#  * debug, *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD*
+#  * info, default
+#  * warning
+#  * error
 #
-# pick verbosity in : debug, info, warning, error
-# default if not specify is "info"
-# *DEBUG LEVEL MIGHT PRINT OUT YOUR PASSWORD*
 verbosity = info
 ##
+
+
 #
 #######################################################################
 
@@ -58,9 +68,17 @@ verbosity = info
 [placeholder]
 key = Value
 
+[RandomFallback]
+# random falvour :
+#  * pure:     complete ramdom choice among all tracks available in the player media library
+#  * sensible: use play history to filter chosen tracks
+#  * genre:    chose among the same genre as current track (tagged genre). If
+#              no genre tag is available "sensible" flavour is used instead
+flavour=pure
+
 [lastfm]
 
-depth = 3
+depth = 1
 
 ## QUEUE_MODE # NOT COMPLETED #
 # type: string