-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddons.xml
More file actions
855 lines (787 loc) · 41.5 KB
/
addons.xml
File metadata and controls
855 lines (787 loc) · 41.5 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
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="plugin.video.metalique" name="metalique" version="0.1.0" provider-name="Cy4Root">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="metadata.tvdb.com" version="3.0.14"/>
<import addon="script.module.futures" version="2.2.0"/>
<import addon="script.module.requests" version="2.19.1"/>
<import addon="script.module.requests-cache" version="0.4.13"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="context.py">
<label>Metalique - Default Player</label>
<visible>!String.StartsWith(ListItem.path,plugin://plugin.video.metalique/)+[String.IsEqual(ListItem.dbtype,episode)|String.IsEqual(ListItem.dbtype,movie)]</visible>
</item>
<item library="context2.py">
<label>Metalique - Choose Player</label>
<visible>String.IsEqual(ListItem.dbtype,movie) | String.IsEqual(ListItem.dbtype,episode)</visible>
</item>
</menu>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">TMDb, TVDb and Trakt browser</summary>
<description lang="en">Browse The MovieDb, The TVDb, Trakt and pass info along to library or an addon. Needs player-files and the appropriate addon to play the files.</description>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<license></license>
<forum></forum>
<website></website>
<source></source>
<news></news>
</extension>
</addon>
<addon id="script.module.pil"
name="Python Image Library"
version="1.1.7"
provider-name="PythonWare">
<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.metaliqueinfo" name="MetaliqueInfo" version="0.1.1" provider-name="Cy4Root">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.pil" version="1.1.7"/>
<import addon="plugin.video.youtube" version="6.2.2"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.skin.helper.service" version="1.0.0"/>
<import addon="resource.images.studios.white" version="0.0.18"/>
<import addon="plugin.video.metalique" version="0.1.0" optional="true"/>
</requires>
<extension point="xbmc.python.script" library="script.py"/>
<extension point="xbmc.python.pluginsource" library="plugin.py">
<provides>video</provides>
</extension>
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="context.py">
<label>metaliqueinfo</label>
<visible>String.IsEqual(ListItem.dbtype,movie) | String.IsEqual(ListItem.dbtype,tvshow) | String.IsEqual(ListItem.dbtype,season) | String.IsEqual(ListItem.dbtype,episode) | String.IsEqual(ListItem.dbtype,actor) | String.IsEqual(ListItem.dbtype,director)</visible>
</item>
</menu>
</extension>
<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>false</reuselanguageinvoker>
<platform>all</platform>
<summary>Fork of the MetaliqueInfo script from phil65</summary>
<description>This script offers various possibilities to display online content inside skins as well as a complete MovieDB browser including info dialogs for various media types. Needs skin implementation for lot of functions and MetaliqMeta for library functions.</description>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>
</news>
</extension>
</addon>
<addon id="plugin.video.descent" version="1.0.14" name="[COLORorangered][B]Descent[/B][/COLOR]" provider-name="Cy4Root">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.requests" />
<import addon="script.module.beautifulsoup4" />
<import addon="script.module.metahandler" />
<import addon="script.module.resolveurl" />
<import addon="script.module.openscrapers" />
<import addon="script.module.liptonscrapers" optional="true" />
<import addon="plugin.video.youtube" version="6.2.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="descent.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.python.module" library="resources/lib/"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Movies TVShows</summary>
<description lang="en">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>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum></forum>
<website></website>
<source></source>
<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>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshots/screen01.png</screenshot>
<screenshot>resources/screenshots/screen02.png</screenshot>
<screenshot>resources/screenshots/screen03.png</screenshot>
</assets>
<news>
- Fix youtube api
</news>
</extension>
</addon>
<addon id="plugin.video.filmon.360" name="FilmOn 360" version="0.1.0" provider-name="Cy4Root">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">FilmOn 360</summary>
<description lang="en"></description>
<platform>all</platform>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<website>http://cy4root2.github.io/zip</website>
</assets>
<news>NEW:
UK LIVE TV
SPORTS
360 Channels
FRENCH TV
SLOVAKIAN CHANNELS</news>
</extension>
</addon>
<addon id="plugin.video.sportzig" version="0.0.06" name="[COLOR fuchsia][B]Sport[COLOR white]Zig[/B][/COLOR]" provider-name="Cy4Root">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.universalscrapers" version="1.0.0" />
<import addon="script.module.python.koding.aio" version="0.9.6.6" />
<import addon="script.module.beautifulsoup" version="3.2.1" />
<import addon="script.module.requests" version="2.9.1" />
<import addon="script.module.addon.common" version="2.0.0" />
<import addon="script.module.xmltodict" version="0.9.0" />
<import addon="script.module.dateutil" />
<import addon="plugin.video.live.streamspro" />
<import addon="script.module.laola1tv" />
<import addon="script.module.swiftstreamz" />
<import addon="script.module.tt" />
<import addon="plugin.video.SportsDevil" />
<!--<import addon="script.module.web-pdb" version="1.0"/>-->
<import addon="script.module.resolveurl" />
<!--<import addon="script.module.urlresolver" />-->
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="[login|startup]" />
<extension point="xbmc.addon.metadata">
<description lang="en">Sport Entertainment</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></license>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<news>
- New Jen Template
- Fixed error 404 v0.0.05
- references adjusted v0.0.04
- New, Based op Jen v0.0.03
- Added: Sportube v0.0.02
- Beta Release v0.0.01 Jan 2020
- Beta Version from Cy4Root
</news>
</extension>
</addon>
<addon id="plugin.video.flixhat" name="Flixhat" version="0.0.3" provider-name="Cy4Root">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.universalscrapers" version="1.0.0" />
<import addon="script.module.python.koding.aio" version="0.9.6.6" />
<import addon="script.module.beautifulsoup" version="3.2.1" />
<import addon="script.module.requests" version="2.9.1" />
<import addon="script.module.addon.common" version="2.0.0" />
<import addon="script.module.xmltodict" version="0.9.0" />
<import addon="script.module.dateutil" />
<import addon="script.module.feedparser" version="5.1.3"/>
<import addon="plugin.video.youtube" version="6.2.2" />
<import addon="script.module.inputstreamhelper" version="0.3.4" />
<import addon="script.module.resolveurl" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="[login|startup]" />
<extension point="xbmc.addon.metadata">
<summary lang="en">FlixHat is a JEN based addon.</summary>
<description lang="en">As of May, 2018 this is a community maintained template for learning purposes.</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>
<platform>all</platform>
<website/>
<video_guide></video_guide>
<reuselanguageinvoker>false</reuselanguageinvoker>
</extension>
</addon>
<addon id="plugin.video.clownsreplica" version="0.4.0a" name="[B][COLOR yellow]Clown's Replica[/COLOR][/B]" provider-name="[B][COLOR cyan]Mr.unknown[/COLOR][/B]">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.clownsreplica" />
<import addon="script.clownsreplica.artwork" />
<import addon="script.clownsreplica.metadata" />
<import addon="script.module.resolveurl" />
<import addon="script.module.requests" />
<import addon="script.module.metahandler" />
<import addon="plugin.video.youtube" />
</requires>
<extension point="xbmc.python.pluginsource" library="clownsreplica.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="en">[B][COLOR red]Clown's Replica[/COLOR] Video[/B] is a free portal for circus freaks to see the best stuff.</summary>
<description lang="en">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.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 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. The author is in no way affiliated with Kodi, Team Kodi, or the XBMC Foundation. 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>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<assets>
<icon>icon.png</icon>
<icon>icon.gif</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshots/1.png</screenshot>
<screenshot>resources/screenshots/2.png</screenshot>
</assets>
<news></news>
</extension>
</addon>
<addon id="script.clownsreplica.artwork" version="0.0.4b" name="[B][COLOR red]Clown's Replica[/COLOR] Artwork[/B]" provider-name="[B][COLOR cyan]Mr.unknown[/COLOR][/B]">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en">[B][COLOR red]Clown's Replica[/COLOR] Artwork[/B] is a free portal for circus freaks to see the best stuff.</summary>
<description lang="en">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.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 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. The author is in no way affiliated with Kodi, Team Kodi, or the XBMC Foundation. 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>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<assets>
<icon>icon.png</icon>
<icon>icon.gif</icon>
<fanart>fanart.jpg</fanart>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
</assets>
<news></news>
</extension>
</addon>
<addon id="script.clownsreplica.metadata" version="0.0.4" name="[B][COLOR red]Clown's Replica[/COLOR] Metadata[/B]" provider-name="[B][COLOR cyan]Mr.unknown[/COLOR][/B]">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en">[B][COLOR red]Clown's Replica[/COLOR] Metadata[/B] is a free portal for circus freaks to see the best stuff.</summary>
<description lang="en">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.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 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. The author is in no way affiliated with Kodi, Team Kodi, or the XBMC Foundation. 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>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<assets>
<icon>icon.png</icon>
<fanart></fanart>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
</assets>
<news></news>
</extension>
</addon>
<addon id="script.module.clownsreplica" version="0.4.0" name="[B][COLOR red]Clown's Replica[/COLOR]Module[/B]" provider-name="[B][COLOR cyan]Mr.unknown[/COLOR][/B]">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.beautifulsoup4" />
<import addon="script.module.dateutil" />
<import addon="script.module.futures" />
<import addon="script.module.requests" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en">[B][COLOR red]Clown's Replica[/COLOR] Script.Module[/B] is a free portal for circus freaks to see the best stuff.</summary>
<description lang="en">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.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 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. The author is in no way affiliated with Kodi, Team Kodi, or the XBMC Foundation. 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>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<assets>
<icon>icon.png</icon>
<icon>icon.gif</icon>
<fanart>fanart.jpg</fanart>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
</assets>
<news></news>
</extension>
</addon>
<addon id="plugin.video.mirrorv2" name="[COLOR orange][B]MirRoR V2[COLOR white] Video[/B][/COLOR]" provider-name="Cy4Root" version="2.0.19">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.openscrapers" />
<import addon="script.module.liptonscrapers" optional="true" />
<import addon="script.module.resolveurl" />
<import addon="script.module.requests" />
<import addon="script.module.metahandler" />
<import addon="plugin.video.youtube"/>
</requires>
<extension library="main.py" point="xbmc.python.pluginsource">
<provides>video</provides>
</extension>
<extension library="service.py" point="xbmc.service" start="[startup|login]" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Movies and TV Shows</summary>
<description lang="en">[B]MirrorV2[/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 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. </disclaimer>
<license>GNU</license>
<platform>all</platform>
<assets>
<icon>icon.gif</icon>
<fanart>fanart.gif</fanart>
<screenshot>resources/screenshots/screenshot01a.png</screenshot>
<screenshot>resources/screenshots/screenshot02a.png</screenshot>
<screenshot>resources/screenshots/screenshot03a.png</screenshot>
</assets>
<news>Multi Sources Edition (Default Openscrapers</news>
</extension>
</addon>
<addon id="script.module.tt" name=" TvTap" version="1.4.b" provider-name="RACC">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.livestreamer" />
<import addon="script.module.requests" />
<import addon="script.module.routing" />
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<description lang="en">Tap Tv Android Apk</description>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.streamlink.base" name="Streamlink Library" version="2019.11.11.1" provider-name="Streamlink Devs, Twilight0">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.requests" version="2.12.4"/>
<import addon="script.module.futures" version="2.2.0"/>
<import addon="script.module.cryptolib" version="1.1.0"/>
</requires>
<extension point="xbmc.python.module" library="resources/lib/"/>
<extension point="xbmc.addon.metadata">
<summary>Streamlink Library for Kodi</summary>
<description>Streamlink Library for Kodi. It is a collection of plugins to help resolve web page urls into streamable links. Known issue: Does not work on Xbox, specifically throws exception when trying to import something from ctypes module.</description>
<platform>all</platform>
<license>Simplified BSD</license>
<source>https://github.com/Twilight0/script.module.streamlink.base/</source>
<language>en</language>
<assets>
<icon>icon.png</icon>
</assets>
<news>+2019.11.11.X
- Updated to cc32730ea7c9749169df34e2f1a82c1fdb704df4 from upstream
> USTVNOW plugin has been removed due to improper crypto library imports (due to backwards compatibility)</news>
</extension>
</addon>
<addon id="script.module.cryptolib" name="Crypto Libraries" version="1.1.1" provider-name="Twilight0">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary>Pure Python implementation of some cryptographic libraries</summary>
<source>https://github.com/Twilight0/script.module.cryptolib</source>
<platform>all</platform>
<license>MIT</license>
</extension>
</addon>
<addon
id="plugin.video.SportsDevil"
version="2019.12.29"
name="SportsDevil"
provider-name="SportsDevil">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.dateutil" />
<import addon="script.module.simplejson" />
<import addon="script.module.six" />
<import addon="script.module.requests" />
<import addon="plugin.video.f4mTester" />
<import addon="script.module.slproxy" />
</requires>
<extension
point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<!-- <extension point="xbmc.service" library="service/streamlink_proxy.py" /> -->
<extension point="xbmc.addon.metadata">
<summary lang="en">SportsDevil</summary>
<description lang="en">[I]There can only be one.[/I][CR][CR]Unofficial Kodi Addon.</description>
<disclaimer lang="en">There can only be one.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.slproxy" name="SLProxy" version="0.0.7" provider-name="devilsport">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.requests"/>
<import addon="script.module.streamlink.base" />
</requires>
<extension point="xbmc.python.module" library="lib/"/>
<extension point="xbmc.addon.metadata">
<summary>StreamLink Proxy DS</summary>
<description>Streamlink proxy for Kodi</description>
<platform>all</platform>
<license>Simplified BSD</license>
<source></source>
<language>en</language>
<assets>
<icon>icon.png</icon>
</assets>
<news>
</news>
</extension>
</addon>
<addon id="script.module.laola1tv" name="Laola1.tv" version="1.1.9" provider-name="Cy4Root">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Fix from cy4root credit go to the dev stipx (Free user only)</summary>
<description lang="en">Provides streams from laola1.tv</description>
<license>GNU General Public License, v2</license>
</extension>
</addon>
<addon id="script.module.tt" name=" TvTap" version="1.4.b" provider-name="RACC">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.livestreamer" />
<import addon="script.module.requests" />
<import addon="script.module.routing" />
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<description lang="en">Tap Tv Android Apk</description>
<platform>all</platform>
</extension>
</addon>
<addon id="service.subtitles.podnapisi"
name="Podnapisi.net"
version="5.4.2"
provider-name="amet">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Podnapisi.net</summary>
<description lang="en">Search and download subtitles from Podnapisi.net</description>
<disclaimer lang="en"></disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=192563</forum>
<website></website>
<email></email>
<source>https://github.com/amet/service.subtitles.podnapisi</source>
</extension>
</addon>
<addon id="service.subtitles.rvm.addic7ed"
name="Addic7ed.com"
version="3.1.0"
provider-name="Roman V.M.">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.beautifulsoup4"/>
<import addon="script.module.html5lib"/>
<import addon="script.module.requests"/>
<import addon="script.module.six"/>
<import addon="script.module.kodi-six"/>
<!--<import addon="script.module.web-pdb"/>-->
</requires>
<extension point="xbmc.subtitle.module" library="main.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Addic7ed.com Subtitles</summary>
<summary lang="ru_RU">Субтитры Addic7ed.com</summary>
<summary lang="uk_UA">Субтитри Addic7ed.com</summary>
<description lang="en_GB">Subtitles service for Addic7ed.com. It supports only TV shows.</description>
<description lang="ru_RU">Служба субтитров для сайта Addic7ed.com. Служба поддерживает только сериалы.</description>
<description lang="uk_UA">Служба субтитрів для сайту Addic7ed.com. Служба підтримує лише серіали.</description>
<platform>all</platform>
<source>https://github.com/romanvm/service.addic7ed</source>
<license>GPL v.3</license>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<news>v.3.1.0:
- Removed login feature because of changes on Addic7ed.com.
- Fixed exception when a filename contained a non-ASCII character.
- Various optimizations.</news>
<reuselanguageinvoker>false</reuselanguageinvoker>
</extension>
</addon>
<addon id="service.subtitles.subscene2"
name="Subscene.com"
version="1.7.2.7"
provider-name="CrowleyAJ, thuongtin.com">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Get subtitles from Subscene.com</summary>
<description lang="en">Subscene.com provides subtitles in more than 50 languages, mainly in English, Arabic, Brazilian Portuguese, Farsi, Indonesian and Vietnamese.
Other languages with a great number of subtitles are: Danish, French, Swedish, Dutch, Italian, Norwegian and Spanish.</description>
<disclaimer lang="en"/>
<platform>all</platform>
<language/>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=184854</forum>
<website/>
<email/>
<source>https://github.com/manacker/service.subtitles.subscene</source>
</extension>
</addon>
<addon id="script.module.swiftstreamz" name="script.module.swiftstreamz" version="2.3" provider-name="cloned Cy4Root">
<requires>
<import addon="script.module.requests" />
<import addon="script.module.requests-cache" />
<import addon="script.module.routing" />
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>all</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_gb">Cloned for Cy4Root users from RACC SwiftStreamz Module. All credit must go to anyone involved in the Original Code</summary>
<description lang="en_gb">Module for SwiftStreamz APK</description>
<disclaimer lang="en_gb"></disclaimer>
<language></language>
<platform>all</platform>
<license></license>
<forum></forum>
<website></website>
<email></email>
<source></source>
</extension>
</addon>
<addon id="plugin.video.live.streamspro"
name="LiveStreamsPro"
version="2.9.3"
provider-name="Shani">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
<import addon="script.module.simple.downloader" version="0.9.4"/>
<import addon="script.module.requests" />
<import addon="script.module.httplib2" />
<import addon="script.module.liveresolver" version="0.1.24" optional="true"/>
<import addon="script.module.youtube.dl" optional="true"/>
<import addon="plugin.video.youtube" optional="true" />
<import addon="script.module.dateutil" optional="true" />
<import addon="script.module.resolveurl" optional="true"/>
<import addon="script.module.urlresolver" optional="true"/>
<import addon="script.module.inputstreamhelper" optional="true"/>
<import addon="script.module.simplejson" />
<import addon="script.module.livestreamer" optional="true"/>
<import addon="script.module.slproxy" optional="true"/>
<import addon="script.module.pyamf" optional="true"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>livestreamspro- shamelessly forked from livestreams but added many things</summary>
<description>
In addition to what livestreams allowed you to do, you can now,
1. call regex in regex,
2. multiple regex in page, regex in session, also htmlunescape responses
3. create session from one regex and pass onto next in line
4. save sessions to a file and open again later
5. write python code in .py file, put in the profile directory and then call from your regex.
6. use epoctime, guid and unpack as functions already defined.
7. Use it to post values to the pages to get the proper responses
8. support many headers, like origin, X-Requested-With
9. you can now append cookies in response and then read in regex using includeheaders
10. You can now link to another web url via your xml using externallink
11. support for google captcha, now you can show and then post the text
</description>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.liptonscrapers" name="Lipton Module V2" version="1.1.11" provider-name="Cy4Root">
<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.addon.metadata">
<platform>all</platform>
<summary lang="en">Sources for Video_Addons</summary>
<description>Scrape common video host for URL's to be playable in XBMC/Kodi</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>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<assets>
<icon>icon.png</icon>
<fanart></fanart>
</assets>
<news></news>
</extension>
</addon>
<addon id="service.subtitles.opensubtitles_by_opensubtitles"
name="OpenSubtitles.org by OpenSubtitles"
version="5.2.15"
provider-name="amet, opensubtitles">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py" />
<extension point="xbmc.addon.metadata">
<summary>OpenSubtitles by OpenSubtitles.org</summary>
<description lang="en">Anonymously search and download subtitles for movies and TV-Series from OpenSubtitles.org without log-in. Search in 75 languages, 4.000.000+ subtitles, daily updates. </description>
<disclaimer>Works without log-in</disclaimer>
<news>
Improved add-on by OpenSubtitles.org
v5.2.15 (2019-11-22)
- Users are able to download subtitles as anonymous without authentication. Added localized descriptions, media files
- New feature: Users are able to check for subtitles when Kodi is not playing, by using the manual search or by standing on an item and opening the subtitles search dialog (By key or by an external addon) | @burekas
</news>
<platform>all</platform>
<language></language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>https://forum.opensubtitles.org/viewtopic.php?f=8&t=15847</forum>
<website>http://www.opensubtitles.org</website>
<email>admin [at] opensubtitles {dot} org</email>
<assets>
<icon>resources/media/os_logo_512x512.png</icon>
<fanart>resources/media/os_fanart.jpg</fanart>
<screenshot>resources/media/screenshot_1.jpg</screenshot>
<screenshot>resources/media/screenshot_2.jpg</screenshot>
<screenshot>resources/media/screenshot_3.jpg</screenshot>
</assets>
<source>https://github.com/opensubtitles/service.subtitles.opensubtitles_by_opensubtitles</source>
</extension>
</addon>
<addon id="plugin.video.laplaza" version="1.0.20a" name="[COLOR orange][B]Laplaza[/B][/COLOR]" provider-name="Cy4Root">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.liptonscrapers" />
<import addon="script.module.resolveurl" />
<import addon="script.module.requests" />
<import addon="script.module.metahandler" version="1.0.0" />
<import addon="script.module.openscrapers" optional="true" />
<import addon="plugin.video.youtube"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
<provides>audio</provides>
</extension>
<extension library="service.py" point="xbmc.service" start="[startup|login]" />
<extension point="xbmc.addon.metadata">
<summary lang="en">[COLORblue]Placenta.Fork[/COLOR]</summary>
<description lang="en">[I][B]Laplaza Movies and TV (optional) Multi sources options, default not installed[/B][/I][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>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<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>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<news>
Orginal copy Placenta
</news>
</extension>
</addon>
<addon id="script.realdebrid.mod" name="RealDebrid-Mod" version="1.1.2" provider-name="ptom">
<requires>
<import addon="script.module.requests" version="2.3.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<description lang="en">Unofficial RealDebrid client. Manage your torrents, unrestricted links and view host statuses all within Kodi.</description>
<summary>Unofficial RealDebrid client. Manage your torrents, unrestricted links and view host statuses all within Kodi.</summary>
<news>v0.5 - added "Play using RealDebrid" to context menu</news>
<website>http://www.ptom.co.uk</website>
<platform>all</platform>
<language>en</language>
<email>ptom98@gmail.com</email>
</extension>
</addon>
<addon id="repository.cy4root" name="cy4root Repository" version="1.2.012" provider-name="Cy4Root">
<extension point="xbmc.addon.repository" name="Cy4Root">
<dir>
<info compressed="false">https://raw.githubusercontent.com/cy4root2/plugins/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/cy4root2/plugins/master/addon.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/cy4root2/plugins/master</datadir>
</dir>
<dir>
<info compressed="false">https://raw.githubusercontent.com/covenant01/plugins/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/covenant01/plugins/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/covenant01/plugins/master</datadir>
</dir>
<dir>
<info compressed="false">https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/addons.xml</info>
<checksum>https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/</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>
<dir>
<info compressed="false">https://raw.githubusercontent.com/a4k-openproject/repository.openmeta/master/zips/addons.xml</info>
<checksum>https://raw.githubusercontent.com/a4k-openproject/repository.openmeta/master/zips/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/a4k-openproject/repository.openmeta/master/zips/</datadir>
</dir>
<dir>
<info compressed="false">https://raw.githubusercontent.com/marcelveldt/repository.marcelveldt/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/marcelveldt/repository.marcelveldt/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/marcelveldt/repository.marcelveldt/master/</datadir>
</dir>
<dir>
<info compressed="false">https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/addons.xml</info>
<checksum>https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/</datadir>
</dir>
<dir>
<info compressed="false">https://raw.githubusercontent.com/totalrevolution/python-koding/master/zips/addons.xml</info>
<checksum>https://raw.githubusercontent.com/totalrevolution/python-koding/master/zips/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/totalrevolution/python-koding/master/zips/</datadir>
</dir>
<dir>
<info compressed="false">https://repo.orionoid.com/addons.xml?v=3.3.0</info>
<checksum>https://repo.orionoid.com/addons.xml.md5?v=3.3.0</checksum>
<datadir zip="true">https://repo.orionoid.com</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Cy4Root Add-on Repository</summary>
<description lang="en"></description>
<platform>all</platform>
<news>Cleaned Repo 2020-10-11 Original Dev</news>
</extension>
</addon>
</addons>