--- /dev/null
+#
+# 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
########################################################################
#
-# 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 ################################
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