-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddons.xml
75 lines (70 loc) · 3.42 KB
/
addons.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
<?xml version='1.0' encoding='UTF-8'?>
<addons><addon id="plugin.video.nhkworldtv" name="NHK World TV" version="1.0.4" provider-name="sbroenne">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" />
<import addon="script.module.requests-cache" />
<import addon="script.module.routing" />
<import addon="script.module.future" />
<import addon="script.module.kodi-six" />
<import addon="script.module.pytz" />
<import addon="script.module.tzlocal" />
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Watch NHK World Japan in Full HD - live stream, on-demand and news programs</summary>
<description lang="en_GB">
Watch NHK World Japan in Full HD
- Live Stream
- On demand programs - By program, latest and most watched, categories and playlist. You can also browse and search through all programs.
- Live schedule
- Top Stories and At a Glance
- News programs like NEWSLINE, NEWSLINE IN DEPTH and NEWSROOM TOKYO
Content is retrieved and played directly from the NHK World web site.
Plugin supports fallback to HD if you should encounter buffering issues.
Tested on Kodi 18.6+ Leia and 19 Matrix.
</description>
<disclaimer lang="en_GB">This plugin is a fan project and not related in any way to NHK!</disclaimer>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<language>en</language>
<email>[email protected]</email>
<source>https://github.com/sbroenne/plugin.video.nhkworldtv</source>
<forum>https://forum.kodi.tv/showthread.php?tid=353215</forum>
<news>
- Removed optional setting of View States so that plugin can be submitted to official repo
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot01.jpeg</screenshot>
<screenshot>resources/screenshot02.jpeg</screenshot>
<screenshot>resources/screenshot03.jpeg</screenshot>
</assets>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon><addon id="repository.sbroenne" name="NHK World TV development repository" version="0.0.13" provider-name="sbroenne">
<extension point="xbmc.addon.repository" name="Kodi NHK World TV plug-in Development Repository">
<info compressed="true">https://raw.githubusercontent.com/sbroenne/kodirepo/master/addons.xml.gz</info>
<checksum>https://raw.githubusercontent.com/sbroenne/kodirepo/master/addons.xml.gz.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/sbroenne/kodirepo/master</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Kodi NHK World TV plug-in Development Repository</summary>
<language />pwd
<platform>all</platform>
<license>GPL-3.0</license>
<email>[email protected]</email>
<source>https://github.com/sbroenne/repository.sbroenne</source>
<news>
Kodi 19 has been released so the dev repo now contains the Matrix version of the plug-in
</news>
<disclaimer>Use at your own risk!</disclaimer>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon></addons>