]> kaliko git repositories - mpd-sima.git/commitdiff
Add example config for tags plugin
authorkaliko <kaliko@azylum.org>
Tue, 15 Dec 2020 12:30:57 +0000 (13:30 +0100)
committerkaliko <kaliko@azylum.org>
Tue, 15 Dec 2020 12:31:59 +0000 (13:31 +0100)
doc/examples/offline_tags_plugin.cfg [new file with mode: 0644]

diff --git a/doc/examples/offline_tags_plugin.cfg b/doc/examples/offline_tags_plugin.cfg
new file mode 100644 (file)
index 0000000..ab1b5c0
--- /dev/null
@@ -0,0 +1,20 @@
+[MPD]
+# Uses defaults for MPD connection
+#host = localhost
+#port = 6600
+#password = s3cr3t
+
+[sima]
+# Setup internal plugins
+# Uses Tags plugin falls back to Random if nothing is found then Crop the queue
+internal = Tags, Random, Crop
+history_duration=48             # 48h / 24 = 2 days
+queue_length=2                  # triggers autoqueue when only 2 tracks remains after current
+
+[tags]
+# Look for files with tagged with genre "electonica" OR "IDM" OR "glitch"
+genre = electonica, IDM, glitch
+
+[crop]
+# keep 30 played tracks in playlist
+consume=30