-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathaddons.xml
399 lines (383 loc) · 16.5 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<<<<<<< HEAD
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="plugin.audio.ukradio"
name="[I][/I]RadioPlayer.co.uk"
version="0.3.4"
provider-name="The[COLOR tan]Highway[/COLOR]">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.t0mm0.common" version="1.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Handles Videos for MovieFork.com</summary>
<description>Play Movies and TV shows from MovieFork.com. Initial Project forked from plugin.video.solarmovie.so.</description>
<disclaimer lang="en">This Project is designed for xbmc v13.x originally and currently being kept up on one of the nightly xbmcc v13.x builds. It gets a slight bit of testing as I use it myself, a LOT, on a Windows 7 OS. Any other OS's / builds of xbmc have not be tested on yet, but I do feel free to try and test it out on them. Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing. I take no responsibility for any problems this plugin might in any way, form, shape or size cause. This is project is for a LEARNING EXPERIANCE.</disclaimer>
<language>en</language>
<platform>all</platform>
<forum>http://www.xbmchub.com/forums/highway99s-xbmc-repo/</forum>
<website>http://github.com/HIGHWAY99/plugin.audio.ukradio/</website>
<email></email>
<source>http://github.com/HIGHWAY99/plugin.audio.ukradio/archive/master.zip</source>
</extension>
</addon>
<addon
id="plugin.video.azdrama"
version="1.0.29.1"
name="azdrama.net"
provider-name="Dknight (maintained by cthlo)">
<requires>
<import addon="xbmc.python" version="2.1.0" optional="true" />
<import addon="script.module.html5lib" version="0.999.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.simplejson" />
<import addon="script.module.t0mm0.common" version="1.1.0"/>
<import addon="script.module.urlresolver" version="2.10.11"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>azdrama.net</summary>
<description>Watch azdrama.net (Chinese)Videos</description>
<platform>all</platform>
</extension>
</addon>
<addon
id="plugin.video.drama24h"
version="1.0.5.1"
name="drama24h"
provider-name="Dknight (maintained by Iamfreetofly)">
<requires>
<import addon="xbmc.python" version="2.1.0" optional="true" />
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.urlresolver" version="2.1.2"/>
<import addon="script.module.simplejson" />
<import addon="script.module.t0mm0.common" version="1.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>drama24h</summary>
<description>Watch drama24h (Chinese)Videos</description>
<platform>all</platform>
</extension>
</addon>
<addon
id="plugin.video.hdfree"
version="1.0.38"
name="HDFree.Co"
provider-name="Iamfreetofly">
<requires>
<import addon="xbmc.python" version="2.1.0" optional="true" />
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.simplejson" />
<import addon="script.module.t0mm0.common" version="1.1.0"/>
<import addon="script.module.urlresolver"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>HDFree.Co</summary>
<description>Watch HDFree.Se (Chinese)Videos</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.icdrama" version="1.5.0" name="Icdrama" provider-name="aznhusband, General-Meow, dumbo0001, cthlo">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.html5lib" version="0.999.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.urlresolver" version="3.0.34"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Dramas, shows, and movies from icdrama.se</summary>
<description>Provides contents from icdrama.se. "Happy wife, happy life"</description>
<disclaimer>This addon is not affiliated with icdrama.se</disclaimer>
<platform>all</platform>
<license>MIT License</license>
</extension>
</addon>
<addon
id="plugin.video.SportsDevil"
version="2016.05.03"
name="SportsDevil"
provider-name="SportsDevil">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.simplejson" />
<import addon="script.module.six" />
<import addon="script.module.requests" />
<import addon="script.module.livestreamer" />
<import addon="script.module.pydevd" version="4.4.0" optional="true"/>
</requires>
<extension
point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Play videos of different sports streaming sites</summary>
<description>Play videos of different sports streaming sites</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.t0mm0.common"
name="t0mm0's common stuff"
version="2.1.1"
provider-name="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>
</extension>
</addon>
<addon id="script.module.turtle" name="Turtle" version="1.0.8"
provider-name="AJ">
<requires>
<import addon="xbmc.python" version="2.0" />
<import addon="script.module.simplejson" version="2.0.10" />
<import addon="script.module.beautifulsoup" version="3.2.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary>XBMC add-on framework</summary>
<description>XBMC add-on provides a simplest way to configure action
to be performed for each add-on request using XML.</description>
<disclaimer>This addon makes no warranties, expressed or implied, and
hereby disclaims and negates all other warranties, including without
limitation, implied warranties or conditions of merchantability,
fitness for a particular purpose, or non-infringement of intellectual
property or other violation of rights. Further, PlayIt addon does not
warrant or make any representations concerning the accuracy, likely
results, or reliability of the use of the materials on the Internet
web site where from data is retrieved or otherwise relating to such
materials or on any sites linked to this addon. Videos are soruced
from video-hosting websites that are having full rights to remove
such access to video if required.</disclaimer>
<license>GNU GPL v3</license>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.urlresolver" name="URLResolver" version="2.10.13" provider-name="Eldorado">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="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>
<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>
</extension>
</addon>
</addons>
=======
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="plugin.audio.ukradio"
name="[I][/I]RadioPlayer.co.uk"
version="0.3.4"
provider-name="The[COLOR tan]Highway[/COLOR]">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.t0mm0.common" version="1.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Handles Videos for MovieFork.com</summary>
<description>Play Movies and TV shows from MovieFork.com. Initial Project forked from plugin.video.solarmovie.so.</description>
<disclaimer lang="en">This Project is designed for xbmc v13.x originally and currently being kept up on one of the nightly xbmcc v13.x builds. It gets a slight bit of testing as I use it myself, a LOT, on a Windows 7 OS. Any other OS's / builds of xbmc have not be tested on yet, but I do feel free to try and test it out on them. Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing. I take no responsibility for any problems this plugin might in any way, form, shape or size cause. This is project is for a LEARNING EXPERIANCE.</disclaimer>
<language>en</language>
<platform>all</platform>
<forum>http://www.xbmchub.com/forums/highway99s-xbmc-repo/</forum>
<website>http://github.com/HIGHWAY99/plugin.audio.ukradio/</website>
<email></email>
<source>http://github.com/HIGHWAY99/plugin.audio.ukradio/archive/master.zip</source>
</extension>
</addon>
<addon
id="plugin.video.azdrama"
version="1.0.29.1"
name="azdrama.net"
provider-name="Dknight (maintained by cthlo)">
<requires>
<import addon="xbmc.python" version="2.1.0" optional="true" />
<import addon="script.module.html5lib" version="0.999.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.simplejson" />
<import addon="script.module.t0mm0.common" version="1.1.0"/>
<import addon="script.module.urlresolver" version="2.10.11"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>azdrama.net</summary>
<description>Watch azdrama.net (Chinese)Videos</description>
<platform>all</platform>
</extension>
</addon>
<addon
id="plugin.video.drama24h"
version="1.0.5.1"
name="drama24h"
provider-name="Dknight (maintained by Iamfreetofly)">
<requires>
<import addon="xbmc.python" version="2.1.0" optional="true" />
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.urlresolver" version="2.1.2"/>
<import addon="script.module.simplejson" />
<import addon="script.module.t0mm0.common" version="1.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>drama24h</summary>
<description>Watch drama24h (Chinese)Videos</description>
<platform>all</platform>
</extension>
</addon>
<addon
id="plugin.video.hdfree"
version="1.0.38"
name="HDFree.Co"
provider-name="Iamfreetofly">
<requires>
<import addon="xbmc.python" version="2.1.0" optional="true" />
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.simplejson" />
<import addon="script.module.t0mm0.common" version="1.1.0"/>
<import addon="script.module.urlresolver"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>HDFree.Co</summary>
<description>Watch HDFree.Se (Chinese)Videos</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.icdrama" version="1.5.0" name="Icdrama" provider-name="aznhusband, General-Meow, dumbo0001, cthlo">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.html5lib" version="0.999.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.urlresolver" version="3.0.34"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Dramas, shows, and movies from icdrama.se</summary>
<description>Provides contents from icdrama.se. "Happy wife, happy life"</description>
<disclaimer>This addon is not affiliated with icdrama.se</disclaimer>
<platform>all</platform>
<license>MIT License</license>
</extension>
</addon>
<addon
id="plugin.video.SportsDevil"
version="2016.05.03"
name="SportsDevil"
provider-name="SportsDevil">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.simplejson" />
<import addon="script.module.six" />
<import addon="script.module.requests" />
<import addon="script.module.livestreamer" />
<import addon="script.module.pydevd" version="4.4.0" optional="true"/>
</requires>
<extension
point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Play videos of different sports streaming sites</summary>
<description>Play videos of different sports streaming sites</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.t0mm0.common"
name="t0mm0's common stuff"
version="2.1.1"
provider-name="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>
</extension>
</addon>
<addon id="script.module.turtle" name="Turtle" version="1.0.8"
provider-name="AJ">
<requires>
<import addon="xbmc.python" version="2.0" />
<import addon="script.module.simplejson" version="2.0.10" />
<import addon="script.module.beautifulsoup" version="3.2.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary>XBMC add-on framework</summary>
<description>XBMC add-on provides a simplest way to configure action
to be performed for each add-on request using XML.</description>
<disclaimer>This addon makes no warranties, expressed or implied, and
hereby disclaims and negates all other warranties, including without
limitation, implied warranties or conditions of merchantability,
fitness for a particular purpose, or non-infringement of intellectual
property or other violation of rights. Further, PlayIt addon does not
warrant or make any representations concerning the accuracy, likely
results, or reliability of the use of the materials on the Internet
web site where from data is retrieved or otherwise relating to such
materials or on any sites linked to this addon. Videos are soruced
from video-hosting websites that are having full rights to remove
such access to video if required.</disclaimer>
<license>GNU GPL v3</license>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.urlresolver" name="URLResolver" version="2.10.13" provider-name="Eldorado">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="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>
<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>
</extension>
</addon>
</addons>
>>>>>>> origin/master