1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
2019-07-01 20:45:07 +04:00

18 lines
909 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.libreelec.tv"
name="LibreELEC Add-ons"
version="@ADDON_VERSION@"
provider-name="Team LibreELEC">
<extension point="xbmc.addon.repository"
name="LibreELEC Add-ons">
<info>@ADDON_URL@/addons.xml.gz</info>
<checksum verify="sha256">@ADDON_URL@/addons.xml.gz.sha256</checksum>
<datadir zip="true">@ADDON_URL@</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>LibreELEC Add-ons</summary>
<description>The LibreELEC add-on repository contains Kodi PVR Clients and Servers, Screensavers, Visualisations, and more. Add-ons in this repository are maintained and supported by LibreELEC staff and YOU the community. If you find a broken or non-working add-on please report it via the forums, or help by submitting fixes via GitHub.</description>
<platform>all</platform>
</extension>
</addon>