The branch, frodo has been updated
via c9692543a97b9afa8ecf88cfe915174ee7799ef7 (commit)
from 29ecfa0f6d0c6353389e0c3437ce134aef88e5ec (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=c9692543a97b9afa8ecf88cfe915174ee7799ef7
commit c9692543a97b9afa8ecf88cfe915174ee7799ef7
Author: ronie <[email protected]>
Date: Mon Jan 28 19:32:01 2013 +0100
[script.tv.show.next.aired] -v5.0.5
diff --git a/script.tv.show.next.aired/README.txt
b/script.tv.show.next.aired/README.txt
index af82352..ef7c83c 100644
--- a/script.tv.show.next.aired/README.txt
+++ b/script.tv.show.next.aired/README.txt
@@ -17,7 +17,7 @@ AirTime (eg. 'Thursday at 09:00 pm')
Path (tv show path)
Library (eg. videodb://2/2/1/)
Status (eg. 'Returning Series'/'Final Season'/'New Series')
-StatusID (id of the status)
+StatusID (id of the status)
Network (name of the tv network that's airing the show)
Started (airdate of the first episode, eg. 'Sep/24/2007')
Classification (type of show, ex. 'Animation'/'Documentary')
@@ -47,6 +47,7 @@ Art(fanart) (tv show fanart)
Art(landscape) (tv show landscape - artwork downloader required)
Art(clearlogo) (tv show logo - artwork downloader required)
Art(clearart) (tv show clearart - artwork downloader required)
+Art(characterart) (tv show characterart - artwork downloader required)
Status ids:
0 - Returning Series
diff --git a/script.tv.show.next.aired/addon.xml
b/script.tv.show.next.aired/addon.xml
index adec14e..9dde238 100644
--- a/script.tv.show.next.aired/addon.xml
+++ b/script.tv.show.next.aired/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="script.tv.show.next.aired" name="TV Show - Next Aired"
version="5.0.4" provider-name="Ppic, Frost, ronie, `Black">
+<addon id="script.tv.show.next.aired" name="TV Show - Next Aired"
version="5.0.5" provider-name="Ppic, Frost, ronie, `Black">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
diff --git a/script.tv.show.next.aired/changelog.txt
b/script.tv.show.next.aired/changelog.txt
index 286a7ca..8be0033 100644
--- a/script.tv.show.next.aired/changelog.txt
+++ b/script.tv.show.next.aired/changelog.txt
@@ -1,3 +1,6 @@
+v5.0.5
+- added characterart property
+
v5.04
- silently try to delete the old databases
diff --git a/script.tv.show.next.aired/default.py
b/script.tv.show.next.aired/default.py
index 01c4416..40c7184 100644
--- a/script.tv.show.next.aired/default.py
+++ b/script.tv.show.next.aired/default.py
@@ -479,6 +479,7 @@ class NextAired:
label.setProperty(prefix + "Art(banner)", art.get("banner", ""))
label.setProperty(prefix + "Art(landscape)", art.get("landscape", ""))
label.setProperty(prefix + "Art(clearlogo)", art.get("clearlogo", ""))
+ label.setProperty(prefix + "Art(characterart)",
art.get("characterart", ""))
label.setProperty(prefix + "Art(clearart)", art.get("clearart", ""))
if item.get("RFC3339" , "" )[:10] == self.datestr:
label.setProperty(prefix + "Today", "True")
-----------------------------------------------------------------------
Summary of changes:
script.tv.show.next.aired/README.txt | 3 ++-
script.tv.show.next.aired/addon.xml | 2 +-
script.tv.show.next.aired/changelog.txt | 3 +++
script.tv.show.next.aired/default.py | 1 +
4 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons