forked from chriskbchan/plugin.video.hktv-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
23 lines (23 loc) · 1.01 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.hktv-app"
name="HKTV App 香港電視"
version="0.2.3"
provider-name="chriskbchan">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" name="service.tracker" library="tracker.py" start="login"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">HKTV App Add-on</summary>
<summary lang="zh">香港電視 Add-on</summary>
<description lang="en">HKTV App Add-on with Live and VOD channels
Source: https://github.com/chriskbchan/plugin.video.hktv-app</description>
<description lang="zh">香港電視 Add-on 支援直播及點播
來源: https://github.com/chriskbchan/plugin.video.hktv-app</description>
<disclaimer>This is an unofficial HKTV app, use at your own risk</disclaimer>
</extension>
</addon>