summaryrefslogtreecommitdiff
path: root/plugin.video.spurs-tv
diff options
context:
space:
mode:
authorLee Smith <LS80@users.noreply.github.com>2016-10-03 22:06:12 +0100
committerlearningit <scottyroscoe13@gmail.com>2016-10-03 17:06:12 -0400
commitf1d4966e08f59e9141d888f9b8d2f043b8339d2b (patch)
tree60abe6c4c6df93a6f0e878a8cba8981f9a9b9b8d /plugin.video.spurs-tv
parent97781946a5c933000b3a397aae167da91ef9ce55 (diff)
[plugin.video.spurs-tv] 2.12.1 (#687)
Diffstat (limited to 'plugin.video.spurs-tv')
-rw-r--r--plugin.video.spurs-tv/addon.py6
-rw-r--r--plugin.video.spurs-tv/addon.xml4
-rw-r--r--plugin.video.spurs-tv/changelog.txt3
3 files changed, 7 insertions, 6 deletions
diff --git a/plugin.video.spurs-tv/addon.py b/plugin.video.spurs-tv/addon.py
index 07d8f8f..f520c92 100644
--- a/plugin.video.spurs-tv/addon.py
+++ b/plugin.video.spurs-tv/addon.py
@@ -315,21 +315,19 @@ def get_youtube_playlists():
for playlist_id, title, thumbnail, published_at in youtube.get_playlists():
item = {'label': title,
'thumbnail': thumbnail,
+ 'info': {'title': title, 'date': published_at.strftime("%d.%m.%Y")},
'path': plugin.url_for('show_youtube_list', playlist=playlist_id)}
- utils.add_item_info(item, title, published_at)
-
yield item
def get_youtube_video_items(generator):
for video_id, title, thumbnail, published_at in generator():
item = {'label': title,
'thumbnail': thumbnail,
+ 'info': {'title': title, 'date': published_at.strftime("%d.%m.%Y")},
'path': "plugin://plugin.video.youtube/play/?video_id={}".format(video_id),
'is_playable': True}
- utils.add_item_info(item, title, published_at)
-
yield item
diff --git a/plugin.video.spurs-tv/addon.xml b/plugin.video.spurs-tv/addon.xml
index ba2e7e7..9261242 100644
--- a/plugin.video.spurs-tv/addon.xml
+++ b/plugin.video.spurs-tv/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.spurs-tv" name="Spurs TV" version="2.12.0" provider-name="Leopold">
+<addon id="plugin.video.spurs-tv" name="Spurs TV" version="2.12.1" provider-name="Leopold">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0" optional="false"/>
@@ -21,6 +21,6 @@
<forum>http://forum.kodi.tv/showthread.php?tid=235234</forum>
<source>https://github.com/LS80/plugin.video.spurs-tv.git</source>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
- <news>Fixed KANE50 category</news>
+ <news>Fixed KANE50 category and YouTube channel</news>
</extension>
</addon>
diff --git a/plugin.video.spurs-tv/changelog.txt b/plugin.video.spurs-tv/changelog.txt
index 59bc35a..cedaaa2 100644
--- a/plugin.video.spurs-tv/changelog.txt
+++ b/plugin.video.spurs-tv/changelog.txt
@@ -1,3 +1,6 @@
+v2.12.1 (2016-10-03)
+ - Fixed YouTube channel
+
v2.12.0 (2016-09-30)
- Fixed KANE50 category
- Added thumbnails for some categories