forked from scakemyer/plugin.video.quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
32 lines (32 loc) · 1.94 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
30
31
32
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.quasar" name="Quasar" version="0.9.69" provider-name="scakemyer">
<requires>
<import addon="xbmc.addon" version="16.0.0" />
<import addon="xbmc.python" version="2.24.0" />
<import addon="repository.quasar" optional="true" />
<import addon="script.quasar.burst" optional="true" />
</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">
<summary lang="en">Quasar: Torrent streaming</summary>
<description lang="en">Quasar is a torrent finding and streaming engine. It doesn't go on torrent websites for legal reasons. However, it calls specially crafted add-ons (called providers) that are installed separately.[CR]This project is a fork of the well known, but no longer maintained Pulsar project from steeve.</description>
<language>en el es de fi fr he hr it nl pt ro sk</language>
<platform>all</platform>
<website>https://github.com/scakemyer/plugin.video.quasar</website>
<source>https://github.com/scakemyer/plugin.video.quasar</source>
<forum>http://forum.kodi.tv/showthread.php?tid=257967</forum>
<license>Non commercial. See https://github.com/scakemyer/plugin.video.quasar/blob/master/LICENSE</license>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshots/home.jpg</screenshot>
<screenshot>resources/screenshots/movies.jpg</screenshot>
<screenshot>resources/screenshots/webui.png</screenshot>
</assets>
</extension>
</addon>