summaryrefslogtreecommitdiff
path: root/plugin.video.mmlive/addon.xml
blob: f82a1571bee665ecb91896d968aa53e798df5123 (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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mmlive" name="March Madness Live" version="2017.3.19" provider-name="eracknaphobia">
  <requires>
   <import addon="xbmc.python" version="2.25.0"/>      
  </requires>
  <extension point="xbmc.python.pluginsource" library="main.py">
        <provides>video</provides>
  </extension>  
  
  <extension point="xbmc.addon.metadata">    
    <platform>all</platform>
    <summary lang="en_GB"></summary>
    <description lang="en_GB">The National Collegiate Athletic Association (NCAA) Men's Division I Basketball Tournament is a single-elimination tournament played each spring in the United States, currently featuring 68 college basketball teams, to determine the national championship of the major college basketball teams.</description>
    <disclaimer lang="en_GB"></disclaimer>
    <language>en</language>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum>http://forum.kodi.tv/showthread.php?tid=264888</forum>
    <website></website>
    <email></email>
    <source>https://github.com/eracknaphobia/plugin.video.mmlive/tree/krypton</source>
  </extension>
</addon>