]> kaliko git repositories - mpd-sima.git/blob - doc/examples/offline_tags_plugin.cfg
ab1b5c047199e8d405acd3a971cad7fb80de598d
[mpd-sima.git] / doc / examples / offline_tags_plugin.cfg
1 [MPD]
2 # Uses defaults for MPD connection
3 #host = localhost
4 #port = 6600
5 #password = s3cr3t
6
7 [sima]
8 # Setup internal plugins
9 # Uses Tags plugin falls back to Random if nothing is found then Crop the queue
10 internal = Tags, Random, Crop
11 history_duration=48             # 48h / 24 = 2 days
12 queue_length=2                  # triggers autoqueue when only 2 tracks remains after current
13
14 [tags]
15 # Look for files with tagged with genre "electonica" OR "IDM" OR "glitch"
16 genre = electonica, IDM, glitch
17
18 [crop]
19 # keep 30 played tracks in playlist
20 consume=30