blob: b99858b10ddf6efbaa074f802dd6c9b2e12ff6d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.xbmc.org"
name="XBMC.org Add-ons"
version="1.0.0"
provider-name="Team XBMC">
<extension point="xbmc.addon.repository"
name="Official XBMC.org Add-on Repository">
<info compressed="true">http://mirrors.xbmc.org/addons/dharma-pre/addons.xml</info>
<checksum>http://mirrors.xbmc.org/addons/dharma-pre/addons.xml.md5</checksum>
<datadir zip="true">http://mirrors.xbmc.org/addons/dharma-pre</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Install Add-ons from XBMC.org</summary>
<description>Download and install add-ons from the Official XBMC.org addon repository.[CR] By using the official Repository you will be able to take advantage of our extensive file mirror service to help get you faster downloads from a region close to you.[CR] All addons on this repository have under gone basic testing, if you find a broken or not working addon please report it to Team XBMC so we can take any action needed.</description>
<disclaimer>Team XBMC did not make all the add-ons on this repository and are not responsible for their content</disclaimer>
<platform>all</platform>
</extension>
</addon>
|