forked from mediathekview/plugin.video.mediathekview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.kodi18.xml
55 lines (54 loc) · 2.34 KB
/
addon.kodi18.xml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mediathekview"
name="MediathekView"
version="1.0.0"
provider-name="MediathekView.de, Leo Moll">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.myconnpy" version="1.1.7"/>
</requires>
<extension
point="xbmc.python.pluginsource"
library="addon.py">
<provides>video</provides>
</extension>
<extension
point="xbmc.service"
library="service.py"
start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">Öffentlich-Rechtliche Mediatheken</summary>
<summary lang="en_GB">Public service video-platforms</summary>
<summary lang="it_IT">Piattaforme video dalle emittenti pubbliche</summary>
<description lang="de_DE">Ermöglicht den Zugriff auf fast alle deutschen Mediatheken der öffentlich Rechtlichen basierend auf der Datenbank von MediathekView.de</description>
<description lang="en_GB">Gives access to most video-platforms from German public service broadcasters using the database of MediathekView.de</description>
<description lang="it_IT">Fornisce l'accesso a gran parte delle piattaforme video operate dalle emittenti pubbliche tedesche usando la banca dati di MediathekView.de</description>
<news>
v.1.0.0 (2021-03-14):
- [fix] #125 fix for add to favorits
- [new] #56 simple black list
- [other] New UI icons and adjusted view (Wall view)
- [other] New extended search to filter all criteria
- [other] Database structure between mysql and sqlite aligned
- [other] Navigation for all channels moved into channel view
- [other] Settings split into general (UI settings) and advanced settings for UI behaviour
- [other] Code restructring
v.0.6.6 (2020-11-21)
</news>
<platform>all</platform>
<language>de fr</language>
<license>MIT</license>
<forum>https://forum.kodi.tv/showthread.php?tid=326799</forum>
<source>https://github.com/mediathekview/plugin.video.mediathekview</source>
<website>https://mediathekview.de/</website>
<email>[email protected]</email>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot1.png</screenshot>
<screenshot>resources/screenshot2.png</screenshot>
<screenshot>resources/screenshot3.png</screenshot>
<screenshot>resources/screenshot4.png</screenshot>
</assets>
</extension>
</addon>