The branch, frodo has been updated
via 9c818868318ddb186eae59d2b4b8e0d5152ad305 (commit)
from 6534b421e02f3db2a0ca472a9c903f20c6bbfd3a (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=9c818868318ddb186eae59d2b4b8e0d5152ad305
commit 9c818868318ddb186eae59d2b4b8e0d5152ad305
Author: beenje <[email protected]>
Date: Sun May 5 22:52:13 2013 +0200
[plugin.video.nrk] updated to version 4.4.6
diff --git a/plugin.video.nrk/addon.xml b/plugin.video.nrk/addon.xml
index c0a7e07..2a95382 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 Nett-TV"
- version="4.4.5"
+ version="4.4.6"
provider-name="takoi">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
diff --git a/plugin.video.nrk/changelog.txt b/plugin.video.nrk/changelog.txt
index c36d531..0f8a820 100644
--- a/plugin.video.nrk/changelog.txt
+++ b/plugin.video.nrk/changelog.txt
@@ -1,3 +1,6 @@
+[B]4.4.6[/B]
+- Lagt til "Alltid RR" (radioresepsjonen)
+
[B]4.4.5[/B]
- Fikset direktestrømmer og «siste» pga. sideendringer
diff --git a/plugin.video.nrk/default.py b/plugin.video.nrk/default.py
index 8b60379..ecb40a0 100644
--- a/plugin.video.nrk/default.py
+++ b/plugin.video.nrk/default.py
@@ -46,6 +46,7 @@ def live():
add("NRK P2", "http://lyd.nrk.no/nrk_radio_p2_mp3_h", "audio/mpeg")
add("NRK P3", "http://lyd.nrk.no/nrk_radio_p3_mp3_h", "audio/mpeg")
add("Alltid nyheter", "http://lyd.nrk.no/nrk_radio_alltid_nyheter_mp3_h",
"audio/mpeg")
+ add("Alltid RR", "http://lyd.nrk.no/nrk_radio_p3_radioresepsjonen_mp3_h",
"audio/mpeg")
add("Jazz", "http://lyd.nrk.no/nrk_radio_jazz_mp3_h", "audio/mpeg")
add("Klassisk", "http://lyd.nrk.no/nrk_radio_klassisk_mp3_h", "audio/mpeg")
add("Folkemusikk", "http://lyd.nrk.no/nrk_radio_folkemusikk_mp3_h",
"audio/mpeg")
@@ -77,6 +78,8 @@ def view(titles, urls, thumbs=repeat(''), bgs=repeat(''),
descr=repeat(''), upda
li.setProperty('fanart_image', bg)
if playable:
li.setInfo('video', {'title':title, 'plot':descr})
+ li.addStreamInfo('video', {'codec':'h264', 'width':1280, 'height':720})
+ li.addStreamInfo('audio', {'codec':'aac', 'channels':2})
addDirectoryItem(plugin.handle, plugin.make_url(url), li, not playable,
total)
endOfDirectory(plugin.handle, updateListing=update_listing)
-----------------------------------------------------------------------
Summary of changes:
plugin.video.nrk/addon.xml | 2 +-
plugin.video.nrk/changelog.txt | 3 +++
plugin.video.nrk/default.py | 3 +++
3 files changed, 7 insertions(+), 1 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons