The branch, frodo has been updated
       via  59a8ba2ef5ca6b91aea515033e655d3de767a709 (commit)
       via  3d15abc9614a74a84951b08c1cece9cc85d9271c (commit)
      from  666e811aae1f3efd98ccc42f2b1993180cfdbdb8 (commit)

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

commit 59a8ba2ef5ca6b91aea515033e655d3de767a709
Author: beenje <bee...@xbmc.org>
Date:   Thu Feb 6 13:49:31 2014 +0100

    [plugin.video.rt] updated to version 1.9.1

diff --git a/plugin.video.rt/README.txt b/plugin.video.rt/README.txt
index 842e474..57ce395 100644
--- a/plugin.video.rt/README.txt
+++ b/plugin.video.rt/README.txt
@@ -20,4 +20,8 @@ version 1.8.0 added rt live global, america, documentary, 
espanol, arabic
 
 version 1.8.2 added autoplay of Rt Global
 
-version 1.8.4 minor change to addon.xml
\ No newline at end of file
+version 1.8.4 minor change to addon.xml
+
+version 1.9.0 minor change to fix icons images
+
+version 1.9.1 added xml header to settings.xml and changed language sub-dir to 
"English"
diff --git a/plugin.video.rt/addon.xml b/plugin.video.rt/addon.xml
index c77d97b..fee2444 100644
--- a/plugin.video.rt/addon.xml
+++ b/plugin.video.rt/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.rt"
        name="Russia Today News"
-       version="1.8.4"
+       version="1.9.1"
        provider-name="t1m">
   <requires>
     <import addon="xbmc.python" version="2.1.0"/>
@@ -12,7 +12,7 @@
   </extension>
   <extension point="xbmc.addon.metadata">
     <summary lang="en">Russia Today News</summary>
-    <description lang="en">Russia Today News XBMC Plugin</description>
+    <description lang="en">Russia Today News XBMC Plugin. RT presents 
round-the-clock news bulletins, documentaries, talk shows, and debates, as well 
as sports news and cultural programs on Russia aimed at the overseas news 
market. In 2011 it was the second most-watched foreign news channel in the U.S. 
after BBC World News, and the number one foreign station in five major U.S. 
urban areas in 2012</description>
     <disclaimer lang="en">Feel free to use this script. For information visit 
the wiki.</disclaimer>
     <platform>all</platform>
     <language>en</language>
diff --git a/plugin.video.rt/changelog.txt b/plugin.video.rt/changelog.txt
index a54c960..a26c381 100644
--- a/plugin.video.rt/changelog.txt
+++ b/plugin.video.rt/changelog.txt
@@ -12,4 +12,8 @@ version 1.8.0 added rt live global, america, documentary, 
espanol, arabic
 
 version 1.8.2 added autoplay of RT Global
 
-version 1.8.4 minor change to addon.xml
\ No newline at end of file
+version 1.8.4 minor change to addon.xml
+
+version 1.9.0 minor change to fix icons images
+
+version 1.9.1 added xml header to settings.xml and changed language sub-dir to 
"English"
diff --git a/plugin.video.rt/default.py b/plugin.video.rt/default.py
index 9ea08cd..f4f3e85 100644
--- a/plugin.video.rt/default.py
+++ b/plugin.video.rt/default.py
@@ -97,7 +97,8 @@ def getSources():
               for caturl,caticon,cattitle,catdesc in match:
                  catdesc = 
catdesc.replace('<P>','').replace('<p>','').replace('</P>','')
                  caticon = caticon.replace('.a.','.gp.')
-                 caticon = RTBASE_URL+caticon
+                 if "http:" not in caticon:
+                    caticon = RTBASE_URL+caticon
                  try:
                       addDir(cattitle.encode(UTF8, 
'ignore'),caturl.encode(UTF8),18,caticon,caticon,catdesc,GENRE_NEWS,"",False)
                  except:
@@ -247,7 +248,9 @@ elif mode==18:
                      if "programm" in classtype:
                        imgurl,cattitle = cattitle,imgurl   # swap them
                      caturl = 
"plugin://plugin.video.rt/?url="+RTBASE_URL+pgurl+"&name="+urllib.quote_plus(cattitle)+"&mode=19"
-                     caticon = RTBASE_URL+imgurl
+                     caticon = imgurl
+                     if "http:" not in caticon:
+                        caticon = RTBASE_URL+caticon
                      catdesc = catdesc.strip()
                      try:
                         
