This repository was archived by the owner on Aug 30, 2025. It is now read-only.
forked from xEdiTz/mdrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddons.xml
More file actions
688 lines (653 loc) · 33.3 KB
/
addons.xml
File metadata and controls
688 lines (653 loc) · 33.3 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
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.audio.DnB-Sets" version="1.0.2" name="DnB-Sets" provider-name="Mucky_Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.t0mm0.common" version="2.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Welcome to dnb-sets.de - the Drum'n'Bass mix search engine! - See more at: http://www.dnb-sets.de</summary>
<description lang="en">dnb-sets.de is a search engine like Google or Yahoo which looks through various websites for independent DJ-sets and mixes.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<language>en</language>
</extension>
</addon>
<addon id="plugin.audio.MD3-Audio" version="1.0.2" name="MD3 Audio" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.t0mm0.common" version="2.0.0"/>
<import addon="repository.mdrepo"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Free Radio And Mp3 Streaming</summary>
<description lang="en">Free MP3 streaming Of Your Favourite Songs And Radio Stations</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<language>en</language>
</extension>
</addon>
<addon id="plugin.audio.oldskool" version="1.0.3" name="Old Skool" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.t0mm0.common" version="2.0.0"/>
<import addon="repository.mdrepo"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Old Tape Packs And Various Other Music Found On The Web</summary>
<description lang="en">oldskool tape packs</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<language>en</language>
</extension>
</addon>
<addon
id="plugin.video.gorillastreams"
version="2.2"
name="Gorilla Streams 2.0"
provider-name="Gorilla Streams">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.common.plugin.cache" version="0.9.1"/>
</requires>
<extension
point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Streaming made easy.</summary>
<description lang="en">No streams are hosted by Gorilla. The code for this addon was originally wrote by MaxMustermann for the Sportsdevil addon and then modified by Dragon Streams and has now been modified by Gorilla Streams</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
<language>en</language>
</extension>
</addon>
<addon id="plugin.video.md123movies" name="123Movies" version="2.0.4" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Movies From The 123movies WebSite</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml As A Source In File Manager.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdafdah" name="Afdah" version="2.0.1" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream content From The afdah.org WebSite</summary>
<description lang="en">Stream Content From The afdah.org WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdcmovieshd" name="C Movies HD" version="1.0.1" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free Content From The Web</summary>
<description lang="en">Watch thousands of Free Movies and TV Shows starring your favorite actors. You can find them all on this channel powered by CMOVIESHD.COM. Content is updated Daily and always free!. This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml In File Manager. Stream Free Content From The Web.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mddizibox" name="DiziBox" version="1.0.4" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.urlresolver" version="2.10.0"/>
<import addon="script.module.metahandler" version="2.8.0"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream content From The dizibox.com WebSite</summary>
<description lang="en">Stream Content From The dizibox.com WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdfubar" name=".F.U.B.A.R." version="1.1.7" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="2.1.2"/>
<import addon="script.module.addon.common" />
<import addon="script.module.requests" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">A Variety Of Streaming Sources From The Net</summary>
<description lang="en"></description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdgenvideos" name="GenVideos" version="1.0.2" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream content From The genvideos.org WebSite</summary>
<description lang="en">Stream Content From The genvideos.org WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdhdbox" name="HD Box" version="2.0.1" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">This Addon Will Not Work Unless You Have http://muckys.mediaportal4kodi.ml In File Manager.</summary>
<description lang="en">This Addon Will Not Work Unless You Have http://muckys.mediaportal4kodi.ml In File Manager.Stream Content From The xmovies8.org WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdhdmovie14" name="HD-Movie14" version="1.0.5" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream content From The hdmovie14.net WebSite</summary>
<description lang="en">Stream Content From The hdmovie14.net WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdimperialstreams" name="Imperial Streams" version="2.0.0" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="2.10.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free content From The Web</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml As A Source In File Manager. Special Thanks Go Out To @McWaine For Spending The Time To Create The Icons For Each Individual Section.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdizle" name="IZLE" version="2.0.1" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free content From The Web</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml In File Manager. Stream Free Content From The Web.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdluckytv" name="LUCKY-TV" version="2.0.0" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free content From The Web</summary>
<description lang="en">There are 700+ of the latest TV shows to watch for free. Please share lucktv.net with your family and friends. This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml As A Source In File Manager. Special Thanks Go Out To @McWaine For Spending The Time To Create The Icons For Each Individual Section.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdm4u" name="M4U" version="2.0.7" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream content From The m4ufree.info WebSite</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml In File Manager. Stream Content From The m4ufree.info WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdmoviepool" name="MOVIEPOOL" version="1.0.2" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free content From The Web</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml In File Manager. Stream Free Content From The Web. . Special Thanks Go Out To @McWaine For Spending The Time To Create The Icons For Each Individual Section.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdmovievault" name="MOVIE VAULT" version="2.0.2" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free content From The Web</summary>
<description lang="en">Stream Free content From The Web</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdmtvuk" name="MTV UK" version="1.0.2" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.requests" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Content From The mtv.co.uk WebSite</summary>
<description lang="en">Check Out All The Biggest And Best Music Videos From The Official mtv.co.uk WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdniter" name="niter" version="2.0.0" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Movies From The niter.co WebSite</summary>
<description lang="en">Stream Movies From The niter.co WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners.</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdpmovies" name="PMovies" version="1.0.1" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free Content From The Web</summary>
<description lang="en">PMOVIES.TO - Just A Faster And Better Place For Watching Online Movies And TV Shows For Free. This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml In File Manager. Stream Free Content From The Web.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdpubfilm" name="PubFilm" version="2.0.5" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.muckys.common"/>
<import addon="script.module.metahandler"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Movies And TV-Shows From pubfilm.com</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml In File Manager. Stream Movies And TV-Shows From pubfilm.com</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners.</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdscenepeeper" name="Scene Peeper" version="1.0.6" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream content From The layarkaca21.com WebSite</summary>
<description lang="en">Stream Content From layarkaca21.com WebSite. This Addon Will No Longer Work Unless You Have http://muckysmediaportal4kodi.ml In File Manager.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdspacemov" name="SPACE MOV" version="1.0.1" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free content From The Web</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckysmediaportal4kodi.ml As A Source In File Manager. Stream Free Content From The Web</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdsportsextra" name="MD Sports Extra" version="1.0.2" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="2.1.2"/>
<import addon="script.module.addon.common" />
<import addon="script.module.requests" />
<import addon="repository.mdrepo"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en"></summary>
<description lang="en">Football Stats, Results, Fixtures And More</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdvodlocker" version="1.0.7" name="Vodlocker" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.t0mm0.common" version="2.0.0"/>
<import addon="script.module.urlresolver" version="2.1.2"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="repository.mdrepo"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Movies From www.vodlockerx.com </summary>
<description>Stream Your Favourite Movies From The www.vodlockerx.com Website</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
<language>en</language>
</extension>
</addon>
<addon id="plugin.video.mdwatch32hd" name="Watch32HD" version="2.0.1" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.muckys.common"/>
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream content From The watch32hd.co WebSite</summary>
<description lang="en">Stream Content From The watch32hd.co WebSite</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdwatchtvseries" name="Watch TV Series" version="1.1.9" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free content From The Web</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml As A Source In File Manager. Stream Free content From The Web</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdwizard" name="Mucky Ducks Wizard" version="1.1.6" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Mucky Ducks Wizard</summary>
<description lang="en">Mucky Ducks Wizard provides an easy way to installing addons to your device</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdws" version="1.0.9" name="MD.Watchseries" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="2.1.2"/>
<import addon="script.module.t0mm0.common" version="2.0.0"/>
<import addon="repository.mdrepo"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Enjoy Your Favourite Shows Online From Watchseries</summary>
<description>Watch TV Series From One Of The Best Sites On The Web Brought To You By Mucky Duck</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdwww" name="We Watch Wrestling" version="1.0.2" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="2.1.2"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Content From The watchwrestling.club WebSite</summary>
<description lang="en">Stream Content From The watchwrestling.club WebSite</description>
<disclaimer lang="en">
The author does not host or distribute any of the content displayed by this addon
or have any affiliation with the website owners.
</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.mdyesmovies" name="Yes Movies" version="1.0.4" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.metahandler" version="2.5.1"/>
<import addon="script.module.requests" />
<import addon="repository.mdrepo" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Stream Free Content From The Web</summary>
<description lang="en">This Addon Will Delete Itself Unless You Have http://muckys.mediaportal4kodi.ml In File Manager. Stream Free Content From The Web.</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon or have any affiliation with the website owners</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.welovesoaps" name="We Love Soaps" version="1.0.3" provider-name="Mucky Duck">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="2.1.2"/>
<import addon="script.module.addon.common" />
<import addon="script.module.requests" />
<import addon="repository.mdrepo"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Catch up on your soaps</summary>
<description lang="en">Catch up on your soaps</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="repository.mdrepo" name="Mucky Ducks Repo" version="1.0.2" provider-name="Mucky Duck">
<extension point="xbmc.addon.repository" name="Mucky Ducks Repo">
<info compressed="false">https://raw.githubusercontent.com/mucky-duck/mdrepo/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/mucky-duck/mdrepo/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/mucky-duck/mdrepo/master/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Mucky Ducks Repo</summary>
<description>Download And Install Addons Developed By Mucky Duck And Various Other Developers </description>
<disclaimer>The owners and submitters to this repository do not host or distribute any of the content displayed by these addons nor do they have any affiliation with the content providers.</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.muckys.common" name="Muckys Common Libraries" version="1.2.3" provider-name="Mucky Duck">
<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 modules used by Mucky Ducks Addons</summary>
<description lang="en">Collection of modules used by Mucky Ducks Addons
beautifulsoup3 v3.2.1 from https://www.crummy.com/software/BeautifulSoup :
beautifulsoup4 v4.5.1 from https://www.crummy.com/software/BeautifulSoup :
cfscrape 1.6.8 from https://github.com/Anorov/cloudflare-scrape :
incapsula-cracker v0.1.3 from https://github.com/ziplokk1/incapsula-cracker :
Js2Py v0.40 from https://github.com/PiotrDabkowski/Js2Py :
jsbeautifier v1.6.4 from https://pypi.python.org/pypi/jsbeautifier :
jsunpack from urlresolver which is a modified script from jsbeautifier:
md_request a simple script for making web requests :
md_tools a script with common methods in the Mucky Duck addons :
md_view a simple script for adding views to addons :
requests v2.12.4 from https://github.com/kennethreitz/requests :
six v1.10.0 from https://pypi.python.org/pypi/six :
unshortenit v0.3.0 from https://github.com/jkehler/unshortenit :
</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
</extension>
</addon>
<addon
id="skin.aeon.nox.lego"
version="1.0"
name="Aeon Nox 5: LEGO"
provider-name="Created by BigNoid | Modded by SiLVO and BEATBOX8501">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.grab.fanart" version="0.12.8"/>
<import addon="script.skinshortcuts" version="0.2.4"/>
<import addon="service.library.data.provider" version="0.0.1"/>
</requires>
<extension
point="xbmc.gui.skin"
debugging="false"
effectslowdown="0.75">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Aeon Nox 5: LEGO</summary>
<description lang="en">Completely redesigned to create a modern look, while retaining the classic Aeon feel.</description>
<platform>all</platform>
</extension>
</addon>
</addons>