-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
25 lines (25 loc) · 1.18 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.svt-oppetarkiv" name="SVT Öppet arkiv" version="0.0.1" provider-name="alexbjorling">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Watch content from SVT Öppet arkiv</summary>
<description lang="en">Watch content from SVT Öppet arkiv</description>
<license>GNU General Public License, v3</license>
<language></language>
<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>
<source>https://github.com/alexbjorling/kodi-svt-oppetarkiv</source>
<forum>https://github.com/alexbjorling/kodi-svt-oppetarkiv/issues</forum>
<website>https://github.com/alexbjorling/kodi-svt-oppetarkiv</website>
<email>[email protected]</email>
<assets>
<icon>icon.png</icon>
</assets>
<news></news>
</extension>
</addon>