-
Notifications
You must be signed in to change notification settings - Fork 17
/
addon.xml
34 lines (34 loc) · 1.57 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nhlgcl" name="NHL TV™" version="2024.10.17+matrix.1" provider-name="eracknaphobia">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.pytz" />
<import addon="script.module.requests" />
<import addon="script.module.kodi-six" />
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">Watch out-of-market games from around the League on Kodi, with HD quality streaming</summary>
<description lang="en_GB">With NHL.TV you can access revolutionary 60fps (frames per second) video through Kodi
</description>
<disclaimer lang="en_GB">Requires a valid NHL TV account to view full Live and Archived games. Blackout and other
restrictions apply, including national blackouts.
</disclaimer>
<news>
- allow greater flexibility in stream choice
</news>
<language>en</language>
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<forum>https://forum.kodi.tv/showthread.php?tid=243756</forum>
<website>https://www.nhl.com/subscribe</website>
<source>https://github.com/eracknaphobia/plugin.video.nhlgcl</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>