-
Notifications
You must be signed in to change notification settings - Fork 6
/
addon.xml
executable file
·19 lines (19 loc) · 1.29 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.exodus" version="2.0.5" name="Exodus" provider-name="Exodus">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="repository.exodus" version="1.0.0" />
<import addon="script.exodus.artwork" version="1.0.4" />
<import addon="script.module.urlresolver" version="3.0.0" />
<import addon="script.module.metahandler" version="1.0.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="exodus.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Exodus</summary>
<description lang="en">Please visit www.tvaddons.ag for Exodus support and assistance! Kindly note that Exodus is not an official part of the media player you are running, and therefore not to be mentioned within official support channels, this addon has nothing to do with the media player itself, nor it’s intended use, it is simply a third party plugin which has been added to your system.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content provider.</disclaimer>
<platform>all</platform>
</extension>
</addon>