The branch, eden-pre has been updated
       via  74c59a02114130956d0419a2660b3aaf5fd3a224 (commit)
      from  064b1c215c5077be6699ef4e6c6bb0c9542a2dd9 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=74c59a02114130956d0419a2660b3aaf5fd3a224

commit 74c59a02114130956d0419a2660b3aaf5fd3a224
Author: spiff <[email protected]>
Date:   Fri Oct 21 08:52:42 2011 +0200

    [plugin.audio.modland] updated to version 0.13.1

diff --git a/plugin.audio.modland/addon.xml b/plugin.audio.modland/addon.xml
index 52f2a69..5730115 100644
--- a/plugin.audio.modland/addon.xml
+++ b/plugin.audio.modland/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
   id="plugin.audio.modland"
-  version="0.13"
+  version="0.13.1"
   name="Modland"
   provider-name="BuZz [[email protected]]">
   <requires>
diff --git a/plugin.audio.modland/changelog.txt 
b/plugin.audio.modland/changelog.txt
index c43cfb7..7379566 100644
--- a/plugin.audio.modland/changelog.txt
+++ b/plugin.audio.modland/changelog.txt
@@ -1,5 +1,10 @@
 Changes
 
+0.13.1
+
+  * use 3 part version number
+  * fix path issue with eden
+
 0.13
 
   * Eden version
diff --git a/plugin.audio.modland/default.py b/plugin.audio.modland/default.py
index de99e88..22cd8b3 100644
--- a/plugin.audio.modland/default.py
+++ b/plugin.audio.modland/default.py
@@ -6,7 +6,7 @@ import xbmc, xbmcgui, xbmcplugin, xbmcaddon
 __plugin__     = "Modland"

 __author__     = "BuZz [[email protected]] / http://www.exotica.org.uk";

 __svn_url__    = 
"http://xbmc-addons.googlecode.com/svn/trunk/plugins/music/modland";

-__version__    = "0.13"

+__version__    = "0.13.1"

 

 __settings__ = xbmcaddon.Addon('plugin.audio.modland')

 __language__ = __settings__.getLocalizedString

@@ -20,7 +20,7 @@ class AppURLopener(urllib.FancyURLopener):
 

 urllib._urlopener = AppURLopener()

 

-PLUGIN_DATA = __settings__.getAddonInfo('profile')

+PLUGIN_DATA = xbmc.translatePath(__settings__.getAddonInfo('profile'))

 SEARCH_FILE = os.path.join(PLUGIN_DATA, "search.txt")

 

 if not os.path.isdir(PLUGIN_DATA):


-----------------------------------------------------------------------

Summary of changes:
 plugin.audio.modland/addon.xml     |    2 +-
 plugin.audio.modland/changelog.txt |    5 +++++
 plugin.audio.modland/default.py    |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to