summaryrefslogtreecommitdiff
path: root/plugin.video.mdrmediathek/addon.xml
diff options
context:
space:
mode:
authorprof-membrane <pr0lckr@googlemail.com>2017-01-29 18:42:40 +0100
committerprof-membrane <pr0lckr@googlemail.com>2017-01-29 18:42:40 +0100
commit7bbb198e9f025c7e473fad55f935401433493af5 (patch)
treeb01b20c622f451956e488165399ea9831e0d0be3 /plugin.video.mdrmediathek/addon.xml
parentf30de924c6dcb5e0218b16382349fff0e70af2d7 (diff)
[plugin.video.mdrmediathek] v1.0.0
Diffstat (limited to 'plugin.video.mdrmediathek/addon.xml')
-rw-r--r--plugin.video.mdrmediathek/addon.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugin.video.mdrmediathek/addon.xml b/plugin.video.mdrmediathek/addon.xml
new file mode 100644
index 0000000..44ef324
--- /dev/null
+++ b/plugin.video.mdrmediathek/addon.xml
@@ -0,0 +1,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>