]> kaliko git repositories - mpd-sima.git/blob - doc/examples/album_mode.cfg
Add album mode configuration example.
[mpd-sima.git] / doc / examples / album_mode.cfg
1 #
2 # For complete list of options availble please refer to manual
3 # "man 5 mpd_sima.cfg" or the documentation:
4 #       /usr/share/doc/mpd-sima/examples/all_settings.cfg
5 #
6 ########################## MPD SECTION ################################
7 [MPD]
8 host = localhost
9 port = 6600
10 #password = s3cr3t
11
12 ######################## LOGGING FACILITY #############################
13 [log]
14 #logfile =
15 verbosity = info
16
17 ######################## SIMA CORE ####################################
18 [sima]
19 history_duration = 24  # in hours
20 queue_length = 5
21
22 ######################### PLUGINS #####################################
23
24 [crop]
25 consume = 20
26
27 [lastfm]
28 queue_mode = album
29 album_to_add = 1
30
31 # vim: syntax=cfg fileencoding=utf-8