The branch, frodo has been updated
       via  bff83678356f5eb83e5b2ea9ea8e4b20a8f04d75 (commit)
      from  96e6b673b752b1cc46a4b94b5dad5024d0d26f2b (commit)

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

commit bff83678356f5eb83e5b2ea9ea8e4b20a8f04d75
Author: Martijn Kaijser <[email protected]>
Date:   Fri Mar 7 11:14:46 2014 +0100

    [script.xbmc.boblight] 2.0.9

diff --git a/script.xbmc.boblight/addon.xml b/script.xbmc.boblight/addon.xml
index da66f3b..739e49a 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.8" 
provider-name="bobo1on1, Memphiz">
+<addon id="script.xbmc.boblight" name="XBMC Boblight" version="2.0.9" 
provider-name="bobo1on1, Memphiz">
   <requires>
     <import addon="xbmc.python" version="2.1.0"/>
   </requires>
diff --git a/script.xbmc.boblight/changelog.txt 
b/script.xbmc.boblight/changelog.txt
index 8d4c074..7fa9453 100644
--- a/script.xbmc.boblight/changelog.txt
+++ b/script.xbmc.boblight/changelog.txt
@@ -1,3 +1,7 @@
+2.0.9
+- [fix] custom category detection
+- [fix] custom category settings
+
 2.0.8
 - [fix] work around UTF8 encoding problems for dialogs
 
diff --git a/script.xbmc.boblight/default.py b/script.xbmc.boblight/default.py
index 5dad581..eb41b60 100644
--- a/script.xbmc.boblight/default.py
+++ b/script.xbmc.boblight/default.py
@@ -154,7 +154,7 @@ def check_state():
 
 def myPlayerChanged(state):
   log('PlayerChanged(%s)' % state)
-  xbmc.sleep(100)
+  xbmc.sleep(1000)
   if state == 'stop':
     ret = "static"
   else:
diff --git a/script.xbmc.boblight/resources/lib/settings.py 
b/script.xbmc.boblight/resources/lib/settings.py
index bc77dd5..25879d0 100644
--- a/script.xbmc.boblight/resources/lib/settings.py
+++ b/script.xbmc.boblight/resources/lib/settings.py
@@ -200,12 +200,12 @@ class settings():
       interpolation = 0
       threshold     = 0.0
     elif self.tvshow_preset == 0:     #custom
-      saturation      =  self.movie_saturation
-      value           =  self.movie_value
-      speed           =  self.movie_speed
-      autospeed       =  self.movie_autospeed
-      interpolation   =  self.movie_interpolation
-      threshold       =  self.movie_threshold
+      saturation      =  self.tvshow_saturation
+      value           =  self.tvshow_value
+      speed           =  self.tvshow_speed
+      autospeed       =  self.tvshow_autospeed
+      interpolation   =  self.tvshow_interpolation
+      threshold       =  self.tvshow_threshold
     return (saturation,value,speed,autospeed,interpolation,threshold)
 
   #handle boblight configuration from the "LiveTV" category

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

Summary of changes:
 script.xbmc.boblight/addon.xml                 |    2 +-
 script.xbmc.boblight/changelog.txt             |    4 ++++
 script.xbmc.boblight/default.py                |    2 +-
 script.xbmc.boblight/resources/lib/settings.py |   12 ++++++------
 4 files changed, 12 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to