-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaddon.xml
20 lines (20 loc) · 975 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nz.ondemand"
version="2.3.0"
name="NZ OnDemand"
provider-name="Mark Honeychurch (markhoney)">
<requires>
<import addon="xbmc.python" version="2.0" />
<import addon="script.module.beautifulsoup" version="3.2.0" />
<import addon="script.module.pyamf" version="0.6.1" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">NZ OnDemand</summary>
<description lang="en">New Zealand TV3/FOUR, TVNZ, Prime News, ChoiceTV, Ziln and NZOnScreen OnDemand videos, along with Parliament TV and Shine live streams.</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws.</disclaimer>
<platform>all</platform>
</extension>
</addon>