]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/config.py
Add sima.plugins.core name space for core plugins
[mpd-sima.git] / sima / utils / config.py
index 15c1a3dd2ca8c54f5d5769d5bf5fcabac7fc3167..37c662b58df6dc461e304d84abb73192db80896a 100644 (file)
@@ -43,15 +43,19 @@ DEFAULT_CONF = {
         'MPD': {
             'host': "localhost",
             #'password': "",
-            'port': "6600"},
+            'port': "6600",
+            },
         'sima': {
+            'internal': "Crop, Lastfm, RandomFallBack",
+            'contrib': "",
             'user_db': "false",
             'history_duration': "8",
             'queue_length': "1",
-            'consume': "0",},
+            },
         'daemon':{
             'daemon': "false",
-            'pidfile': "",},
+            'pidfile': "",
+            },
         'log': {
             'verbosity': "info",
             'logfile': "",