Skip to content

Instantly share code, notes, and snippets.

@monkey-codes
Last active November 18, 2016 06:13
Show Gist options
  • Select an option

  • Save monkey-codes/93ee0f95125f846a2f12c90d07941c4a to your computer and use it in GitHub Desktop.

Select an option

Save monkey-codes/93ee0f95125f846a2f12c90d07941c4a to your computer and use it in GitHub Desktop.
Kodi repository addon.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repo.monkey" name="Code Monkeys's Kodi Addons" version="1.0.0" provider-name="monkey codes">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
</requires>
<extension point="xbmc.addon.repository" name="Code Monkey Addon Repository">
<info compressed="false">https://raw.githubusercontent.com/monkey-codes/kodi-monkey-repo/master/dist/addons.xml</info>
<checksum>https://raw.githubusercontent.com/monkey-codes/kodi-monkey-repo/master/dist/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/monkey-codes/kodi-monkey-repo/master/dist/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Code Monkey Addon Repository</summary>
<description>Home of the OpenVPN Script</description>
<disclaimer></disclaimer>
<platform>all</platform>
</extension>
</addon>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment