The branch, frodo has been updated
       via  1a56f06b9fa64e077b712c493a6fc05344b74cea (commit)
      from  1c422eb63c98ffd8da57ec6be20c3447503386ab (commit)

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

commit 1a56f06b9fa64e077b712c493a6fc05344b74cea
Author: Martijn Kaijser <[email protected]>
Date:   Tue Apr 29 09:21:40 2014 +0200

    [script.grab.fanart] 0.13.0

diff --git a/script.grab.fanart/README.txt b/script.grab.fanart/README.txt
index 4e78d97..cc81b4b 100644
--- a/script.grab.fanart/README.txt
+++ b/script.grab.fanart/README.txt
@@ -23,6 +23,7 @@ script.grab.fanart.Ready - this property is empty until the 
service has initiali
 
 script.grab.fanart.Global.Title - the title of a random music or video file, 
30% chance music, 30% TV, 40% movie
 script.grab.fanart.Global.FanArt - path to the fanart image for this media
+script.grab.fanart.Global.Logo - path to logo for this media - blank if it 
doesn't exist
 
 script.grab.fanart.Video.Title - the title of a random video (movie or tv 
show). There is a 10% chance of this being a TV show. 
 script.grab.fanart.Video.FanArt - the path to the fanart image for this video
diff --git a/script.grab.fanart/addon.xml b/script.grab.fanart/addon.xml
index c7a81fa..7b6c792 100755
--- a/script.grab.fanart/addon.xml
+++ b/script.grab.fanart/addon.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="script.grab.fanart"
-    name="Grab Fanart" version="0.12.9" provider-name="robweber">
+    name="Grab Fanart" version="0.13.0" provider-name="robweber">
   <requires>
     <import addon="xbmc.python" version="2.1.0"/>
   </requires>
diff --git a/script.grab.fanart/changelog.txt b/script.grab.fanart/changelog.txt
index 91300a9..240a43b 100755
--- a/script.grab.fanart/changelog.txt
+++ b/script.grab.fanart/changelog.txt
@@ -1,3 +1,11 @@
+Version 0.13.0
+
+added logo to Global properties per Jeroen's request
+
+Version 0.12.9
+
+added path and logo properties for videos
+
 Version 0.12.8
 
 removed constant logging of what is being displayed
diff --git a/script.grab.fanart/service.py b/script.grab.fanart/service.py
index 7944f8c..aaa2254 100644
--- a/script.grab.fanart/service.py
+++ b/script.grab.fanart/service.py
@@ -136,6 +136,7 @@ class GrabFanartService:
                     
                     
self.WINDOW.setProperty('script.grab.fanart.Global.Title',globalArt.title)
                     
self.WINDOW.setProperty('script.grab.fanart.Global.FanArt',globalArt.fan_art)
+                    
self.WINDOW.setProperty('script.grab.fanart.Global.Logo',globalArt.logo)
                     
                 self.refresh_prop = time() + float(utils.getSetting("refresh"))
 

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

Summary of changes:
 script.grab.fanart/README.txt    |    1 +
 script.grab.fanart/addon.xml     |    2 +-
 script.grab.fanart/changelog.txt |    8 ++++++++
 script.grab.fanart/service.py    |    1 +
 4 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to