-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaddons.xml
224 lines (219 loc) · 11 KB
/
addons.xml
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="repository.seko" name="Seko Repository" version="1.0.0" provider-name="Seko">
<extension point="xbmc.addon.repository" name="Seko Repository">
<info compressed="false">https://raw.githubusercontent.com/Seko34/Kodi-Development/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Seko34/Kodi-Development/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/Seko34/Kodi-Development/master/zips</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Seko repository for Kodi</summary>
<summary lang="fr">Seko repository pour Kodi</summary>
<description lang="en">Go though the addons and see what you like</description>
<description lang="fr">Repository pour les addons et modules Kodi.Le principal addon est "Ultrastream".</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.seko.ultrastream" name="UltraStream" version="0.3.9" provider-name="Seko">
<requires>
<import addon="xbmc.python" version="2.7.0"/>
<import addon="script.module.core.ultrastream" version="0.3.0"/>
<import addon="script.service.seko.ultrastream" version="0.2.2"/>
<import addon="script.module.seko.common" version="0.1.8"/>
<import addon="script.module.seko.downloader" version="0.1.2"/>
<import addon="script.module.pyxbmct" version="1.2" />
<import addon="script.module.beautifulsoup" version="3.2.1"/>
<import addon="script.module.urlresolver" version="5.0.21"/>
</requires>
<extension point="xbmc.python.pluginsource" library="ultrastream_addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">UltraStream Addon allows to watch streaming videos. </summary>
<summary lang="fr">UltraStream permet de lire des videos en streaming. </summary>
<description lang="en">UltraStream Addon allows to watch streaming videos (Film, Series, Anime). In case
of the content could not be watch, you will be informed.
</description>
<description lang="fr">UltraStream permet de lire des videos(Film, Series, Anime) en streaming à partir de plusieurs annuaires de streaming.
Vous aurez le choix de choisir quel est votre annuaire de streaming préféré.
Dans le cas où un contenu n'est plus disponible, vous serez informés.
</description>
<disclaimer lang="en">Feel free to use this addon.</disclaimer>
<disclaimer lang="fr">Cet addon est opensource.</disclaimer>
<language>en fr</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<forum></forum>
<website></website>
<email></email>
<source></source>
</extension>
</addon>
<addon id="script.module.beautifulsoup"
name="BeautifulSoup"
version="3.2.1"
provider-name="Leonard Richardson (leonardr@segfault.org)">
<requires>
<import addon="xbmc.python" version="2.1.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.urlresolver" name="URLResolver" version="5.0.21" provider-name="tvaddons">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="plugin.video.youtube" optional="true" />
<import addon="script.module.python.twitch" optional="true" />
<import addon="script.module.cryptopy" version="1.2.6" optional="true" />
<import addon="plugin.video.gdrive" optional="true" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="lib/default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Resolve common video host URL's to be playable in XBMC/Kodi.</summary>
<summary lang="es">Resolver enlaces a videos de sitios populares para poder reproducirlos en XBMC/Kodi.</summary>
<summary lang="hr">Prilagodi najčešće URL-ove video izvora kako bi radili u XBMC/Kodiju.</summary>
<description lang="en">Resolve common video host URL's to be playable in XBMC/Kodi, simplify addon development of video plugins requiring multi video hosts.</description>
<description lang="hr">Prilagodi najčešće URL-ove video izvora kako bi radili u XBMC/Kodiju, pojednostavnjuje razvoj priključaka za video dodatke koji zahtjevaju višestruke video izvore.</description>
<forum>https://www.tvaddons.co/forums</forum>
<website>https://www.tvaddons.co</website>
</extension>
</addon>
<addon id="script.module.core.ultrastream" name="UltraStream Core Library" version="0.3.0" provider-name="Seko">
<requires>
<import addon="xbmc.python" version="2.6.0" />
<import addon="script.module.seko.common" version="0.1.8"/>
<import addon="script.module.seko.downloader" version="0.0.10"/>
<import addon="script.module.seko.scraper" version="0.0.6"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
<import addon="script.module.urlresolver" version="5.0.21"/>
</requires>
<extension point="xbmc.python.module" library="resources/lib" />
<extension point="xbmc.python.library" library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">UltraStream Core Library</summary>
<summary lang="fr">Librairie central pour UltraStream</summary>
</extension>
</addon>
<addon id="script.service.seko.ultrastream" name="Seko Ultrastream Service" version="0.2.2" provider-name="Seko">
<requires>
<import addon="xbmc.python" version="2.6.0" />
<import addon="script.module.core.ultrastream" version="0.3.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.service" library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Seko Ultrastream Service</summary>
<summary lang="fr">Seko Ultrastream Service</summary>
</extension>
</addon>
<addon id="script.module.seko.common" name="Seko Common Library" version="0.1.8" provider-name="Seko">
<requires>
<import addon="xbmc.python" version="2.6.0" />
<import addon="script.module.elementtree" version="1.2.8"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.library" library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Seko Common Library</summary>
<summary lang="fr">Module avec des fonctions standards, réutilisables pour d'autres addons.</summary>
</extension>
</addon>
<addon id="script.module.seko.downloader" name="Seko Downloader" version="0.1.2" provider-name="Seko">
<requires>
<import addon="xbmc.python" version="2.6.0" />
<import addon="script.module.seko.common" version="0.1.8"/>
<!-- For Advanced Downloader -->
<import addon="script.module.cryptopy" version="1.2.6"/>
<import addon="script.common.plugin.cache" version="2.5.8"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.library" library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Seko downloader allows to have the choice of how we want download a file with Kodi</summary>
<summary lang="fr">Seko downloader permet d'avoir le choix du type de téléchargement avec Kodi : Basic, Avancée,
via MyJDownloader pour par le navigateur Web par défaut.s</summary>
</extension>
</addon>
<addon id="script.module.seko.scraper" name="Seko Scraper Library" version="0.0.6" provider-name="Seko">
<requires>
<import addon="xbmc.python" version="2.6.0" />
<import addon="script.module.simplejson" version="3.4.0"/>
<import addon="script.module.elementtree" version="1.2.8"/>
<import addon="script.module.metahandler" version="2.9.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.library" library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Seko Scraper Library</summary>
<summary lang="fr">Seko Scraper Library : Module de scapper.</summary>
</extension>
</addon>
<addon id="script.module.cryptopy" name="CryptoPy" version="1.2.6" provider-name="cryptopy.sourceforge.net">
<requires>
<import addon="xbmc.python" version="2.6.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.addon.common" name="Common addon methods" version="2.0.1" provider-name="Eldorado (original: t0mm0)">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Collection of commonly used addon routines</summary>
<description lang="en">Collection of commonly used addon routines to simplify addon development.</description>
<disclaimer lang="en"/>
<language/>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum/>
<website/>
<email/>
<source/>
</extension>
</addon>
<addon id="script.module.elementtree" name="Elementtree XML parser" version="1.2.8" provider-name="http://effbot.org/zone/element-index.htm">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.simplejson" name="simplejson" version="3.4.0" provider-name="Bob Ippolito">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language/>
<summary lang="en">Simple, fast, extensible JSON encoder/decoder for Python</summary>
<description lang="en">Simple, fast, extensible JSON encoder/decoder for Python</description>
<disclaimer lang="en">Code taken from https://pypi.python.org/pypi/simplejson/</disclaimer>
<license>MIT License, Academic Free License v. 2.1</license>
<website>https://pypi.python.org/pypi/simplejson/</website>
<source>https://pypi.python.org/pypi/simplejson/</source>
</extension>
</addon>
</addons>