The branch, gotham has been updated
       via  5ce84b6e695f135bfdb27fa6ec8b65c3d4d36ad3 (commit)
      from  8523b5ccad31acb8c83cd0899ccb32479ebb236e (commit)

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

commit 5ce84b6e695f135bfdb27fa6ec8b65c3d4d36ad3
Author: ronie <ronie>
Date:   Wed Nov 27 18:36:02 2013 +0100

    [screensaver.xbmc.slideshow] -v1.0.2

diff --git a/screensaver.xbmc.slideshow/addon.xml 
b/screensaver.xbmc.slideshow/addon.xml
index 14e4b06..14c1aa8 100644
--- a/screensaver.xbmc.slideshow/addon.xml
+++ b/screensaver.xbmc.slideshow/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="screensaver.xbmc.slideshow" name="Slideshow" version="1.0.1" 
provider-name="Team XBMC">
+<addon id="screensaver.xbmc.slideshow" name="Slideshow" version="1.0.2" 
provider-name="Team XBMC">
        <requires>
                <import addon="xbmc.python" version="2.12.0"/>
                <import addon="script.module.simplejson" version="3.3.0"/>
@@ -103,6 +103,6 @@
                <language></language>
                <platform>all</platform>
                <forum>http://forum.xbmc.org/showthread.php?tid=154032</forum>
-               
<source>https://github.com/XBMC-Addons/screensaver.xbmc.slideshow/</source>
+               <source>https://code.google.com/p/ronie/source/</source>
        </extension>
 </addon>
diff --git a/screensaver.xbmc.slideshow/changelog.txt 
b/screensaver.xbmc.slideshow/changelog.txt
index 558ad16..b753152 100644
--- a/screensaver.xbmc.slideshow/changelog.txt
+++ b/screensaver.xbmc.slideshow/changelog.txt
@@ -1,3 +1,6 @@
+v1.0.2
+- fix album cover missing when playing music
+
 v1.0.1
 - add xml header
 
diff --git 
a/screensaver.xbmc.slideshow/resources/skins/default/720p/script-python-slideshow.xml
 
b/screensaver.xbmc.slideshow/resources/skins/default/720p/script-python-slideshow.xml
index 029face..d8062d7 100644
--- 
a/screensaver.xbmc.slideshow/resources/skins/default/720p/script-python-slideshow.xml
+++ 
b/screensaver.xbmc.slideshow/resources/skins/default/720p/script-python-slideshow.xml
@@ -125,7 +125,7 @@
                                        <posy>0</posy>
                                        <width>140</width>
                                        <height>140</height>
-                                       <texture 
fallback="DefaultAlbumCover.png">$INFO[Player.Art(thumb)]</texture>
+                                       <texture 
fallback="DefaultAlbumCover.png">$INFO[MusicPlayer.Cover]</texture>
                                        <aspectratio>scale</aspectratio>
                                </control>
                                <control type="label">

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

Summary of changes:
 screensaver.xbmc.slideshow/addon.xml               |    4 ++--
 screensaver.xbmc.slideshow/changelog.txt           |    3 +++
 .../skins/default/720p/script-python-slideshow.xml |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to