summaryrefslogtreecommitdiff
path: root/plugin.video.viaplay/addon.xml
blob: 11d1a7918c6d7e92422fac0363a4a2e59471f80f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.viaplay"
       version="2.0.1"
       name="Viaplay"
       provider-name="emilsvennesson">
  <requires>
    <import addon="xbmc.python" version="2.25.0"/>
    <import addon="script.module.requests" version="2.9.1"/>
    <import addon="script.module.iso8601" version="0.1.11"/>
    <import addon="script.module.inputstreamhelper" version="0.2.2"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
    <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <description lang="en_GB">Watch content from Viaplay.</description>
    <description lang="sv_SE">Titta på innehåll från Viaplay.</description>
    <news>2017.12.27 v2.0.1
    + New dependency: script.module.inputstreamhelper
    + Switch to registration code activation
    + Finally replace HLS with MPEG-DASH (Widevine DRM is now required)
    + Channels support (previously Viasat TV To Go)
    + Implement dynamically acquired 'theme pages' in addition to browsing through categories
    + Starred, Watched and Purchased pages now work
    + Open add-on settings on first run
    + Major rewrite and cleanup of the code
    + Big improvements all-around and a massively enhanced experience
    </news>
    <platform>all</platform>
    <language>sv dk no fi en</language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
    <source>https://github.com/emilsvennesson/kodi-viaplay</source>
    <forum>http://forum.kodi.tv/showthread.php?tid=286387</forum>
    <disclaimer>This add-on requires you to have a subscription to Viaplay.[CR]This add-on is completely unofficial and is not endorsed by Viaplay in any way.</disclaimer>
    <assets>
      <icon>resources/art/icon.png</icon>
      <fanart>resources/art/fanart.jpg</fanart>
    </assets>
  </extension>
</addon>