-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
24 lines (24 loc) · 1.25 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.oppetarkiv"
name="Öppet Arkiv"
version="0.2.4"
provider-name="khoda">
<requires>
<import addon="script.module.parsedom" version="1.2.0"/>
<import addon="xbmc.python" version="2.1.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 Öppet Arkiv.</summary>
<summary lang="sv">Titta på innehåll från Öppet Arkiv.</summary>
<description lang="en">With this addon you can stream content from Öppet Arkiv (oppetarkiv.se).</description>
<description lang="sv">Med denna addon kan du strömma innehåll från Öppet Arkiv (oppetarkiv.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>
<website>https://github.com/khoda/xbmc-oppetarkiv</website>
<source>https://github.com/khoda/xbmc-oppetarkiv</source>
</extension>
</addon>