summaryrefslogtreecommitdiff
path: root/plugin.video.mediathek/addon.xml
blob: cd6b021a83ba9b6d74696dd9034d5a389c4e7395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="plugin.video.mediathek"
  name="Mediathek"
  version="0.8.5"
  provider-name="Raptor 2101">
  <requires>
   <import addon="xbmc.python" version="2.25.0"/>
   <import addon="script.module.beautifulsoup4" version="4.3.2"/>
  </requires>
  <extension 
    point="xbmc.python.pluginsource"
    library="default.py">
   <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="de">Ermöglicht den Zugriff auf alle deutschen Mediatheken der öffentlich Rechtlichen</summary>
    <summary lang="en">Gives access to most video-platforms from German public service broadcasters</summary>
    <summary lang="it">Fornisce l'accesso a gran parte delle piattaforme video operate dalle emittenti pubbliche tedesche</summary>
    <description lang="de">Ermöglicht den Zugriff auf alle deutschen Mediatheken der öffentlich Rechtlichen.
Aktuell implementiert sind:
  3Sat, ARD, ZDF, ARTE, ORF, NDR, KiKa (ohne Kikaninchen)
</description>
    <description lang="en">Gives access to most video-platforms from German public service broadcasters.
Currently implemented:
  3Sat, ARD, ZDF, ARTE, ORF, NDR, KiKa (without Kikaninchen)
</description>
    <description lang="it">Fornisce l'accesso a gran parte delle piattaforme video operate dalle emittenti pubbliche tedesche.
Al momento sono supportate le seguenti emittenti:
  3Sat, ARD, ZDF, ARTE, ORF, NDR, KiKa (senza Kikaninchen)
    </description>
    <language>de</language>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
    <forum>https://github.com/raptor2101/Mediathek/issues</forum>
    <website>https://github.com/raptor2101/Mediathek</website>
    <source>https://github.com/raptor2101/Mediathek</source>
    <email>raptor2101@gmx.de</email>
  </extension>
</addon>