/packages/mediacenter/xbmc/config/repository.openelec.tv/addon.xml
http://github.com/OpenELEC/OpenELEC.tv · XML · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · 066618b19da3cbc0ced3848a3aff2226 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <addon id="repository.openelec.tv"
- name="OpenELEC.tv Mediacenter OS Add-ons"
- version="1.0.0"
- provider-name="OpenELEC.tv">
- <extension point="xbmc.addon.repository"
- name="Official OpenELEC.tv Add-on Repository">
- <info>@ADDON_URL@/addons.xml</info>
- <checksum>@ADDON_URL@/addons.xml.md5</checksum>
- <datadir zip="true">@ADDON_URL@</datadir>
- </extension>
- <extension point="xbmc.addon.metadata">
- <summary>Install Add-ons, Plugins, Games and Programs from OpenELEC.tv</summary>
- <description>Download and install Add-ons, Plugins, Games and Programs from the Official OpenELEC.tv 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 OpenELEC.tv so we can take any action needed.</description>
- <platform>all</platform>
- </extension>
- </addon>