]> kaliko git repositories - mpd-sima.git/commitdiff
Add album mode configuration example.
authorkaliko <kaliko@azylum.org>
Sun, 15 Jun 2014 17:44:46 +0000 (19:44 +0200)
committerkaliko <kaliko@azylum.org>
Sun, 15 Jun 2014 17:44:46 +0000 (19:44 +0200)
Also fixed typo and documentation

doc/examples/album_mode.cfg [new file with mode: 0644]
doc/examples/all_settings.cfg
sima/plugins/internal/randomfallback.py

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
index 3be857d42edf4101616c840a27c067a4c550ea12..46a6184ea39a813f5d12adf7ac552fcb9b8932ef 100644 (file)
@@ -1,9 +1,10 @@
 ########################################################################
 #
-# If you need special settings, rename this file as sima.cfg within
-# your $XDG_CONFIG_HOME (default is $HOME/.config/sima/)
+# If you need special settings, rename this file as mpd_sima.cfg within
+# your $XDG_CONFIG_HOME (default is $HOME/.config/mpd_sima/)
 # You can also call it with --config option.
 #
+# cf. man 5 mpd_sima.cfg
 ########################################################################
 
 ########################## MPD SECTION ################################
index aceff4414ce7f1fc0c4ff2ebd81f6fb1d2e6e149..4c011fe485ec904cc18a003f576cfc59cca99d82 100644 (file)
@@ -71,7 +71,7 @@ class RandomFallBack(Plugin):
         return trks
 
     def get_trk(self):
-        """Get a single track acording to random flavour
+        """Get a single track according to random flavour
         """
         trk = None
         art = None