-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaddon.xml
66 lines (59 loc) · 3.02 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
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.rtsplaytv" name="RTS 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.5"/>
<import addon="script.module.youtube_channels" version="0.2.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="fr_FR">RTS Play vidéothèque</summary>
<summary lang="en_GB">RTS Play television video library</summary>
<summary lang="de_DE">RTS Play Videobibliothek</summary>
<summary lang="it_IT">Videoteca RTS Play</summary>
<description lang="fr_FR">Avec RTS Play TV vous pouvez regarder les vidéos de la vidéothèque de la Radio télévision suisse (RTS).</description>
<description lang="en_GB">RTS Play TV allows you to watch the content from the video library of Swiss Radio and Television (RTS).</description>
<description lang="de_DE">Mit RTS Play TV können Sie den Inhalt der RTS Play Videobibliothek des Schweizer Fernsehens anschauen.</description>
<description lang="it_IT">RTS 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>fr</language>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<forum>https://forum.kodi.tv/showthread.php?tid=336266</forum>
<website>https://www.rts.ch/play/tv</website>
<source>https://github.com/goggle/plugin.video.rtsplaytv</source>
<news>v2.2.6 (TBD)
- Always extract subtitles
v2.2.5 (2025-02-09)
- Retrieve subtitles via HTTPS
- Adapt to upstream changes
v2.2.4 (2024-03-21)
- Fix translatePath errors
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>