The branch, eden has been updated
via eedd4cfd8b6aa964f5e69a3879d2591afc0e9c85 (commit)
from 0544e068be18f7f4bc90038cc93a6903ac5a9050 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=eedd4cfd8b6aa964f5e69a3879d2591afc0e9c85
commit eedd4cfd8b6aa964f5e69a3879d2591afc0e9c85
Author: Martijn Kaijser <[email protected]>
Date: Tue Oct 15 11:11:30 2013 +0200
[script.xbmc.lcdproc] 1.3.2
diff --git a/script.xbmc.lcdproc/addon.xml b/script.xbmc.lcdproc/addon.xml
index fe11808..371f503 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="1.3.1"
provider-name="Team XBMC: Memphiz, Daniel 'herrnst' Scheller">
+<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="1.3.2"
provider-name="Team XBMC: Memphiz, Daniel 'herrnst' Scheller">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="xbmc.gui" version="3.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/addon.xml | 2 +-
script.xbmc.lcdproc/changelog.txt | 2 ++
script.xbmc.lcdproc/resources/lib/lcdbase.py | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
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