-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (22 loc) · 1.79 KB
/
addon.xml
File metadata and controls
22 lines (22 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.gaia.2" version="2.1.0" name="Gaia Repository 2" provider-name="Gaia">
<extension point="xbmc.addon.repository" name="Gaia Repository Mirror 2">
<dir>
<info compressed="false">https://bitbucket.org/gaiaorigin/gaiaorigin/raw/HEAD/common/addons.xml?v=2.1.0</info>
<checksum>https://bitbucket.org/gaiaorigin/gaiaorigin/raw/HEAD/common/addons.xml.md5?v=2.1.0</checksum>
<datadir zip="true">https://bitbucket.org/gaiaorigin/gaiaorigin/raw/HEAD/common/</datadir>
</dir>
<info compressed="false">https://bitbucket.org/gaiaorigin/gaiaorigin/raw/HEAD/addons.xml?v=2.1.0</info>
<checksum>https://bitbucket.org/gaiaorigin/gaiaorigin/raw/HEAD/addons.xml.md5?v=2.1.0</checksum>
<datadir zip="true">https://bitbucket.org/gaiaorigin/gaiaorigin/raw/HEAD/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Gaia Secondary Repository</summary>
<description lang="en">The Gaia repository for the addon, resources, extensions, and external addons. Any of the Gaia mirror repositories can be used for installation and updates.</description>
<disclaimer lang="en">Gaia and its developers are not in any way affiliated with Kodi, Premiumize, OffCloud, RealDebrid, EasyNews, or any of the sites and providers used in the addon.<br/>Gaia is and always will be free and open-source. None of its code and resources may be sold or redistributed for any commercial purposes.<br/>Gaia and its developers do not host, create, or distribute any of the content displayed in the addon, it simply searches public websites.</disclaimer>
<platform>all</platform>
<license>GPL 3.0</license>
<website>https://gaiakodi.com</website>
<forum>https://gaiakodi.com/?support</forum>
</extension>
</addon>