forked from add-ons/plugin.video.regiotv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
53 lines (46 loc) · 2.3 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.regiotv" name="Regio TV" version="0.1.4" provider-name="dagwieers">
<requires>
<import addon="script.module.routing" version="0.2.3"/>
<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">Flemish regional television</summary>
<description lang="en_GB">The Regio TV add-on lists all available Flemish regional television stations.
Available channels: ATV, BRUZZ, Focus TV, ROB-tv, TVL, TV Oost, WTV
[I]This add-on is not endorsed by any television station, and is provided 'as is' without any warranty of any kind.[/I]</description>
<disclaimer lang="en_GB">This add-on is not endorsed by any television station, and is provided 'as is' without any warranty of any kind.</disclaimer>
<summary lang="nl_NL">Vlaamse regionale televisie.</summary>
<description lang="nl_NL">De Regio TV add-on geeft een overzicht van alle Vlaamse regionale televisiezenders.
Beschikbare zenders: ATV, BRUZZ, Focus TV, ROB-tv, TVL, TV Oost, WTV
[I]Deze add-on wordt niet ondersteund door een televisiezender, en wordt aangeboden 'as is', zonder enige garantie.[/I]</description>
<disclaimer lang="nl_NL">Deze add-on wordt niet ondersteund door een televisiezender, en wordt aangeboden 'as is', zonder enige garantie.</disclaimer>
<language>en nl</language>
<platform>all</platform>
<license>GPL-3.0-only</license>
<website>https://github.com/add-ons/plugin.video.regiotv/wiki</website>
<source>https://github.com/add-ons/plugin.video.regiotv</source>
<forum>https://github.com/add-ons/plugin.video.regiotv/issues</forum>
<news>
v0.1.3 (2021-03-04)
- Fix an exception on Matrix when syncing channel/tvguide from IPTV Manager
- Remove WTV, combine with Focus TV
v0.1.2 (2020-08-01)
- Add support for IPTV Manager
- Add support for referer
- Add RegioTV artwork
v0.1.1 (2020-02-11)
- Fix regional channels BRUZZ, Focus TV and WTV
v0.1.0 (2019-11-08)
- Initial public release
</news>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.png</fanart>
</assets>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>