forked from kodi-svtplay/xbmc-svtplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
26 lines (26 loc) · 1.35 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.svtplay"
name="SVT Play"
version="4.0.16"
provider-name="nilzen">
<requires>
<import addon="script.module.parsedom" version="1.2.0"/>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language>sv</language>
<summary lang="en">Watch content from SVT Play.</summary>
<summary lang="sv">Titta på innehåll från SVT Play.</summary>
<description lang="en">With this addon you can stream content from SVT Play (svtplay.se).</description>
<description lang="sv">Med denna addon kan du strömma innehåll från SVT Play (svtplay.se).</description>
<disclaimer>This is an unofficial addon and it is not supported or maintained by SVT. Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<platform>all</platform>
<license> GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>https://github.com/nilzen/xbmc-svtplay</website>
<source>https://github.com/nilzen/xbmc-svtplay</source>
<forum>http://forum.xbmc.org/showthread.php?tid=67110</forum>
</extension>
</addon>