The branch, frodo has been updated
       via  5ec33e57fb0bec2cd7c53d3e7b359ac7eeed2d93 (commit)
      from  7a8ccd3dc51d9ddec5334fd3237201997a0fee4e (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=5ec33e57fb0bec2cd7c53d3e7b359ac7eeed2d93

commit 5ec33e57fb0bec2cd7c53d3e7b359ac7eeed2d93
Author: beenje <[email protected]>
Date:   Sat Feb 2 14:58:08 2013 +0100

    [plugin.video.eyetv.parser] updated to version 2.2.0

diff --git a/plugin.video.eyetv.parser/addon.py 
b/plugin.video.eyetv.parser/addon.py
index ed6a796..cfb7154 100755
--- a/plugin.video.eyetv.parser/addon.py
+++ b/plugin.video.eyetv.parser/addon.py
@@ -96,8 +96,6 @@ def show_recordings():
     else:
         items = [{
             'label': info['title'],
-            'iconImage': icon,
-            'thumbnailImage': thumbnail,
             'url': url,
             'info': info,
             'is_folder': False,
diff --git a/plugin.video.eyetv.parser/addon.xml 
b/plugin.video.eyetv.parser/addon.xml
index 52cfbaa..496361e 100644
--- a/plugin.video.eyetv.parser/addon.xml
+++ b/plugin.video.eyetv.parser/addon.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.eyetv.parser"
        name="EyeTV parser"
-       version="2.1.3"
+       version="2.2.0"
        provider-name="beenje">
   <requires>
-    <import addon="xbmc.python" version="2.0"/>
+    <import addon="xbmc.python" version="2.1.0"/>
     <import addon="script.module.xbmcswift" version="0.2.0"/>
     <import addon="script.module.simplejson" version="2.0.10"/>
   </requires>
diff --git a/plugin.video.eyetv.parser/changelog.txt 
b/plugin.video.eyetv.parser/changelog.txt
index 8a4ea4b..fc7461b 100644
--- a/plugin.video.eyetv.parser/changelog.txt
+++ b/plugin.video.eyetv.parser/changelog.txt
@@ -1,3 +1,8 @@
+[B]Version 2.2.0[/B]
+
+- Do not pass icon and thumbnail due to crash with frodo
+- Bump version for frodo
+
 [B]Version 2.1.3[/B]
 
 - Added settings to disable a category

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.eyetv.parser/addon.py      |    2 --
 plugin.video.eyetv.parser/addon.xml     |    4 ++--
 plugin.video.eyetv.parser/changelog.txt |    5 +++++
 3 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to