-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
25 lines (25 loc) · 1.22 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.quasar.newpct1-mc" name="Quasar MC's [COLOR FFFF0000]Newpct1[/COLOR] Provider"
version="1.3.5"
provider-name="mancuniancol">
<requires>
<import addon="xbmc.python" version="2.12.0"/>
<import addon="plugin.video.quasar" optional="false"/>
</requires>
<extension point="xbmc.python.script" library="main.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Quasar Newpct1 Provider</summary>
<description lang="en">This Multilanguage provider allows to choose the quality of video torrent which will feed
Quasar.[CR]You need to config the add-on before using quasar[CR]It works with Movies and TV Shows
</description>
<language></language>
<platform>all</platform>
<forum>http://forum.xbmc.org/showthread.php?tid=204728</forum>
<disclaimer lang="en">It only works with quasar![CR]It is just for educational purpose[CR]Check if it is illegal
in your country to use.
</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
</extension>
</addon>