The branch, frodo has been updated
       via  041e45882813af704839edba07d933991503dcc8 (commit)
      from  28d60379b895a1cfba62f8de0d7d53bc45c09818 (commit)

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

commit 041e45882813af704839edba07d933991503dcc8
Author: Martijn Kaijser <[email protected]>
Date:   Sat Dec 15 16:29:09 2012 +0100

    [script.xbmc.boblight] 2.0.2

diff --git a/script.xbmc.boblight/addon.xml b/script.xbmc.boblight/addon.xml
index f27665c..387c74e 100644
--- a/script.xbmc.boblight/addon.xml
+++ b/script.xbmc.boblight/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="script.xbmc.boblight" name="XBMC Boblight" version="2.0.1" 
provider-name="bobo1on1, Memphiz">
+<addon id="script.xbmc.boblight" name="XBMC Boblight" version="2.0.2" 
provider-name="bobo1on1, Memphiz">
   <requires>
     <import addon="xbmc.python" version="2.1"/>
   </requires>
diff --git a/script.xbmc.boblight/changelog.txt 
b/script.xbmc.boblight/changelog.txt
index 84e7792..efd0cea 100644
--- a/script.xbmc.boblight/changelog.txt
+++ b/script.xbmc.boblight/changelog.txt
@@ -1,3 +1,6 @@
+2.0.2
+- [fix] activate static light when playing audio
+
 2.0.1
 - [fix] close download dialog once we finished/failed 
 - [fix] - catch exceptions during libboblight download and add a toast for 
suggesting a check of the fs permissions
diff --git a/script.xbmc.boblight/default.py b/script.xbmc.boblight/default.py
index 138a46a..d1d5859 100644
--- a/script.xbmc.boblight/default.py
+++ b/script.xbmc.boblight/default.py
@@ -149,6 +149,8 @@ def myPlayerChanged(state):
   else:
     if xbmc.getCondVisibility("VideoPlayer.Content(musicvideos)"):
       ret = "musicvideo"
+    elif xbmc.getCondVisibility("Player.HasAudio()"):
+      ret = "static"
     else:
       ret = "movie"  
   

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

Summary of changes:
 script.xbmc.boblight/addon.xml     |    2 +-
 script.xbmc.boblight/changelog.txt |    3 +++
 script.xbmc.boblight/default.py    |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to