The branch, eden-pre has been updated
via 8548bfa8114336e1cb8b2dfdc4c2f020dac28d03 (commit)
from a257548059fa8b6a2afb2b5685e796c1a1108fa2 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=8548bfa8114336e1cb8b2dfdc4c2f020dac28d03
commit 8548bfa8114336e1cb8b2dfdc4c2f020dac28d03
Author: ronie <[email protected]>
Date: Thu Oct 27 23:47:20 2011 +0200
[script.logo-downloader] -v3.0.9
fixed script when default thumb was disabled
diff --git a/script.logo-downloader/addon.xml b/script.logo-downloader/addon.xml
index c08ef6c..d130e77 100644
--- a/script.logo-downloader/addon.xml
+++ b/script.logo-downloader/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.logo-downloader"
name="Logo Downloader"
- version="3.0.8"
+ version="3.0.9"
provider-name="ppic, ronie">
<requires>
<import addon="xbmc.python" version="2.0"/>
diff --git a/script.logo-downloader/changelog.txt
b/script.logo-downloader/changelog.txt
index bd02f40..13d1f98 100644
--- a/script.logo-downloader/changelog.txt
+++ b/script.logo-downloader/changelog.txt
@@ -1,3 +1,6 @@
+v3.0.9
+- fixed script when default thumb was disabled
+
v3.0.8
- change script into program addon
- added addon settings
diff --git a/script.logo-downloader/default.py
b/script.logo-downloader/default.py
index 58b1f79..c556d95 100644
--- a/script.logo-downloader/default.py
+++ b/script.logo-downloader/default.py
@@ -123,6 +123,7 @@ class downloader:
else:
self.show_thumb = False
self.download_thumb = __addon__.getSetting('download_thumb')
+ log( "### download_thumb:%s ###" % self.download_thumb )
if self.download_thumb == "true":
self.default_thumb = __addon__.getSetting('default_thumb')
if self.default_thumb == "Banner":
@@ -134,9 +135,8 @@ class downloader:
elif self.default_show_thumb == "ShowThumb":
self.default_show_thumb = True
self.show_thumb = "landscape.jpg"
+ log( "### default_thumb:%s ###" % self.default_thumb )
self.mode = "bulk"
- log( "### download_thumb:%s ###" % self.download_thumb )
- log( "### default_thumb:%s ###" % self.default_thumb )
else:
log( "### script run by skin" )
-----------------------------------------------------------------------
Summary of changes:
script.logo-downloader/README.txt | 25 +++++++++++++++++++++++++
script.logo-downloader/addon.xml | 2 +-
script.logo-downloader/changelog.txt | 3 +++
script.logo-downloader/default.py | 4 ++--
4 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 script.logo-downloader/README.txt
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons