]> kaliko git repositories - mpd-sima.git/blobdiff - doc/examples/all_settings.cfg
Add configuration for crop plugin
[mpd-sima.git] / doc / examples / all_settings.cfg
index 1d0fb6ff44fad4eec21790ab4bda43c8c052f602..ab6609fcc34837e709b60d2e3614c47c5df4eb2a 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,24 @@ verbosity = info
 [placeholder]
 key = Value
 
+#[crop]
+# type: integer
+# description: How many played tracks to keep in the playlist.
+#  Allow to maintain a fixed length playlist.
+#  Leave commented to keep all tracks
+#consume = 10
+
+[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
@@ -68,7 +93,7 @@ depth = 3
 # Possible values:
 #      track : Will queue tracks from similar artists (default).
 #      top   : Will queue top tracks from similar artists. # NOT IMPLEMENTED #
-#      album : Will queue whole album from similar artists. # NOT IMPLEMENTED #
+#      album : Will queue whole album from similar artists.
 queue_mode = track
 
 ## SIMILARITY
@@ -114,7 +139,7 @@ album_to_add = 1
 ## PLUGINS
 # type: comma separated string list
 # for ex.:
-#          plugins = Scrobble, AwesomePlugin,
+#          contrib = Scrobble, AwesomePlugin,
 #                    ExperimentalTest,AnotherTest
 #
 # Plugins list declaration.
@@ -122,8 +147,8 @@ album_to_add = 1
 # "AwesomePlugin" declared here gets its configuration from the
 # "[AwesomePlugin]" or "[awesomeplugin]" section (case insensitive).
 #
-#internals = 
-plugins = PlaceHolder
+#internal = Crop, History, MpdOptions, Lastfm, RandomFallBack 
+contrib = PlaceHolder
 
 ## HISTORY_DURATION
 # type: integer (in hours)
@@ -133,15 +158,6 @@ plugins = PlaceHolder
 history_duration = 8
 ##
 
-## CONSUME
-# type: integer
-# description: How many played tracks to keep in the playlist.
-#  Allow to maintain a fixed length playlist.
-#  set to 0 to keep all played tracks.
-#
-consume = 0
-##
-
 ## USER_DB # NOT IMPLEMENTED #
 # type: boolean
 # description: Load user database to find similar artists