summaryrefslogtreecommitdiff
path: root/plugin.video.funkmediathek/addon.xml
blob: d156b4e4d6d9c06b35b0023fa0b3c2803e6c6963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
		<language>de</language>
		<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
		<source>https://github.com/prof-membrane/plugin.video.funkmediathek</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>