]> kaliko git repositories - mpd-sima.git/blobdiff - doc/examples/all_settings.cfg
Allow choosing internal plugins from config file
[mpd-sima.git] / doc / examples / all_settings.cfg
index c08c1c9f303bb26c6090e56dfaed0374d96317e9..bb5273b51c7f5f6785bcac8b485106091840c00c 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
 ##
+
+
 #
 #######################################################################
 
@@ -68,7 +78,7 @@ flavour=pure
 
 [lastfm]
 
-depth = 3
+depth = 1
 
 ## QUEUE_MODE # NOT COMPLETED #
 # type: string
@@ -76,7 +86,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
@@ -122,7 +132,7 @@ album_to_add = 1
 ## PLUGINS
 # type: comma separated string list
 # for ex.:
-#          plugins = Scrobble, AwesomePlugin,
+#          contrib = Scrobble, AwesomePlugin,
 #                    ExperimentalTest,AnotherTest
 #
 # Plugins list declaration.
@@ -130,8 +140,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)