summaryrefslogtreecommitdiff
path: root/plugin.video.kikamediathek/addon.xml
diff options
context:
space:
mode:
authorprof-membrane <pr0lckr@googlemail.com>2017-01-29 19:13:31 +0100
committerprof-membrane <pr0lckr@googlemail.com>2017-01-29 19:13:31 +0100
commitf1f663e448acbf7c2870d88bf19a413e620b9d08 (patch)
treefbb4dbe9311a0031fe93ed6667a99c1ae9cf9dfd /plugin.video.kikamediathek/addon.xml
parentf30de924c6dcb5e0218b16382349fff0e70af2d7 (diff)
[plugin.video.kikamediathek] v1.0.0
Diffstat (limited to 'plugin.video.kikamediathek/addon.xml')
-rw-r--r--plugin.video.kikamediathek/addon.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugin.video.kikamediathek/addon.xml b/plugin.video.kikamediathek/addon.xml
new file mode 100644
index 0000000..edbb696
--- /dev/null
+++ b/plugin.video.kikamediathek/addon.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.kikamediathek" name="KiKa Mediathek" version="1.0.0" provider-name="membrane">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.libkika" 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.kikamediathek</source>
+ <summary lang="en">This is an add-on for http://www.kika.de/.</summary>
+ <description lang="en">This add-on provides access to the German VOD platform http://www.kika.de/.</description>
+ <summary lang="de">Videos aus dem Kinderkanal von ARD und ZDF.</summary>
+ <description lang="de">Dieses Add-on bietet Zugriff auf Kindersendungen des KiKas. Der Kinderkanal ist ein Gemeinschaftsprojekt von ARD und ZDF.</description>
+ <disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
+ </extension>
+</addon>