]> kaliko git repositories - mpd-sima.git/commitdiff
Move back to mpd_sima as dirname (config, cache)
authorkaliko <efrim@azylum.org>
Sun, 2 Feb 2014 14:48:19 +0000 (15:48 +0100)
committerkaliko <efrim@azylum.org>
Sun, 2 Feb 2014 14:48:19 +0000 (15:48 +0100)
README
sima/utils/config.py

diff --git a/README b/README
index f6eb1d0c79be8872f51b4f4cdd3a06d9e6d2f171..373ef5d5750abfef99fb6011a4d42d0f99e38e12 100644 (file)
--- a/README
+++ b/README
@@ -5,9 +5,3 @@ Requires python-musicpd:
                http://media.kaliko.me/src/musicpd/
 
 
-Changes with MPD_sima
-
-  * project renamed sima
-    → defaults to
-        config : ~/.config/sima/sima.cfg
-        cache  : ~/.local/share/sima/sima.db
index 37c662b58df6dc461e304d84abb73192db80896a..7c186fa2799b67bae4110e5cddd983a50172dc1d 100644 (file)
@@ -36,7 +36,7 @@ from stat import (S_IMODE, ST_MODE, S_IRWXO, S_IRWXG)
 from . import utils
 
 # DEFAULTS
-DIRNAME = 'sima'
+DIRNAME = 'mpd_sima'
 CONF_FILE = 'sima.cfg'
 
 DEFAULT_CONF = {