-
Notifications
You must be signed in to change notification settings - Fork 20
/
addon.xml
96 lines (81 loc) · 3.74 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.vrt.nu" name="VRT MAX" version="2.5.32+matrix.1" provider-name="Martijn Moreel, dagwieers, mediaminister">
<requires>
<import addon="resource.images.studios.white" version="0.0.22"/>
<import addon="script.module.beautifulsoup4" version="4.6.2"/>
<import addon="script.module.dateutil" version="2.8.0"/>
<import addon="script.module.inputstreamhelper" version="0.4.3"/>
<import addon="script.module.routing" version="0.2.3"/>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/lib/addon_entry.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="resources/lib/service_entry.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Watch videos from VRT MAX</summary>
<description lang="en_GB">VRT MAX is the video-on-demand platform of the Flemish public broadcaster (VRT).
- Track the programs you like
- List all videos alphabetically by program, category, channel or feature
- Watch live streams from VRT 1, Canvas, Ketnet, Ketnet Junior and Sporza
- Discover recently added or soon offline content
- Browse the online TV guides or search VRT MAX
[I]The VRT MAX add-on is not endorsed by VRT, and is provided 'as is' without any warranty of any kind.[/I]</description>
<disclaimer lang="en_GB">The VRT MAX add-on is not endorsed by VRT, and is provided 'as is' without any warranty of any kind.</disclaimer>
<summary lang="nl_NL">VRT MAX videos bekijken.</summary>
<description lang="nl_NL">VRT MAX is het video-on-demand platform van de Vlaamse publieke omroep (VRT).
- Volg je favoriete tv-programma's
- Raadpleeg video's op basis van programma, categorie, kanaal of feature
- Bekijk de livestreams van VRT 1, Canvas, Ketnet, Ketnet Junior en Sporza
- Ontdek recent toegevoegde of binnenkort offline video's
- Doorblader de online tv-gids of doorzoek VRT MAX
[I]Deze VRT MAX add-on wordt niet ondersteund door de VRT, en wordt aangeboden 'as is', zonder enige garantie.[/I]</description>
<disclaimer lang="nl_NL">Deze VRT MAX add-on wordt niet ondersteund door de VRT, en wordt aangeboden 'as is', zonder enige garantie.</disclaimer>
<language>en nl</language>
<platform>all</platform>
<license>GPL-3.0-only</license>
<forum>https://www.facebook.com/kodivrtnu/</forum>
<website>https://github.com/add-ons/plugin.video.vrt.nu/wiki</website>
<source>https://github.com/add-ons/plugin.video.vrt.nu</source>
<news>
v2.5.32 (2024-05-21)
- Fix search
- Fix program menu listings
v2.5.31 (2024-04-21)
- Fix program menu listings
v2.5.30 (2024-04-16)
- Fix playing from TV guide
v2.5.29 (2024-02-12)
- Fix program listings
v2.5.28 (2024-01-24)
- Fix 'My favorites' listing
v2.5.27 (2023-12-27)
- Fix categories listing
v2.5.26 (2023-09-22)
- Fix program listings
- Add extra content to program listings
v2.5.25 (2023-09-14)
- Fix episode listings and featured menu
v2.5.24 (2023-07-18)
- Fix 1080p quality and playback issue
v2.5.23 (2023-07-11)
- Fix episode and featured listings
v2.5.22 (2023-06-14)
- Fix categories menu
- Fix 1080p
v2.5.21 (2023-05-23)
- Fix 1080p for livestreams
- Remove All programs menu
- Fix paging in episode listings
</news>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.png</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>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>