forked from sarbes/plugin.video.wdrmaus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
17 lines (17 loc) · 770 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.wdrmaus" name="WDR Maus" version="1.0.0" provider-name="sarbes">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="0.0.1"/>
<import addon="script.module.libwdr" version="2.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>