X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fexamples%2Foffline_genre_plugin.cfg;fp=doc%2Fexamples%2Foffline_genre_plugin.cfg;h=ad43c3845b9af4e6b4e9711a33fa49ebcda9a929;hb=67d87e47012b5d3ceba56bdff06a0fa406f4840b;hp=0000000000000000000000000000000000000000;hpb=71e95000c13d7d9356ab0ee9046ffdc25465d9e6;p=mpd-sima.git diff --git a/doc/examples/offline_genre_plugin.cfg b/doc/examples/offline_genre_plugin.cfg new file mode 100644 index 0000000..ad43c38 --- /dev/null +++ b/doc/examples/offline_genre_plugin.cfg @@ -0,0 +1,22 @@ +[MPD] +# Uses defaults for MPD connection +#host = localhost +#port = 6600 +#password = s3cr3t + +[sima] +# Setup internal plugins +# Uses Genre plugin falls back to Random if nothing is found then Crop the queue +internal = Genre, Random, Crop +history_duration=48 # 48h / 24 = 2 days +queue_length=2 # triggers autoqueue when only 2 tracks remains after current + +[genre] +# Look for files with tagged with the same genres +queue_mode = track +single_album = false +track_to_add = 1 + +[crop] +# keep 30 played tracks in playlist +consume=30