-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddons.xml
66 lines (66 loc) · 3.84 KB
/
addons.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version='1.0' encoding='utf-8'?>
<addons>
<addon id="repository.quantumrepo" version="0.2.0" name="QuantumRepo" provider-name="InvisibleQuantum">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
</requires>
<extension point="xbmc.addon.repository" name="QuantumRepo">
<info compressed="false">https://raw.githubusercontent.com/InvisibleQuantum/repository.quantumrepo/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/InvisibleQuantum/repository.quantumrepo/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/InvisibleQuantum/repository.quantumrepo/master/</datadir>
<artdir>https://raw.githubusercontent.com/InvisibleQuantum/repository.quantumrepo/master/</artdir>
<hashes>false</hashes>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">InvisibleQuantum Kodi Repository</summary>
<summary lang="en_GB">InvisibleQuantum Kodi Repository</summary>
<summary lang="en_US">InvisibleQuantum Kodi Repository</summary>
<description lang="de_DE">InvisibleQuantum Kodi Repository</description>
<description lang="en_GB">InvisibleQuantum Kodi Repository</description>
<description lang="en_US">InvisibleQuantum Kodi Repository</description>
<disclaimer lang="de_DE">Fehler oder andere Anfragen hier melden: https://youtube.com/InvisibleQuantum/</disclaimer>
<disclaimer lang="en_GB">Report bugs or other requests here: https://youtube.com/InvisibleQuantum/</disclaimer>
<disclaimer lang="en_US">Report bugs or other requests here: https://youtube.com/InvisibleQuantum/</disclaimer>
<platform>all</platform>
<source>https://github.com/InvisibleQuantum/repository.quantumrepo/</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.png</fanart>
<screenshot>resources/fanart.png</screenshot>
<screenshot>resources/fanart.png</screenshot>
<screenshot>resources/fanart.png</screenshot>
</assets>
<size>155264</size>
<path>repository.quantumrepo/repository.quantumrepo-0.2.0.zip</path>
</extension>
</addon>
<addon id="repository.quantumrepo.android" version="0.1.0" name="QuantumRepo | Android" provider-name="InvisibleQuantum">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
<import addon="repository.quantumrepo" minversion="0.2.0" version="0.2.0"/>
</requires>
<extension point="xbmc.addon.repository" name="QuantumRepo | Android"/>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">InvisibleQuantum Kodi Repository für Android</summary>
<summary lang="en_GB">InvisibleQuantum Kodi Repository for Android</summary>
<summary lang="en_US">InvisibleQuantum Kodi Repository for Android</summary>
<description lang="de_DE">InvisibleQuantum Kodi Repository für Android</description>
<description lang="en_GB">InvisibleQuantum Kodi Repository for Android</description>
<description lang="en_US">InvisibleQuantum Kodi Repository for Android</description>
<disclaimer lang="de_DE">Fehler oder andere Anfragen hier melden: https://youtube.com/InvisibleQuantum/</disclaimer>
<disclaimer lang="en_GB">Report bugs or other requests here: https://youtube.com/InvisibleQuantum/</disclaimer>
<disclaimer lang="en_US">Report bugs or other requests here: https://youtube.com/InvisibleQuantum/</disclaimer>
<platform>android</platform>
<source>https://github.com/InvisibleQuantum/repository.quantumrepo.android/</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.png</fanart>
<screenshot>resources/fanart.png</screenshot>
<screenshot>resources/fanart.png</screenshot>
<screenshot>resources/fanart.png</screenshot>
</assets>
<size>589697</size>
<path>repository.quantumrepo.android/repository.quantumrepo.android-0.1.0.zip</path>
</extension>
</addon>
</addons>