]> kaliko git repositories - mpd-sima.git/blobdiff - doc/examples/all_settings.cfg
Use duration instead of time in Track objects (closes #37)
[mpd-sima.git] / doc / examples / all_settings.cfg
index 2551f34dd5573db344a214e7d3b432aab30605cf..01566cc6436df4ded2fbf0013928fc3227fce3c1 100644 (file)
@@ -120,6 +120,46 @@ single_disable_queue  = True
 
 ######################### PLUGINS #####################################
 
+[tags]
+## Offline tags queing
+# This plugin has no defaults set
+
+# TAGS, any of the supported tags below
+# type: string
+# default: not set
+# description:
+comment=
+date=
+genre=
+label=
+originaldate=
+
+## FILTER
+# type: string
+# default: not set
+# description: Forge your own MPD filter (cf MPD protocol documentation)
+filter=
+
+## QUEUE_MODE
+# type: string
+# description: The default is to queue random tracks from similar artists.
+# Possible values:
+#      track : Will queue tracks from similar artists (default).
+#      album : Will queue whole album from similar artists.
+queue_mode = track
+
+## TRACK_TO_ADD
+# type: integer
+# scope: "track" and "top" queue modes
+# description: how many tracks the plugin will try to get
+track_to_add = 1
+
+## ALBUM_TO_ADD
+# type: integer
+# scope: "album" queue mode
+# description: how many albums the plugin will try to get
+album_to_add = 1
+
 [crop]
 ## CONSUME
 # type: integer