The branch, dharma has been updated
       via  ceec610b0944b282e63972fe65f82f2f1cb1036d (commit)
      from  407f4042c32e184bbd0ee988a320944ad490ad22 (commit)

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

commit ceec610b0944b282e63972fe65f82f2f1cb1036d
Author: spiff <[email protected]>
Date:   Tue Mar 29 19:34:39 2011 +0200

    [plugin.video.musicvideojukebox] updated to version 1.0.1

diff --git a/plugin.video.musicvideojukebox/Default.py 
b/plugin.video.musicvideojukebox/Default.py
index fe170b5..f67975f 100644
--- a/plugin.video.musicvideojukebox/Default.py
+++ b/plugin.video.musicvideojukebox/Default.py
@@ -151,6 +151,8 @@ def playVideo(params):
         url = urls.get(18)

     elif urls.get(5):

         url = urls.get(5)

+        

+    url = url.replace('\u0026', '&');

                 

     listitem=xbmcgui.ListItem(label=params.get('title'), 
iconImage=params.get('thumbnail'), thumbnailImage=params.get('thumbnail'), 
path=url);    

     ''' listitem.setInfo(type='Video', infoLabels=labels) '''

diff --git a/plugin.video.musicvideojukebox/addon.xml 
b/plugin.video.musicvideojukebox/addon.xml
index 8fe99bd..6b69118 100644
--- a/plugin.video.musicvideojukebox/addon.xml
+++ b/plugin.video.musicvideojukebox/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.musicvideojukebox"
        name="Music Video Jukebox"
-       version="1.0.0"
+       version="1.0.1"
        provider-name="iZE">
   <requires>
     <import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.video.musicvideojukebox/changelog.txt 
b/plugin.video.musicvideojukebox/changelog.txt
index ce8fa71..123b41e 100644
--- a/plugin.video.musicvideojukebox/changelog.txt
+++ b/plugin.video.musicvideojukebox/changelog.txt
@@ -1,3 +1,7 @@
+Version 1.0.1

+-------------

+- youtube changed something in the format of the response that provides the 
urls to the video's, the plugin now takes care of that new response.

+

 Version 1.0.0

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

 - Initial release
\ No newline at end of file

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

Summary of changes:
 plugin.video.musicvideojukebox/Default.py    |    2 ++
 plugin.video.musicvideojukebox/addon.xml     |    2 +-
 plugin.video.musicvideojukebox/changelog.txt |    4 ++++
 3 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to