forked from I-A-C/zips
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddons.xml
More file actions
122 lines (116 loc) · 6.15 KB
/
addons.xml
File metadata and controls
122 lines (116 loc) · 6.15 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="plugin.video.exodusredux" version="1.0.7" 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.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]***Lambda Sources 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>
<addon id="repository.exodusredux" name="Exodus Redux Repo" version="0.0.7" provider-name="I-A-C">
<extension point="xbmc.addon.repository" name="Exodus Redux Repo">
<dir>
<info compressed="false">https://raw.githubusercontent.com/I-A-C/zips/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/I-A-C/zips/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/I-A-C/zips/master/</datadir>
</dir>
<dir>
<info compressed="false">https://raw.githubusercontent.com/jsergio123/zips/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/jsergio123/zips/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/jsergio123/zips/master/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Exodus Redux is a educational add-on. We do not host any of the contents streamed.</summary>
<description lang="en"></description>
<platform>all</platform>
</extension>
</addon>
<addon id="script.exodusredux.artwork" version="1.0.2" name="Exodus Redux Artwork" provider-name="I-A-C">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary>Themes for the Exodus Redux Addon</summary>
<description></description>
<platform>all</platform>
</extension>
</addon>
<addon id="script.exodusredux.metadata" version="1.0.2" name="Exodus Redux Metadata" provider-name="I-A-C">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary>Metadata for the Exodus Redux Addon</summary>
<description>Metadata for Exodus Redux are maintained separately to make distribution of the the addon itself easier/faster.</description>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.beautifulsoup4" name="BeautifulSoup4" version="4.5.3" provider-name="Leonard Richardson (leonardr@segfault.org)">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<summary>HTML/XML parser for quick-turnaround applications like screen-scraping</summary>
<description>Beautiful Soup parses arbitrarily invalid SGML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree.</description>
<license>BSD</license>
<platform>all</platform>
<website>http://www.crummy.com/software/BeautifulSoup/</website>
</extension>
</addon>
<addon id="script.module.exodusredux" name="Exodus Redux Module" version="1.0.9" provider-name="I-A-C">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.beautifulsoup4"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Exodus Redux</summary>
</extension>
</addon>
<addon id="script.module.lambdascrapers" name="Lambdascrapers Module" version="1.8.0" provider-name="I-A-C">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.beautifulsoup4"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="lib/default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="CleanupService.py" start="startup" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Lambdascrapers Module</summary>
<description>Scrape common video host for URL's to be playable in XBMC/Kodi, simplifying addon development of video plugins requiring multi video hosts.</description>
<disclaimer lang="en">The author is not responsible for the use of this addon. The author is not responsible for the content found using this addon. The author does not host or own any content found within this addon.[CR]The author is in no way affiliated with Kodi, Team Kodi, or the XBMC Foundation.[CR]This is a Non-profit resource, organized solely for educational purposes which is protected under the Fair-Use doctrine of the Copyright Act, Specifically section 107, which does promote freedom of expression, by permitting the unlicensed use of copyright-protected works.</disclaimer>
<license>Beerware rev. 42</license>
</extension>
</addon>
</addons>