summaryrefslogtreecommitdiff
path: root/plugin.video.mdrmediathek/addon.xml
blob: 44ef324ecae1fba48003f52bbf763b6487f02292 (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.mdrmediathek" name="MDR Mediathek" version="1.0.0" provider-name="membrane">
    <requires>
        <import addon="xbmc.python" version="2.25.0"/>
		<import addon="script.module.libmdr" version="1.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>
		<source>https://github.com/prof-membrane/plugin.video.mdrmediathek</source>
        <summary lang="en">This is an add-on for http://www.mdr.de/mediathek/index.html.</summary>
        <description lang="en">This add-on provides access to the German VOD platform http://www.mdr.de/mediathek/index.html.</description>
        <summary lang="de">Sendebeiträge der MDR Mediathek.</summary>
        <description lang="de">Dieses Add-on bietet Zugriff auf die Bibliothek des MDR. Zur Auswahl stehen unter anderem Dokumentationen und Serien.</description>
        <disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
    </extension>
</addon>