Pre-eden
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Tue, 6 Dec 2011 15:48:44 +0000 (15:48 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Tue, 6 Dec 2011 15:48:44 +0000 (15:48 +0000)
git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@69 2dec19e3-eb1d-4749-8193-008c8bba0994

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

index 75fd0d9..a7f48d4 100644 (file)
--- a/addon.xml
+++ b/addon.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.audio.groove" name="Grooveshark XBMC"
-       version="0.6.4" provider-name="Stephen Denham">
+       version="0.6.5" provider-name="Stephen Denham">
        <requires>
-               <import addon="xbmc.python" version="1.0" />
+               <import addon="xbmc.python" version="2.0" />
                <import addon="script.module.simplejson"/>
        </requires>
        <extension point="xbmc.python.pluginsource" library="default.py">
index 1b79724..f4db692 100644 (file)
@@ -1,3 +1,7 @@
+0.6.5
+
+Pre-eden.
+
 0.6.4
 
 Change fanart.
index 785ddec..34f3814 100644 (file)
@@ -77,7 +77,7 @@ libDir = xbmc.translatePath(os.path.join(resDir,  'lib'))
 imgDir = xbmc.translatePath(os.path.join(resDir,  'img'))
 cacheDir = os.path.join(xbmc.translatePath('special://masterprofile/addon_data/'), os.path.basename(baseDir))
 thumbDirName = 'thumb'
-thumbDir = os.path.join('special://masterprofile/addon_data/', os.path.basename(baseDir), thumbDirName)
+thumbDir = os.path.join(xbmc.translatePath('special://masterprofile/addon_data/'), os.path.basename(baseDir), thumbDirName)
 
 baseModeUrl = 'plugin://plugin.audio.groove/'
 playlistUrl = baseModeUrl + '?mode=' + str(MODE_PLAYLIST)
index 7143247..c72de12 100644 (file)
@@ -18,7 +18,7 @@
        <title>Grooveshark XBMC</title>
 
        <!-- (required) Major.minor.build -->
-       <version>0.6.4</version>
+       <version>0.6.5</version>
 
        <!--
                (required) author name & email. at least one author name is required