summaryrefslogtreecommitdiff
path: root/plugin.video.mlbtv/addon.xml
blob: 7ef5aa8948fb3fa08d0262a07fc5b66d9daee496 (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
28
29
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mlbtv" name="MLB.TV®" version="2017.11.28" provider-name="eracknaphobia">
  <requires>
   <import addon="xbmc.python" version="2.25.0"/>   
   <import addon="script.module.simplejson" version="3.3.0"/>  
   <import addon="script.module.pytz" version="2014.2" />   
   <import addon="script.module.beautifulsoup4" version="4.3.1" />   
  </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">Watch every out-of-market regular season game in the office or on the go. The #1 LIVE Streaming Sports Service</summary>
    <description lang="en_GB">Watch every out-of-market regular season game in the office or on the go. The #1 LIVE Streaming Sports Service</description>
    <disclaimer lang="en_GB"></disclaimer>
    <news>
- Fixed Invalid XML issue

    </news>
    <language>en</language>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum></forum>
    <website></website>
    <email></email>
    <source>https://github.com/eracknaphobia/plugin.video.mlbtv</source>
  </extension>
</addon>