The branch, frodo has been updated
via 6a66640cd4eb800df5d121fd9dc6ca494bace2ef (commit)
from e99c8ee17e989bfceac35991e22d60ac5aeea4e2 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=6a66640cd4eb800df5d121fd9dc6ca494bace2ef
commit 6a66640cd4eb800df5d121fd9dc6ca494bace2ef
Author: Martijn Kaijser <[email protected]>
Date: Wed Oct 9 17:41:29 2013 +0200
[plugin.video.tv3play.dk] 2.0.6
diff --git a/plugin.video.tv3play.dk/addon.py b/plugin.video.tv3play.dk/addon.py
index 14718cc..694e953 100644
--- a/plugin.video.tv3play.dk/addon.py
+++ b/plugin.video.tv3play.dk/addon.py
@@ -105,7 +105,7 @@ class TV3PlayAddon(object):
if 'length' in video and video['length'] is not None:
infoLabels['duration'] = int(video['length']) / 60
- if 'airdate' in video:
+ if 'airdate' in video and video['airdate'] is not None:
airdate = video['airdate']
infoLabels['date'] = '%s.%s.%s' % (airdate[8:10],
airdate[5:7], airdate[0:4])
infoLabels['year'] = int(airdate[0:4])
diff --git a/plugin.video.tv3play.dk/addon.xml
b/plugin.video.tv3play.dk/addon.xml
index cb1e408..5f1effd 100644
--- a/plugin.video.tv3play.dk/addon.xml
+++ b/plugin.video.tv3play.dk/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<addon id="plugin.video.tv3play.dk" version="2.0.5" name="TV3 Play"
provider-name="twinther">
+<addon id="plugin.video.tv3play.dk" version="2.0.6" name="TV3 Play"
provider-name="twinther">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.buggalo" version="1.1.2"/>
diff --git a/plugin.video.tv3play.dk/changelog.txt
b/plugin.video.tv3play.dk/changelog.txt
index b55204c..5707963 100644
--- a/plugin.video.tv3play.dk/changelog.txt
+++ b/plugin.video.tv3play.dk/changelog.txt
@@ -1,3 +1,6 @@
+[B]Version 2.0.6 - 2013-10-09[/B]
+- Fixed problem with missing air date in metadata
+
[B]Version 2.0.5 - 2013-09-21[/B]
- Added tv6play.se, tv8play.se, tv10play.se and play.novatv.bg
- Corrected strings.xml id's
-----------------------------------------------------------------------
Summary of changes:
plugin.video.tv3play.dk/.gitignore | 3 ---
plugin.video.tv3play.dk/addon.py | 2 +-
plugin.video.tv3play.dk/addon.xml | 2 +-
plugin.video.tv3play.dk/changelog.txt | 3 +++
4 files changed, 5 insertions(+), 5 deletions(-)
delete mode 100644 plugin.video.tv3play.dk/.gitignore
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
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=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons