summaryrefslogtreecommitdiff
path: root/plugin.video.spurs-tv/addon.xml
blob: fa0d75fc7108d2dbf50cef94119c36b1357b4f8c (plain)
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.spurs-tv" name="Spurs TV" version="2.14.2" provider-name="Leopold">
  <requires>
    <import addon="xbmc.python" version="2.25.0"/>
    <import addon="script.module.kodiswift" version="0.0.8" optional="false"/>
    <import addon="script.module.beautifulsoup4" version="4.3.1" optional="false"/>
    <import addon="script.module.requests" version="2.3.0" optional="false"/>
    <import addon="script.module.livestreamer" version="1.12.0" optional="false"/>
    <import addon="script.module.pyrollbar" version="0.11.2" optional="false"/>
    <import addon="plugin.video.youtube" version="4.4.10" optional="true"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="addon.py">
    <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <language>en</language>
    <summary lang="en_gb">Watch videos from Spurs TV</summary>
    <description lang="en_gb">This video plugin provides access to Tottenham Hotspur match highlights, exclusive interviews, live audio commentary of all first team matches, and more.</description>
    <website>http://www.tottenhamhotspur.com/spurs-tv/</website>
    <forum>http://forum.kodi.tv/showthread.php?tid=235234</forum>
    <source>https://github.com/LS80/plugin.video.spurs-tv.git</source>
    <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
    <news>Fixed Live Audio Commentary</news>
  </extension>
</addon>