From: kaliko Date: Tue, 15 Dec 2020 15:47:31 +0000 (+0100) Subject: Add missing tags.cfg needed for building manual X-Git-Tag: 0.16.1~20 X-Git-Url: http://git.kaliko.me/?a=commitdiff_plain;h=e247b0900d63f23d74e234d68462dadb9fc52044;p=mpd-sima.git Add missing tags.cfg needed for building manual --- diff --git a/data/man/tags.cfg b/data/man/tags.cfg new file mode 100644 index 0000000..c34cf52 --- /dev/null +++ b/data/man/tags.cfg @@ -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