The branch, frodo has been updated
       via  42c37e69963ec6ad793e9d912d0ca03ef2a35320 (commit)
      from  64bdd4438f815d1569608e8a653f0994db7d7b7a (commit)

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

commit 42c37e69963ec6ad793e9d912d0ca03ef2a35320
Author: Martijn Kaijser <[email protected]>
Date:   Tue Oct 15 11:05:20 2013 +0200

    [script.xbmc.lcdproc] 2.3.2

diff --git a/script.xbmc.lcdproc/addon.xml b/script.xbmc.lcdproc/addon.xml
index 4dee8a7..a53cfc1 100644
--- a/script.xbmc.lcdproc/addon.xml
+++ b/script.xbmc.lcdproc/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="2.3.1" 
provider-name="Team XBMC: Memphiz, Daniel 'herrnst' Scheller">
+<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="2.3.2" 
provider-name="Team XBMC: Memphiz, Daniel 'herrnst' Scheller">
   <requires>
     <import addon="xbmc.python" version="2.1.0"/>
     <import addon="xbmc.gui" version="4.0.0"/>
diff --git a/script.xbmc.lcdproc/changelog.txt 
b/script.xbmc.lcdproc/changelog.txt
index f30cb6d..a8deb93 100644
--- a/script.xbmc.lcdproc/changelog.txt
+++ b/script.xbmc.lcdproc/changelog.txt
@@ -1,3 +1,5 @@
+1.3.2 / 2.3.2
+- Fix "dim display on video playback" functionality
 1.3.1 / 2.3.1
 - Recognize E-AC3 (Dolby Digital plus) as AC3 in extra stuff support (affect 
imonlcd support)
 - Fix BigDigits overdrawing text on addon start when things change too fast
diff --git a/script.xbmc.lcdproc/resources/lib/lcdbase.py 
b/script.xbmc.lcdproc/resources/lib/lcdbase.py
index d6c0a53..9249693 100644
--- a/script.xbmc.lcdproc/resources/lib/lcdbase.py
+++ b/script.xbmc.lcdproc/resources/lib/lcdbase.py
@@ -503,7 +503,7 @@ class LcdBase():
     return (mode == LCD_MODE.LCD_MODE_MUSIC or mode == 
LCD_MODE.LCD_MODE_PVRRADIO) and settings_getDimOnMusicPlayback()
 
   def DoDimOnVideo(self, mode):
-    return (mode == LCD_MODE.LCD_MODE_VIDEO or LCD_MODE.LCD_MODE_TVSHOW or 
mode == LCD_MODE.LCD_MODE_PVRTV) and settings_getDimOnVideoPlayback()
+    return (mode == LCD_MODE.LCD_MODE_VIDEO or mode == 
LCD_MODE.LCD_MODE_TVSHOW or mode == LCD_MODE.LCD_MODE_PVRTV) and 
settings_getDimOnVideoPlayback()
 
   def DoDimOnScreensaver(self, mode):
     return (mode == LCD_MODE.LCD_MODE_SCREENSAVER) and 
settings_getDimOnScreensaver()

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

Summary of changes:
 script.xbmc.lcdproc/.gitignore               |    1 -
 script.xbmc.lcdproc/addon.xml                |    2 +-
 script.xbmc.lcdproc/changelog.txt            |    2 ++
 script.xbmc.lcdproc/resources/lib/lcdbase.py |    2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
 delete mode 100644 script.xbmc.lcdproc/.gitignore


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to