-
Notifications
You must be signed in to change notification settings - Fork 6
/
addon.xml
61 lines (55 loc) · 2.87 KB
/
addon.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
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.srfplaytv" name="SRF Play TV" version="2.2.5" provider-name="Alexander Seiler">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.srgssr" version="2.2.4"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="fr_FR">SRF Play vidéothèque</summary>
<summary lang="en_GB">SRF Play television video library</summary>
<summary lang="de_DE">SRF Play Videobibliothek</summary>
<summary lang="it_IT">Videoteca SRF Play</summary>
<description lang="fr_FR">Avec SRF Play TV vous pouvez regarder les vidéos de la vidéothèque de la Radio télévision suisse (SRF).</description>
<description lang="en_GB">SRF Play TV allows you to watch the content from the video library of Swiss Radio and Television (SRF).</description>
<description lang="de_DE">Mit SRF Play TV können Sie den Inhalt der SRF Play Videobibliothek des Schweizer Fernsehens anschauen.</description>
<description lang="it_IT">SRF Play TV ti permette di accedere alla videoteca della Radio e della Televisione Svizzera.</description>
<disclaimer lang="fr_FR">Certains contenus sont géo-bloqués et disponibles uniquement en Suisse.</disclaimer>
<disclaimer lang="en_GB">Some content is geo-blocked and only available in Switzerland.</disclaimer>
<disclaimer lang="de_DE">Einige Inhalte sind nur in der Schweiz verfügbar.</disclaimer>
<disclaimer lang="it_IT">Alcuni contenuti sono geograficamente bloccati e quindi visibili solo in Svizzera.</disclaimer>
<language>de</language>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<forum>https://forum.kodi.tv/showthread.php?tid=331129</forum>
<website>https://www.srf.ch/play/tv</website>
<source>https://github.com/goggle/plugin.video.srfplaytv</source>
<news>v2.2.5 (TBD)
- retrieve subtitles via HTTPS
v2.2.4 (2024-03-21)
- Fix translatePath error
v2.2.3 (2023-03-09)
- Display date and time for scheduled live streams.
v2.2.2 (2023-01-29)
- Fix homepage and topics menu
v2.2.1 (2022-10-25)
- Fix shows by date
v2.2.0 (2022-06-24)
- Support WIDEVINE encrypted DASH streams
v2.1.0 (2022-06-01)
- Add support for content presented on homepage.
- Add support for topics.
- Add support for playback of livestreams.</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.png</fanart>
<screenshot>resources/screenshot-01.png</screenshot>
<screenshot>resources/screenshot-02.png</screenshot>
<screenshot>resources/screenshot-03.png</screenshot>
<screenshot>resources/screenshot-04.png</screenshot>
<screenshot>resources/screenshot-05.png</screenshot>
</assets>
</extension>
</addon>