X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fexamples%2Falbum_mode.cfg;fp=doc%2Fexamples%2Falbum_mode.cfg;h=4d1c8cf83d5d8a7ab0ea345e538c571220981695;hb=e8a016a3fef4fffa66312737320451787aa2d2ba;hp=0000000000000000000000000000000000000000;hpb=7bd1cf9a791b7dc46fea0b665535996406cda819;p=mpd-sima.git diff --git a/doc/examples/album_mode.cfg b/doc/examples/album_mode.cfg new file mode 100644 index 0000000..4d1c8cf --- /dev/null +++ b/doc/examples/album_mode.cfg @@ -0,0 +1,31 @@ +# +# For complete list of options availble please refer to manual +# "man 5 mpd_sima.cfg" or the documentation: +# /usr/share/doc/mpd-sima/examples/all_settings.cfg +# +########################## MPD SECTION ################################ +[MPD] +host = localhost +port = 6600 +#password = s3cr3t + +######################## LOGGING FACILITY ############################# +[log] +#logfile = +verbosity = info + +######################## SIMA CORE #################################### +[sima] +history_duration = 24 # in hours +queue_length = 5 + +######################### PLUGINS ##################################### + +[crop] +consume = 20 + +[lastfm] +queue_mode = album +album_to_add = 1 + +# vim: syntax=cfg fileencoding=utf-8