addLink(caturl.encode(UTF8),cattitle,caticon,fanArt,cattime+"\n"+catdesc,GENRE_NEWS,"")
diff --git a/plugin.video.rt/resources/settings.xml 
b/plugin.video.rt/resources/settings.xml
index c30eed5..8aba97f 100644
--- a/plugin.video.rt/resources/settings.xml
+++ b/plugin.video.rt/resources/settings.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <settings>
   <category label="Settings">
     <setting id="rt_res" type="enum" label="Live Stream Quality" 
values="720p|360p|240p|180p" default="0" />

http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=3d15abc9614a74a84951b08c1cece9cc85d9271c

commit 3d15abc9614a74a84951b08c1cece9cc85d9271c
Author: beenje <bee...@xbmc.org>
Date:   Thu Feb 6 13:49:02 2014 +0100

    [plugin.video.uzg] updated to version 1.0.6

diff --git a/plugin.video.uzg/addon.xml b/plugin.video.uzg/addon.xml
index 51cb965..5ec2705 100644
--- a/plugin.video.uzg/addon.xml
+++ b/plugin.video.uzg/addon.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.uzg" name="Uitzendinggemist (NPO)" provider-name="Bas 
Magré (Opvolger)" version="1.0.5">
+<addon id="plugin.video.uzg" name="Uitzendinggemist (NPO)" provider-name="Bas 
Magré (Opvolger)" version="1.0.6">
   <requires>
     <import addon="xbmc.python" version="2.1.0" />
     <import addon="script.module.xbmcswift2" version="2.4.0" />
diff --git a/plugin.video.uzg/changelog.txt b/plugin.video.uzg/changelog.txt
index c05be00..4d03f8a 100644
--- a/plugin.video.uzg/changelog.txt
+++ b/plugin.video.uzg/changelog.txt
@@ -1,4 +1,7 @@
-Version 1.0.5
+Version 1.0.6
+* New API NPO
+
+Version 1.0.5
 * little fixxen for official repo requirements
 
 Version 1.0.4
diff --git a/plugin.video.uzg/resources/lib/uzg.py 
b/plugin.video.uzg/resources/lib/uzg.py
index 16165ae..e1712c1 100644
--- a/plugin.video.uzg/resources/lib/uzg.py
+++ b/plugin.video.uzg/resources/lib/uzg.py
@@ -104,7 +104,8 @@ def get_url(playerid):
     data=get_data_from_url('http://ida.omroep.nl/npoplayer/i.js')
     token = re.compile('.token\s*=\s*"(.*?)"', re.DOTALL + 
re.IGNORECASE).search(str(data)).group(1)
     ##video lokatie aanvragen
-    data = 
get_data_from_url('http://ida.omroep.nl/odiplus/?prid='+playerid+'&puboptions=adaptive&adaptive=yes&part=1&token='+token)
+    data = 
get_data_from_url('http://ida.omroep.nl/odi/?prid='+playerid+'&puboptions=adaptive&adaptive=yes&part=1&token='+token)
+    ## old not working any more data = 
get_data_from_url('http://ida.omroep.nl/odiplus/?prid='+playerid+'&puboptions=adaptive&adaptive=yes&part=1&token='+token)
     json_data = json.loads(data)
     ##video file terug geven vanaf json antwoord
     streamdataurl = json_data['streams'][0]

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

Summary of changes:
 plugin.video.rt/README.txt                         |    6 +++++-
 plugin.video.rt/addon.xml                          |    4 ++--
 plugin.video.rt/changelog.txt                      |    6 +++++-
 plugin.video.rt/default.py                         |    7 +++++--
 .../language/{english => English}/strings.xml      |    0
 plugin.video.rt/resources/settings.xml             |    1 +
 plugin.video.uzg/addon.xml                         |    2 +-
 plugin.video.uzg/changelog.txt                     |    5 ++++-
 plugin.video.uzg/resources/lib/uzg.py              |    3 ++-
 9 files changed, 25 insertions(+), 9 deletions(-)
 rename plugin.video.rt/resources/language/{english => English}/strings.xml 
(100%)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to