]> kaliko git repositories - mpd-sima.git/blobdiff - doc/examples/album_mode.cfg
Add album mode configuration example.
[mpd-sima.git] / doc / examples / album_mode.cfg
diff --git a/doc/examples/album_mode.cfg b/doc/examples/album_mode.cfg
new file mode 100644 (file)
index 0000000..4d1c8cf
--- /dev/null
@@ -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