forked from steeve/plugin.video.pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
23 lines (23 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.pulsar" name="Pulsar" version="0.6.1" provider-name="steeve">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="navigation.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup"/>
<extension point="xbmc.python.module" library="resources/site-packages" />
<extension point="xbmc.subtitle.module" library="navigation.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en</language>
<website><![CDATA[https://github.com/steeve/plugin.video.pulsar]]></website>
<forum><![CDATA[http://forum.xbmc.org/showthread.php?tid=200957]]></forum>
<source><![CDATA[https://github.com/steeve/plugin.video.pulsar]]></source>
<language>en</language>
<license><![CDATA[Non commercial. See https://github.com/steeve/plugin.video.pulsar/blob/master/LICENSE]]></license>
<summary><![CDATA[Pulsar: Universal streaming]]></summary>
<description><![CDATA[Follow @pulsarhq on Twitter]]></description>
</extension>
</addon>