]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/config.py
Avoid randomizing in album queue mode
[mpd-sima.git] / sima / utils / config.py
index 5d62505a972d0f9857d27ac55c53c00559e030b4..46bddf67954ff39223f89b15dd0d87bf1b409c40 100644 (file)
@@ -43,17 +43,19 @@ DEFAULT_CONF = {
         'MPD': {
             'host': "localhost",
             #'password': "",
-            'port': "6600"},
+            'port': "6600",
+            },
         'sima': {
             'internal': "Crop, History, MpdOptions, Lastfm, RandomFallBack",
             'contrib': "",
             'user_db': "false",
             'history_duration': "8",
             'queue_length': "1",
-            'consume': "0",},
+            },
         'daemon':{
             'daemon': "false",
-            'pidfile': "",},
+            'pidfile': "",
+            },
         'log': {
             'verbosity': "info",
             'logfile': "",