-
Notifications
You must be signed in to change notification settings - Fork 3
/
addon.xml
executable file
·29 lines (27 loc) · 1.23 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
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.sgtv"
name="SG!TV"
version="1.8.1"
provider-name="Sean, GadgetReactor.com">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson" version="2.0.10" />
<import addon="plugin.video.youtube" version="4.4.10" />
<import addon="script.module.pyamf" version="0.6.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Singapore TV Video Add-on</summary>
<description lang="en"> Putting together Singapore-based media content from a variety of local sources. List of channels include Mediacorp 5, 8, Suria, Vasantham, Channel U, CNA, Viddsee, and local Youtubers.
</description>
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum>http://forum.kodi.tv/showthread.php?tid=139646</forum>
<website>http://www.gadgetreactor.com/portfolio/sgtv/</website>
<email></email>
<source>http://github.com/gadgetreactor/plugin.video.sgtv</source>
</extension>
</addon>