]> kaliko git repositories - mpd-sima.git/commitdiff
Add missing tags.cfg needed for building manual
authorkaliko <kaliko@azylum.org>
Tue, 15 Dec 2020 15:47:31 +0000 (16:47 +0100)
committerkaliko <kaliko@azylum.org>
Tue, 15 Dec 2020 15:55:34 +0000 (16:55 +0100)
data/man/tags.cfg [new file with mode: 0644]

diff --git a/data/man/tags.cfg b/data/man/tags.cfg
new file mode 100644 (file)
index 0000000..c34cf52
--- /dev/null
@@ -0,0 +1,17 @@
+[MPD]
+host=example.org
+port=6601
+
+[sima]
+# Setup internal plugins
+internal = Tags, Crop
+history_duration=48  # 2 days
+queue_length=2
+
+[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