]> kaliko git repositories - mpd-sima.git/blob - doc/examples/offline_genre_plugin.cfg
Add positional argument random, a random mode shortcut
[mpd-sima.git] / doc / examples / offline_genre_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 Genre plugin falls back to Random if nothing is found then Crop the queue
10 internal = Genre, 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 [genre]
15 # Look for files with tagged with the same genres
16 queue_mode = track
17 single_album = false
18 track_to_add = 1
19
20 [crop]
21 # keep 30 played tracks in playlist
22 consume=30