The branch, eden has been updated
via 413ca21d5788f829474d9976fdbfe324392b2574 (commit)
from fee2353712c77cde63e2469e66eb09a0d49cc238 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=413ca21d5788f829474d9976fdbfe324392b2574
commit 413ca21d5788f829474d9976fdbfe324392b2574
Author: spiff <[email protected]>
Date: Mon Oct 15 13:04:56 2012 +0200
[plugin.video.eevblog] updated to version 0.2.2
diff --git a/plugin.video.eevblog/addon.xml b/plugin.video.eevblog/addon.xml
index 7974188..468dabd 100644
--- a/plugin.video.eevblog/addon.xml
+++ b/plugin.video.eevblog/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.eevblog"
name="EEVblog"
- version="0.2.1"
+ version="0.2.2"
provider-name="Clumsy">
<requires>
<import addon="xbmc.python" version="2.0"/>
diff --git a/plugin.video.eevblog/changelog.txt
b/plugin.video.eevblog/changelog.txt
index 1855a71..0330fd9 100644
--- a/plugin.video.eevblog/changelog.txt
+++ b/plugin.video.eevblog/changelog.txt
@@ -1,3 +1,7 @@
+[B|Version 0.2.2[/B]
+
+- fixes some videos not playing. Thanks to Jonathan Fabian
+
[B]Version 0.2.1[/B]
- random fixups/cosmetics in the xml
diff --git a/plugin.video.eevblog/default.py b/plugin.video.eevblog/default.py
index aa9f9ea..22b0f36 100644
--- a/plugin.video.eevblog/default.py
+++ b/plugin.video.eevblog/default.py
@@ -45,7 +45,7 @@ def build_episodes_directory():
listitem = xbmcgui.ListItem(label = name, iconImage = "", thumbnailImage =
"")
#listitem.setInfo( type = "Video", infoLabels = { "Title": name,
"Director": __plugin__, "Studio": __plugin__, "Genre": "Video Blog", "Plot":
plot[0], "Episode": "" } )
#u = sys.argv[0] + "?mode=2&name=" + name + "&youtube_video_id="+
urllib.quote_plus(youtube_video_id[0]) + "&plot=" +
urllib.quote_plus(clean(plot[0])) + "&genre=" + "VideoBlog" + "&episode=" +
urllib.quote_plus("0")
- u = sys.argv[0] + "?mode=2&url=" + ep_url
+ u = sys.argv[0] + "?mode=2&url=" + ep_url + "&name=" + name
xbmcplugin.addDirectoryItem(handle = int(sys.argv[1]), url = u, listitem =
listitem, isFolder = False)
xbmcplugin.addSortMethod( handle = int(sys.argv[ 1 ]), sortMethod =
xbmcplugin.SORT_METHOD_NONE )
-----------------------------------------------------------------------
Summary of changes:
plugin.video.eevblog/addon.xml | 2 +-
plugin.video.eevblog/changelog.txt | 4 ++++
plugin.video.eevblog/default.py | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons