-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
56 lines (56 loc) · 4.05 KB
/
addon.xml
File metadata and controls
56 lines (56 loc) · 4.05 KB
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
56
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.zappntv" name="Zappn TV" version="1.3.5+matrix.1" provider-name="fayer3">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.routing" version="0.2.3+matrix.1"/>
<import addon="script.module.inputstreamhelper" version="0.5.2+matrix.1"/>
<import addon="script.module.pytz" version="2019.3.0+matrix.1"/>
<import addon="script.module.tzlocal" version="2.0.0+matrix.1"/>
<import addon="script.module.html2text" version="2020.1.16+matrix.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.python.library" library="favorite.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">ZAPPN TV Levestream und Mediathek</summary>
<description lang="de_DE">Livestream von den Österreichischen Sendern ORF 1, ORF 2, Puls 4, Puls 24, ATV, ATV2, ProSieben, Sat.1, Kabel 1, Sixx, Prosieben Maxx, Sat.1 GOLD und Kabel 1 Doku sowie Mediathek von Puls 4, ATV, Kabel 1, Sat.1, Sixx, Prosieben, Prosieben Maxx, Sat.1 Gold und Kabel 1 Doku.</description>
<disclaimer lang="de_DE">Die von diesem Addon dargestellten Inhalte werden von den Erstellern des Addons weder gehostet oder verbreitet, noch stehen die Ersteller in irgendeiner Beziehung zu den Anbietern des Inhalts.</disclaimer>
<summary lang="en_GB">PZAPPN TV Levestream and Mediathek</summary>
<description lang="en_GB">Livestream of the Austrian channels ORF 1, ORF 2, Puls 4, Puls 24, ATV, ATV2, ProSieben, Sat.1, Kabel 1, Sixx, Prosieben Maxx, Sat.1 GOLD and Kabel 1 Doku and the mediatek of Puls 4, ATV, Kabel 1, Sat.1, Sixx, Prosieben, Prosieben Maxx, Sat.1 Gold and Kabel 1 Doku.</description>
<disclaimer lang="en_GB">The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content providers.</disclaimer>
<language></language>
<platform>all</platform>
<license>GPL-3.0</license>
<forum>https://www.kodinerds.net/index.php/Thread/66455-Release-ZAPPN-TV/</forum>
<website>https://zappn.tv/</website>
<email>fb4472 (at) aon.at</email>
<source>https://github.com/fayer3/plugin.video.zappntv</source>
<news>1.3.0: update auf neue API.
- Bei Favoriten von älteren Versionen wird ein "Legacy" hinweis angezeigt. Solange die alte Api noch funktionert, und die Sendung dort vorhanden war, wird ein Link auf die neue Api erstellt.
1.3.1:
- fehler mit single Threading behoben
- Abhängigkeiten minimum Version hinzugefügt, behebt vielleicht automatische Installation
1.3.2:
- Livestreams von ORF III und ORF Sport+ hinzugefügt
- alternatives DRM Format für widevine ist nun standardmäßig deaktiviert, weil es scheinbar nicht mehr verfügbar ist.
Ist es dennoch aktiviert, wird versucht es abzurufen, bei Fehlschlag wird auf das standard Format zurrückgegriffen.
- Versuch Playready support zu repariert.
- auswahl zwishen DASH und SmoothStreaming. SmoothStreaming hat zwar die bessere Qualität, funktioniert momentan aber nicht.
1.3.3:
- Start/Verfügbarkeitsdatum repariert, wenn es mehrere Ausstrahlungen gab
1.3.4:
- Einstellung hinzugefügt, um immer den Puls4 Key bei abfragen aus der Mediathek zu verwenden. Zum zeitpunkt des releases dieser Version bekommt man somit Videos mit höherer Auflösung
- Einstellung hinzugefügt, um Videos wie der Webplayer auf der prosiebenmaxx Webseite abzurufen. Dies ist langsamer, resultiert aber manchmal mit höher Aufgelösten Videos
1.3.5:
- Fehler mit kodi 19.3 auf Android beim öffnen der LEv Section behoben
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.png</fanart>
<screenshot>resources\screenshot-01.jpg</screenshot>
<screenshot>resources\screenshot-02.jpg</screenshot>
<screenshot>resources\screenshot-03.jpg</screenshot>
</assets>
</extension>
</addon>