-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaddon.xml
55 lines (51 loc) · 2.45 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.redbull.tv" name="Red Bull TV" version="3.2.2" provider-name="piejanssens">
<requires>
<import addon="script.module.dateutil" version="2.8.0"/>
<import addon="script.module.routing" version="0.2.0"/>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/lib/addon_entry.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Watch Red Bull TV, live and on demand.</summary>
<description lang="en_GB">Red Bull TV gives you front-row access to live events, the best inaction sports, new music and entertainment, and thrilling videos from world adventurers.</description>
<disclaimer lang="en_GB">This add-on is not endorsed by Red Bull GmbH and is provided 'as is' without any warranty of any kind.</disclaimer>
<summary lang="nl_NL">Bekijk Red Bull TV, live en op aanvraag.</summary>
<description lang="nl_NL">Red Bull TV geeft je toegang vanop de eerste rij voor live evenementen, de beste actie sporten, muziek en entertainment, en spannende videos van avonturiers.</description>
<disclaimer lang="nl_NL">Deze add-on wordt niet herkend door Red Bull GmbH en wordt zonder enige garantie van welke aard dan ook aangeboden.</disclaimer>
<license>GPL-2.0-only</license>
<forum>https://forum.kodi.tv/showthread.php?tid=355054</forum>
<website>http://www.redbull.tv/</website>
<platform>all</platform>
<source>https://github.com/add-ons/plugin.video.redbull.tv</source>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.jpg</fanart>
<screenshot>resources/media/screenshot01.jpg</screenshot>
<screenshot>resources/media/screenshot02.jpg</screenshot>
<screenshot>resources/media/screenshot03.jpg</screenshot>
<screenshot>resources/media/screenshot04.jpg</screenshot>
</assets>
<news>
v3.2.2
- Fix EPG loading
- Support for Python 3.9
- Allow installing IPTV Manager from the add-on settings
v3.2.1
- Fix OK dialog
- Catch missing EPG time markers
v3.2.0
- Support VOD playback from EPG via context menu
- Add YouTube integration (requires YouTube add-on)
- Improve channel listing
- New add-on icon
v3.1.0
- IPTV Manager support
v3.0.0
- Harder, Better, Faster, Stronger
</news>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>