From: stephendenham Date: Tue, 6 Dec 2011 15:48:44 +0000 (+0000) Subject: Pre-eden X-Git-Url: https://git.hcoop.net/clinton/xbmc-groove.git/commitdiff_plain/191f20f21be4cba66c6f2b79db3f5544aac65be1?hp=57ffc218c83ea9ea4923afe6f1c2b762b7157edf Pre-eden git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@69 2dec19e3-eb1d-4749-8193-008c8bba0994 --- diff --git a/addon.xml b/addon.xml index 75fd0d9..a7f48d4 100644 --- a/addon.xml +++ b/addon.xml @@ -1,8 +1,8 @@ + version="0.6.5" provider-name="Stephen Denham"> - + diff --git a/changelog.txt b/changelog.txt index 1b79724..f4db692 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +0.6.5 + +Pre-eden. + 0.6.4 Change fanart. diff --git a/default.py b/default.py index 785ddec..34f3814 100644 --- a/default.py +++ b/default.py @@ -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) diff --git a/description.xml b/description.xml index 7143247..c72de12 100644 --- a/description.xml +++ b/description.xml @@ -18,7 +18,7 @@ Grooveshark XBMC - 0.6.4 + 0.6.5