-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
20 lines (20 loc) · 1.21 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.3satmediathek" name="3sat Mediathek" version="2.0.0" provider-name="sarbes">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.libzdf" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/prof-membrane/plugin.video.3satmediathek</source>
<summary lang="en">Videos from the 3sat Mediathek.</summary>
<description lang="en">This add-on provides access to the 3sat Mediathek (www.3sat.de). Videos may be geolocked to Germany.</description>
<summary lang="de">Sendungen und Beiträge aus der 3sat Mediathek.</summary>
<description lang="de">Dieses Add-on bietet Zugriff auf die Mediathek von 3sat. Hier gibt es Sendungen und Dokumentationen zum Abruf.</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>