summaryrefslogtreecommitdiff
path: root/plugin.video.mlbtv/addon.xml
diff options
context:
space:
mode:
authoreracknaphobia <eracknaphobia@hotmail.com>2017-03-08 08:31:41 -0500
committerenen92 <enen92@users.noreply.github.com>2017-03-08 13:31:41 +0000
commite752d764bb2d6e10df5dd235569809728debd0c9 (patch)
treef2d345dccf4a734362181470341a962083a3169d /plugin.video.mlbtv/addon.xml
parent5a7da8304ae62fb897651bfeb5ebb58134d13df3 (diff)
[plugin.video.mlbtv] 2017.3.7 (#1035)
* [plugin.video.mlbtv] 2017.3.7 * Fixed xbmc.python version * Fix Language Issues
Diffstat (limited to 'plugin.video.mlbtv/addon.xml')
-rw-r--r--plugin.video.mlbtv/addon.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugin.video.mlbtv/addon.xml b/plugin.video.mlbtv/addon.xml
new file mode 100644
index 0000000..5c3463b
--- /dev/null
+++ b/plugin.video.mlbtv/addon.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.mlbtv" name="MLB.TVĀ®" version="2017.3.7" 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" />
+ <import addon="script.module.pil" version="1.1.7"/>
+ </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>
+- Bumped xbmc python version
+- Converted xml strings file to po file
+- Code clean up
+ </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>