-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
22 lines (22 loc) · 958 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.audio.ardaudiothek" name="ARD Audiothek" version="0.0.1" provider-name="sarbes">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.libmediathek4" version="0.0.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>TODO</source>
<forum>TODO</forum>
<summary lang="en">TODO</summary>
<description lang="en">TODO</description>
<summary lang="de">TODO</summary>
<description lang="de">TODO</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>