forked from prof-membrane/plugin.video.funkmediathek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
20 lines (20 loc) · 1.3 KB
/
addon.xml
File metadata and controls
20 lines (20 loc) · 1.3 KB
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.funkmediathek" name="Funk Mediathek" version="1.2.0" provider-name="membrane">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.libmediathek3" version="1.3.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>http://github.com/someone/myaddon</source>
<summary lang="en">This is an add-on for www.funk.net</summary>
<description lang="en">This add-on provides access to the German VOD platform www.funk.net. The content is only accessable from Germany.</description>
<summary lang="de">Serien und Videos von www.funk.net</summary>
<description lang="de">Dieses Add-on bietet Zugriff auf die Bibliothek von www.funk.net. Hier gibt es Serien wie z.B. Fargo in FullHD, aber auch Eigenproduktionen von ARD/ZDF. Die Serien sind in der Regel nur innerhalb Deutschlands erreichbar.</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>