X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fexamples%2Foffline_tags_plugin.cfg;fp=doc%2Fexamples%2Foffline_tags_plugin.cfg;h=ab1b5c047199e8d405acd3a971cad7fb80de598d;hb=6b8c9ddcae39abc6e6c1e9859050b7a87fe19b84;hp=0000000000000000000000000000000000000000;hpb=8f2cfb30b762325dd79bdee44322631ae0ce486f;p=mpd-sima.git diff --git a/doc/examples/offline_tags_plugin.cfg b/doc/examples/offline_tags_plugin.cfg new file mode 100644 index 0000000..ab1b5c0 --- /dev/null +++ b/doc/examples/offline_tags_plugin.cfg @@ -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