-
Notifications
You must be signed in to change notification settings - Fork 12
/
addon.xml
24 lines (24 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.snnow" name="Sportsnet Now" version="1.0.14" provider-name="Micah Galizia">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.inputstreamhelper" version="0.2.4"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Sportsnet Now Kodi Plugin</summary>
<news>
- Trying to fix install issue.
</news>
<description>View online content from Rogers Sportsnet Now.</description>
<platform>all</platform>
<language>en</language>
<disclaimer>For bugs, requests or general questions visit the Sportsnet Now thread on the Kodi forum.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=235268</forum>
<website>https://github.com/micahg/plugin.video.snnow</website>
<source>https://github.com/micahg/plugin.video.snnow</source>
</extension>
</addon>