The branch, eden has been updated
via 119751aab88a8c0d313a76253a0c038f4785ae4a (commit)
from e8ab1f3fab5af04ef1eddfbbd5c602b0494ef9c1 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=119751aab88a8c0d313a76253a0c038f4785ae4a
commit 119751aab88a8c0d313a76253a0c038f4785ae4a
Author: beenje <[email protected]>
Date: Sat Apr 27 20:31:33 2013 +0200
[plugin.video.vgtv] updated to version 1.0.6
diff --git a/plugin.video.vgtv/addon.xml b/plugin.video.vgtv/addon.xml
index 263c32f..183568f 100644
--- a/plugin.video.vgtv/addon.xml
+++ b/plugin.video.vgtv/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.vgtv" name="VGTV" version="1.0.5" provider-name="Espen
Hovlandsdal">
+<addon id="plugin.video.vgtv" name="VGTV" version="1.0.6" provider-name="Espen
Hovlandsdal">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="script.module.xbmcswift2" version="1.1.1"/>
diff --git a/plugin.video.vgtv/changelog.txt b/plugin.video.vgtv/changelog.txt
index 22f974c..0cd78a8 100644
--- a/plugin.video.vgtv/changelog.txt
+++ b/plugin.video.vgtv/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.0.6[/B]
+- Fixed a bug where videos could not be played if category ID was defined
+
[B]1.0.5[/B]
- Fixed a bug where categories would not be reported correctly
diff --git a/plugin.video.vgtv/resources/lib/api.py
b/plugin.video.vgtv/resources/lib/api.py
index ecfd9d8..8ceb2d9 100644
--- a/plugin.video.vgtv/resources/lib/api.py
+++ b/plugin.video.vgtv/resources/lib/api.py
@@ -223,7 +223,7 @@ class VgtvApi():
url += 'event=videoplay&identification=' + str(id) + '&text1=vgtv-xbmc'
if category is not None:
- url += '&text2=' + category.get('drVideoId')
+ url += '&text2=' + str(category.get('drVideoId'))
try:
urllib2.urlopen(url)
@@ -257,7 +257,7 @@ class VgtvApi():
params = {
's': 417204,
'p': category_name + '::' + str(id) + '_' + title,
- 's2': category.get('drVideoId'),
+ 's2': str(category.get('drVideoId')),
'type': 'video',
'plyr': 2,
'a': 'play',
-----------------------------------------------------------------------
Summary of changes:
plugin.video.vgtv/addon.xml | 2 +-
plugin.video.vgtv/changelog.txt | 3 +++
plugin.video.vgtv/resources/lib/api.py | 4 ++--
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons