]> kaliko git repositories - mpd-sima.git/blobdiff - sima/plugins/internal/echonest.py
Add album mode configuration example.
[mpd-sima.git] / sima / plugins / internal / echonest.py
index ad3a6f9d25967744c798bdeaa968d8dfec1bdcde..c9a02e8a0e32fc476a30b893d04856cbf68fa458 100644 (file)
@@ -40,7 +40,7 @@ class EchoNest(WebService):
         WebService.__init__(self, daemon)
         # Set persitent cache
         vardir = daemon.config['sima']['var_dir']
-        SimaEch.cache = FileCache(join(vardir, 'http'))
+        SimaEch.cache = FileCache(join(vardir, 'http', 'EchoNest'))
         self.ws = SimaEch
 
 # VIM MODLINE