Fix directory creation bug.
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Sat, 22 Jan 2011 10:57:40 +0000 (10:57 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Sat, 22 Jan 2011 10:57:40 +0000 (10:57 +0000)
git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@35 2dec19e3-eb1d-4749-8193-008c8bba0994

addon.xml
changelog.txt
default.py
description.xml

index d08d6ff..a0cb658 100644 (file)
--- a/addon.xml
+++ b/addon.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.audio.groove" name="Grooveshark XBMC"
-       version="0.2.1" provider-name="Stephen Denham">
+       version="0.2.2" provider-name="Stephen Denham">
        <requires>
                <import addon="xbmc.python" version="1.0" />
        </requires>
@@ -11,7 +11,7 @@
                <platform>all</platform>
                <summary lang="en">Grooveshark addon for XBMC.</summary>
                <description lang="en">
-                       Grooveshark addon for XBMC.
+                       Grooveshark addon for XBMC. You should enter your Grooveshark username and password in the addon settings.
                </description>
        </extension>
 </addon>
index fed6214..d1f7d0c 100644 (file)
@@ -1,3 +1,7 @@
+0.2.2:
+
+Fix covert art directory creation.
+
 0.2.1:
 
 Use song URL directly for playback. Much faster.
index bf28a07..913088e 100644 (file)
@@ -77,9 +77,8 @@ class Groveshark:
             os.makedirs(cacheDir)
             xbmc.log("Made " + cacheDir)
         if os.path.isdir(thumbDir) == False:
-            arttDir = os.path.join(cacheDir, thumbDirName)
-            os.makedirs(arttDir)
-            xbmc.log("Made " + arttDir)
+            os.makedirs(thumbDir)
+            xbmc.log("Made " + thumbDir)
 
     # Top-level menu
     def categories(self):
index a1afbe1..485e58f 100644 (file)
@@ -18,7 +18,7 @@
        <title>Grooveshark XBMC.</title>
 
        <!-- (required) Major.minor.build -->
-       <version>0.2.1</version>
+       <version>0.2.2</version>
 
        <!--
                (required) author name & email. at least one author name is required
@@ -35,7 +35,7 @@
                required.
        -->
        <description lang="en">
-               Grooveshark addon for XBMC.
+               Grooveshark addon for XBMC. You should enter your Grooveshark username and password in the addon settings.
        </description>
        <!-- user defined tags e.g. <tags><tag>Example</tag></tags> -->
        <tags>