-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
24 lines (24 loc) · 1.25 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.autv" name="AUTV" version="0.0.1b" provider-name="Russell Harrower">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language />
<platform>all</platform>
<website>http://www.russellharrower.com/</website>
<source>https://github.com/russellharrower/plugin.video.autv</source>
<forum>http://forum.xbmc.org/showthread.php?tid=567567</forum>
<email>[email protected]</email>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<summary lang="en">Access Australia Free-to-air Channels</summary>
<summary lang="en_NZ">Access Australia Free-to-air Channels</summary>
<summary lang="en_US">Access Australia Free-to-air Channels</summary>
<description lang="en">Access Australia Free-to-air Channels</description>
<description lang="en_NZ">Access Australia Free-to-air Channels</description>
<description lang="en_US">Access Australia Free-to-air Channels</description>
</extension>
</addon>