summaryrefslogtreecommitdiff
path: root/plugin.video.ecbtv/addon.xml
blob: b0dad413867695a4abe53d946c4424b4a87603d2 (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
27
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.ecbtv" name="ECB TV" version="0.6.0" 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.4.3" optional="false"/>
    <import addon="script.module.pyrollbar" version="0.13.17" optional="false"/>
  </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 ECB TV</summary>
    <description lang="en_gb">This video plugin provides access to the videos from the official site of the England and Wales Cricket Board.</description>
    <website>http://www.ecb.co.uk</website>
    <source>https://github.com/LS80/plugin.video.ecbtv.git</source>
    <license>MIT</license>
    <assets>
      <icon>resources/icon.png</icon>
      <fanart>resources/fanart.jpg</fanart>
    </assets>
    <news>Added recent and future tournaments at the top level</news>
  </extension>
</addon>