forked from maxgalbu/xbmc.plugin.video.nba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
27 lines (27 loc) · 1.39 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nba"
name="NBA League Pass"
version="0.9.0"
provider-name="maxgalbu, ptsampoukas and robla">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.common.plugin.cache" version="0.9.1"/>
<import addon="script.module.pytz" version="2014.2"/>
<import addon="script.module.six" version="1.9.0"/>
<import addon="script.module.dateutil" version="2.4.0"/>
<import addon="script.module.simple.downloader" version="1.9.5"/>
</requires>
<extension point="xbmc.python.pluginsource" library="leaguepass.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Watch NBA League Pass games.</summary>
<description>Features: Live, archive and condensed games for the current NBA season, highlights, top plays and other videos, previous seasons starting from 2012/2013. Fanart and thumbnails. Requires a subscription to the NBA International League Pass.</description>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<forum>http://forum.kodi.tv/showthread.php?tid=124716</forum>
<website>https://github.com/maxgalbu/xbmc.plugin.video.nba</website>
<email></email>
<source>https://github.com/maxgalbu/xbmc.plugin.video.nba</source>
</extension>
</addon>