The branch, frodo has been updated
       via  63719ae5a3f290bbd085066637b4c8bc9f931ea4 (commit)
      from  ff572f26dedde85e21e577a91cba83efea34ee36 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=63719ae5a3f290bbd085066637b4c8bc9f931ea4

commit 63719ae5a3f290bbd085066637b4c8bc9f931ea4
Author: Martijn Kaijser <[email protected]>
Date:   Sat Nov 9 17:46:20 2013 +0100

    [script.artistslideshow] 1.5.8

diff --git a/script.artistslideshow/addon.xml b/script.artistslideshow/addon.xml
index a1914e8..0424aaf 100644
--- a/script.artistslideshow/addon.xml
+++ b/script.artistslideshow/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="script.artistslideshow" name="Artist Slideshow" version="1.5.7" 
provider-name="ronie|pkscuot">
+<addon id="script.artistslideshow" name="Artist Slideshow" version="1.5.8" 
provider-name="ronie|pkscuot">
        <requires>
                <import addon="xbmc.python" version="2.1.0"/>
                <import addon="xbmc.addon" version="12.0.0"/>
@@ -11,7 +11,10 @@
                
<website>http://wiki.xbmc.org/index.php?title=Add-on:Artist_Slideshow</website>
                <forum>http://forum.xbmc.org/showthread.php?t=124880</forum>
                
<source>https://github.com/pkscout/script.artistslideshow</source>
+               <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 
1991</license>
                <email>[email protected]</email>
+               <disclaimer></disclaimer>
+               <language></language>
                <summary lang="ar">حمل صور و معلومات إضافية 
للفنان المغني حاليا</summary>
                <summary lang="be">Download images and additional info of the 
currently playing artist</summary>
                <summary lang="bg">Сваля изображения и 
допълнителна инф. за изпълнителя на 
текущата песен</summary>
diff --git a/script.artistslideshow/changelog.txt 
b/script.artistslideshow/changelog.txt
index 7411fec..a91c672 100644
--- a/script.artistslideshow/changelog.txt
+++ b/script.artistslideshow/changelog.txt
@@ -1,7 +1,10 @@
+v.1.5.8
+- fixed crashes when using htbackdrops as an image source
+
 v.1.5.7
 - removed image support for last.fm (API call removed by last.fm)
 - changed to using built in ElementTree
-- added xbmc.gui and xbmc.addon as required dependency and set version for 
Frodo
+- added xbmc.addon as required dependency and set version for Frodo
 
 v.1.5.6
 - adjusted artist bio cleanup to better handle HTML code (thx to scott967)
diff --git a/script.artistslideshow/default.py 
b/script.artistslideshow/default.py
index 019ed45..945d2d9 100644
--- a/script.artistslideshow/default.py
+++ b/script.artistslideshow/default.py
@@ -872,7 +872,7 @@ class Main:
             else:
                 return []
         elif site == "htbackdrops":
-            self.url = self.HtbackdropsQueryURL + '&keywords=' + 
self.NAME.replace('&','%26').replace(' ', '+') + '&dmin_w=' + str( 
self.minwidth ) + '&dmin_h=' + str( self.minheight )
+            self.url = self.HtbackdropsQueryURL + '&keywords=' + 
self.NAME.replace('&','%26').replace(' ', '+')
             log( 'asking for images from: %s' %self.url )
         images = self._get_data(site, 'images')
         return images

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

Summary of changes:
 script.artistslideshow/addon.xml     |    5 ++++-
 script.artistslideshow/changelog.txt |    5 ++++-
 script.artistslideshow/default.py    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to