forked from elParaguayo/service.bbclivefootballscores
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
25 lines (24 loc) · 1.06 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.bbclivefootballscores"
name="BBC Football Scores"
version="0.1.2"
provider-name="elParaguayo">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
<import addon="script.module.simplejson" version="2.0.10" />
<import addon="script.module.pyxbmct" version="1.1.4"/>
</requires>
<extension point="xbmc.service" library="default.py" start="login"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Provides live football score updates</summary>
<language></language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum>http://forum.kodi.tv/showthread.php?tid=196499</forum>
<source>https://github.com/elParaguayo/service.bbclivefootballscores</source>
<email></email>
<disclaimer lang="en"></disclaimer>
</extension>
</addon>