• 1
  • 43
  • 44
  • 45
  • 46
  • 47(current)
[RELEASE] Norwegian NRK Web-TV (Video) Plugin
See https://github.com/tamland/xbmc-addon-nrk/issues/50
Reply
Smile 
Regarding the API changes.

There is an update. The 've installed it and the add-on now working again. Big Grin
Kudos to the developer(s)!

I'm on latest stable Libreelec running on Raspberry Pi3.
linorg — Abstraction is my way of life.. 
 
Reply
I have two improvement suggestions:
  1. The current listing of documentaries lists them all, from A to Å (Kategorier => Dokumentar), old and new alike.
    The following URL have categories like "Nye dokumentarer", "Klimakrisen", "Sanne krimgåter" etc, which is much better in my opinion:
    https://psapi.nrk.no/tv/pages/dokumentar

  2. Some content have more than one available subtitle, like "Matsjokket" episode 1. For some reason I get the english one for this episode. I have not tried other episodes.
    The plugin should handle cases where there are several subtitles to choose from, either through own settings or by checking Kodi's settings about preffered language.
Reply
I use NRK TV on different platforms. All but Kodi give the possibility to log in and by that keep track of series etc. I would like to see this option in Kodi as well.
Reply
Is it just me, or is the NRK plugin no longer working?
I am on Kodi 18.9, and whenever I try to play a video nothing happens. This is probably due to API changes from NRK.

Noone seems to mention this at https://github.com/tamland/xbmc-addon-nrk/issues
Reply
Video stream seems to be available from the following endpoint:
https://psapi.nrk.no/mediaelement/[program-id>], for example https://psapi.nrk.no/mediaelement/MUHU04000120

NB1: Seems like the following headers are important:
python:
session.headers['Referer'] = 'https://tv.nrk.no'
session.headers['Accept'] = "application/vnd.nrk.psapi+json; version=9; ludo-client=true; psapi=snapshot"
Otherwise you will get a 410 returned with the text "There are no content here".

NB2: The response from the mediaelement-url also includes urls for subtitles, where:
  • "nor" is norwegian subtitle where only foreign language is texted.
  • "ttv" is norwegian subtitle where all language is texted.
Reply
You could try https://forum.kodi.tv/showthread.php?tid=25522, im not in Norway so i cant check it.
Reply
i have made a branch (v 4.8.0) which works under Kodi 20.0 Nexus
tested on Android and Linux
https://github.com/andrea99boban/xbmc-addon-nrk
Reply
  • 1
  • 43
  • 44
  • 45
  • 46
  • 47(current)

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Norwegian NRK Web-TV (Video) Plugin9