-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
18 lines (18 loc) · 821 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.rthktv" name="RTHK TV" version="1.0.1" provider-name="Kenelm Ng">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides> <!-- remember to also change this accordingly you your plugin! -->
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">RTHK TV</summary>
<description lang="en">RTHK TV</description>
<license>Unlicence</license>
<source>http://kenelm.happyforever.com</source>
<website>http://kenelm.happyforever.com</website>
<email>[email protected]</email>
</extension>
</addon>