/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

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <addon id="repository.openelec.tv"
  3. name="OpenELEC.tv Mediacenter OS Add-ons"
  4. version="1.0.0"
  5. provider-name="OpenELEC.tv">
  6. <extension point="xbmc.addon.repository"
  7. name="Official OpenELEC.tv Add-on Repository">
  8. <info>@ADDON_URL@/addons.xml</info>
  9. <checksum>@ADDON_URL@/addons.xml.md5</checksum>
  10. <datadir zip="true">@ADDON_URL@</datadir>
  11. </extension>
  12. <extension point="xbmc.addon.metadata">
  13. <summary>Install Add-ons, Plugins, Games and Programs from OpenELEC.tv</summary>
  14. <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>
  15. <platform>all</platform>
  16. </extension>
  17. </addon>