forked from goggle/plugin.video.srfplaytv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
52 lines (49 loc) · 2.41 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.srfplaytv" name="SRF Play TV" version="1.1.0" provider-name="Alexander Seiler">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.simplecache" version="1.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">SRF Play television video library</summary>
<summary lang="de_DE">SRF Play Videobibliothek</summary>
<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>
<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>
<language>de</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<forum>https://forum.kodi.tv/showthread.php?tid=331129</forum>
<website>https://www.srf.ch/play/tv</website>
<email>[email protected]</email>
<source>https://github.com/goggle/plugin.video.srfplaytv</source>
<news>v1.1.0 (2018-07-01)
- Add support for Radio SRF 3 video livestreams.
v1.0.1 (2018-06-07)
- Only list srf.ch live events if livestream is available.
- Ignore invalid video ids in episode menu.
- Translate 'Next page' string.
v1.0.0 (2018-04-24)
- Add support for SRF.ch livestreams.
- Add support for Live TV (SRF 1, SRF 2, SRF info).
- Choose folders to appear in the main menu.
v0.9.3 (2018-04-22)
- Add date picker for choosing shows by date.
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.png</fanart>
<banner></banner>
<clearlogo></clearlogo>
<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>