forked from emilsvennesson/kodi-espnplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
25 lines (25 loc) · 1.2 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.espn-player"
version="1.0.4"
name="ESPN Player"
provider-name="emilsvennesson">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.m3u8" version="0.2.10"/>
<import addon="script.module.xmltodict" version="0.9.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<description lang="en">Watch content from ESPN Player's NCAA College Pass, IndyCar Series and ESPN Select.</description>
<news>2016.09.14 v1.0.4
+ Check for login when switching channels</news>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<source>https://github.com/emilsvennesson/kodi-espnplayer</source>
<forum>http://forum.kodi.tv/showthread.php?tid=291607</forum>
<disclaimer>This addon requires you to have a subscription to ESPN Player.[CR]This addon is completely unofficial and is not endorsed by ESPN in any way.</disclaimer>
</extension>
</addon>