-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
24 lines (24 loc) · 1.12 KB
/
addon.xml
File metadata and controls
24 lines (24 loc) · 1.12 KB
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" ?><addon id="plugin.video.netball-live" name="Netball Live" provider-name="Aussie Add-ons" version="0.0.1">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.aussieaddonscommon"/>
<import addon="script.module.beautifulsoup4"/>
<import addon="script.module.drmhelper"/>
<import addon="script.module.future"/>
<import addon="script.module.requests"/>
<import addon="script.common.plugin.cache"/>
</requires>
<extension library="default.py" point="xbmc.python.pluginsource" provides="video">
<provides>video</provides>
</extension>
<extension library="default.py" point="xbmc.addon.metadata">
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<summary>Netball Live add-on</summary>
<description>Netball Live allows you to use you Free Telstra Live Pass to stream live matches, match replays, and other videos offered by this service. Note: this add-on is not compatible with passes obtained via in-app purchase.</description>
<provides>video</provides>
<platform>all</platform>
</extension>
</addon>