-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
56 lines (51 loc) · 2.65 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.swiplaytv" name="SWI 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"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="fr_FR">Swissinfo vidéothèque</summary>
<summary lang="en_GB">Swissinfo television video library</summary>
<summary lang="de_DE">Swissinfo Videobibliothek</summary>
<summary lang="it_IT">Swissinfo Videoteca</summary>
<description lang="fr_FR">Avec SWI Play TV vous pouvez regarder les vidéos de la vidéothèque de Swissinfo.</description>
<description lang="en_GB">Access the video library of Swissinfo, a multilingual news and information platform produces by the Swiss Broadcasting Coroporation (SRG SSR)</description>
<description lang="de_DE">Mit SWI Play TV können Sie den Inhalt der Swissinfo Videobibliothek der SRG SSR anschauen.</description>
<description lang="it_IT">SWI Play TV ti permette di accedere alla videoteca di Swissinfo.</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>en</language>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<forum>https://github.com/goggle/plugin.video.swiplaytv/discussions</forum>
<website>https://play.swissinfo.ch/play/tv/</website>
<source>https://github.com/goggle/plugin.video.swiplaytv</source>
<news>v.2.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.0 (2022-06-24)
- Support WIDEVINE encrypted DASH streams.
v2.1.0 (2022-06-01)
- Initial release
</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>
</assets>
</extension>
</addon>