diff --git a/README.md b/README.md deleted file mode 100644 index 9512fdb5779399d378fdacdff98576a52680474e..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Kodi repository - diff --git a/addon.xml b/addon.xml new file mode 100644 index 0000000000000000000000000000000000000000..4108e75a96f0b9d3fa4aca74349754f2c2d87858 --- /dev/null +++ b/addon.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addon id="repository.benouzz" name="Benoît Harrault Addons" version="0.0.1" provider-name="Benoît Harrault"> + <extension point="xbmc.addon.repository" name="Unofficial Addons Repository from Benoît Harrault"> + <info compressed="true">https://kodi.harrault.fr/addons.xml</info> + <checksum>https://kodi.harrault.fr/addons.xml.gz.md5</checksum> + <datadir zip="true">https://kodi.harrault.fr/</datadir> + </extension> + <extension point="xbmc.addon.metadata"> + <summary lang="en">Install Addons from repository by Benoît Harrault</summary> + <description lang="en">Download and install addons from this unofficial repository by Benoît Harrault.</description> + <platform>all</platform> + </extension> +</addon> diff --git a/icon.png b/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3ada1e125d7d5a09a183260326035d408190cdaa Binary files /dev/null and b/icon.png differ