-
Notifications
You must be signed in to change notification settings - Fork 5
/
addon.xml
40 lines (40 loc) · 2.6 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
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<addon id="hellyrepo.kodi" name="HellyRepo" version="0.2.6" provider-name="Helly">
<extension point="xbmc.addon.repository" name="HellyRepo">
<dir minversion="15.0.0">
<info compressed="false">https://raw.githubusercontent.com/Helly1206/_repo/isengard/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Helly1206/_repo/isengard/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/Helly1206/_repo/isengard/</datadir>
<hashes>false</hashes>
</dir>
<dir minversion="15.9.0">
<info compressed="false">https://raw.githubusercontent.com/Helly1206/_repo/jarvis/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Helly1206/_repo/jarvis/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/Helly1206/_repo/jarvis/</datadir>
<hashes>false</hashes>
</dir>
<dir minversion="16.9.0">
<info compressed="false">https://raw.githubusercontent.com/Helly1206/_repo/krypton/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Helly1206/_repo/krypton/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/Helly1206/_repo/krypton/</datadir>
<hashes>false</hashes>
</dir>
<dir minversion="17.9.0">
<info compressed="false">https://raw.githubusercontent.com/Helly1206/_repo/leia/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Helly1206/_repo/leia/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/Helly1206/_repo/leia/</datadir>
<hashes>false</hashes>
</dir>
<dir minversion="18.9.0">
<info compressed="false">https://raw.githubusercontent.com/Helly1206/_repo/matrix/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Helly1206/_repo/matrix/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/Helly1206/_repo/matrix/</datadir>
<hashes>false</hashes>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>The repository contains addons and scripts to be used with kodi.</summary>
<description>HellyRepo is a repository that contains addons and scripts to be used with kodi.</description>
<platform>all</platform>
</extension>
</addon>