-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
20 lines (20 loc) · 1.09 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.sporten.dk" version="1.0.0" name="Sporten.dk" provider-name="twinther [[email protected]]">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="script.module.buggalo" version="1.1.2"/>
<import addon="script.module.elementtree" version="1.2.7"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Sporten.dk</summary>
<description lang="en">If you have comments or suggestions for this addon, please feel free to participate in the debate on my blog at http://tommy.winther.nu</description>
<summary lang="da">Sporten.dk</summary>
<description lang="da">Har du kommentarer, ris eller ros til denne addon er du velkommen til at deltage i debatten på min blog på http://tommy.winther.nu</description>
<license>GPL 2.0</license>
<platform>all</platform>
<language>da</language>
</extension>
</addon>