The branch, eden has been updated
via f1f1a3b2d6082fc63c438e0e8253cee8ffe25219 (commit)
from a947199612db8073b8b65e3cf6e2573137907915 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=f1f1a3b2d6082fc63c438e0e8253cee8ffe25219
commit f1f1a3b2d6082fc63c438e0e8253cee8ffe25219
Author: spiff <[email protected]>
Date: Thu May 3 10:08:00 2012 +0200
[plugin.video.nrk] updated to version 3.1.4
diff --git a/plugin.video.nrk/addon.xml b/plugin.video.nrk/addon.xml
index d7970de..d5f7a1b 100644
--- a/plugin.video.nrk/addon.xml
+++ b/plugin.video.nrk/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nrk"
name="NRK"
- version="3.1.3"
+ version="3.1.4"
provider-name="takoi">
<requires>
<import addon="xbmc.python" version="2.0"/>
@@ -12,6 +12,7 @@
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
+ <language>no</language>
<summary lang="en">Norwegian Broadcasting Corporation</summary>
<summary lang="no">Norsk rikskringkasting</summary>
<description lang="en">NRK's Web TV gives you the opportunity to watch
live TV as well as recordings of many shows.</description>
diff --git a/plugin.video.nrk/changelog.txt b/plugin.video.nrk/changelog.txt
index 1cf36aa..df8ae2a 100644
--- a/plugin.video.nrk/changelog.txt
+++ b/plugin.video.nrk/changelog.txt
@@ -1,3 +1,6 @@
+[B]3.1.4[/B]
+- fixed: live streams due to site changes
+
[B]3.1.3[/B]
- fixed: live streams due to site changes
diff --git a/plugin.video.nrk/data.py b/plugin.video.nrk/data.py
index b7729ea..9040d92 100644
--- a/plugin.video.nrk/data.py
+++ b/plugin.video.nrk/data.py
@@ -33,21 +33,21 @@ def setQuality(id):
def getLive():
url_1 = [
-
'mms://a897.l11601532896.c116015.g.lm.akamaistream.net/D/897/116015/v0001/reflector:32896',
-
'mms://a48.l11601648047.c116016.g.lm.akamaistream.net/D/48/116016/v0001/reflector:48047',
-
'mms://a1377.l11673952706.c116739.g.lm.akamaistream.net/D/1377/116739/v0001/reflector:52706'
+
'http://a897.l11601532896.c116015.g.lm.akamaistream.net/D/897/116015/v0001/reflector:32896',
+
'http://a48.l11601648047.c116016.g.lm.akamaistream.net/D/48/116016/v0001/reflector:48047',
+
'http://a1377.l11673952706.c116739.g.lm.akamaistream.net/D/1377/116739/v0001/reflector:52706'
][BITRATE_ID]
url_2 = [
-
'mms://a1562.l11601643115.c116016.g.lm.akamaistream.net/D/1562/116016/v0001/reflector:43115',
-
'mms://a1382.l11674038974.c116740.g.lm.akamaistream.net/D/1382/116740/v0001/reflector:38974',
-
'mms://a746.l11674151924.c116741.g.lm.akamaistream.net/D/746/116741/v0001/reflector:51924'
+
'http://a1562.l11601643115.c116016.g.lm.akamaistream.net/D/1562/116016/v0001/reflector:43115',
+
'http://a1382.l11674038974.c116740.g.lm.akamaistream.net/D/1382/116740/v0001/reflector:38974',
+
'http://a746.l11674151924.c116741.g.lm.akamaistream.net/D/746/116741/v0001/reflector:51924'
][BITRATE_ID]
url_3 = [
-
'mms://a397.l11601753777.c116017.g.lm.akamaistream.net/D/397/116017/v0001/reflector:53777',
-
'mms://a805.l11674254919.c116742.g.lm.akamaistream.net/D/805/116742/v0001/reflector:54919',
-
'mms://a1372.l11674333102.c116743.g.lm.akamaistream.net/D/1372/116743/v0001/reflector:33102'
+
'http://a397.l11601753777.c116017.g.lm.akamaistream.net/D/397/116017/v0001/reflector:53777',
+
'http://a805.l11674254919.c116742.g.lm.akamaistream.net/D/805/116742/v0001/reflector:54919',
+
'http://a1372.l11674333102.c116743.g.lm.akamaistream.net/D/1372/116743/v0001/reflector:33102'
][BITRATE_ID]
return [DataItem(title="NRK 1", url=url_1, thumb=os.path.join(R_PATH,
"nrk1.jpg"), isPlayable=True),
-----------------------------------------------------------------------
Summary of changes:
plugin.video.nrk/addon.xml | 3 ++-
plugin.video.nrk/changelog.txt | 3 +++
plugin.video.nrk/data.py | 18 +++++++++---------
3 files changed, 14 insertions(+), 10 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons