forked from I-A-C/plugin.video.exodusredux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
31 lines (31 loc) · 1.74 KB
/
addon.xml
File metadata and controls
31 lines (31 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.exodusredux" version="2.0.3" name="Exodus Redux" provider-name="I-A-C">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.exodusredux" />
<import addon="script.exodusredux.artwork" />
<import addon="script.exodusredux.metadata" />
<import addon="script.module.resolveurl" />
<import addon="script.module.requests" />
<!-- <import addon="script.module.lambdascrapers" />-->
<import addon="script.module.openscrapers" />
<import addon="script.module.metahandler" version="1.0.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Exodus Redux</summary>
<description lang="en">[B]Exodus Redux[/B][CR] [B]***OpenScrapers Edition***[/B][CR][CR]This addon does not form part of the Kodi Media Centre. Please do not seek assistance with this addon from any of the Official Kodi Support Channels.[CR][CR]The author does not host any of the content in this addon and takes no responsibility for content found.</description>
<disclaimer lang="en">The author of this addon do not host any of the content which is found and have no affiliation with any of the content providers. This addon simply searches websites for content. Use at your own risk!</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot></screenshot>
</assets>
<news></news>
</extension>
</addon>