-
Notifications
You must be signed in to change notification settings - Fork 137
/
Copy pathaddons.xml
executable file
·633 lines (601 loc) · 31.2 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
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.audio.einslive_de" name="1LIVE.de" version="1.0.7" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">O-Ton-Charts, Comedy, Reportagen, Talks, Klubbing, letzte Sendungen und Livestream</summary>
<summary lang="en">O-Ton-Charts, Comedy, reports, talks, clubbing, last shows and livestream</summary>
<language>de</language>
<description lang="de">O-Ton-Charts, Comedy, Reportagen, Talks, Klubbing, letzte Sendungen und Livestream</description>
<description lang="en">O-Ton-Charts, Comedy, reports, talks, clubbing, last shows and livestream</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/kodinerds/repo/tree/master/addons/plugin.audio.einslive_de</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132769</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<website>http://www.einslive.de</website>
</extension>
</addon>
<addon id="plugin.video.animexx" name="Animexx Videos" version="0.8.3" provider-name="L0RE">
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Videos from Animexx</summary>
<summary lang="de">Videos von Animexx</summary>
<description lang="en">Animexx is one of the biggest german Anime Comunity. This Are Videos from this Comunity</description>
<description lang="de">Animexx ist einer der groessten deutschen Anime Comunitys. Dies sind die Videos der Seite</description>
<website></website>
<source>http://repo.l0re.com/data/plugin.video.animexx/</source>
<forum>http://www.animexx.de</forum>
<email>andreas at vogler dot name</email>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.arte_tv" name="Arte.tv" version="2.1.10" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">ARTE Mediathek (DE/FR)</summary>
<summary lang="en">ARTE Media Library (DE/FR)</summary>
<summary lang="fr">ARTE médiathèque (DE/FR)</summary>
<language>de fr</language>
<description lang="de">Videos aus der ARTE Mediathek anschauen + Livestream (DE/FR)</description>
<description lang="en">Watch Videos from the ARTE Media Library + Livestream (DE/FR)</description>
<description lang="fr">Regarder des vidéos de la ARTE médiathèque + Livestream (DE/FR)</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>http://repo.l0re.com/data/plugin.video.arte_tv/</source>
<forum>http://www.kodinerds.net/index.php/Thread/11527-AddonScriptorDE-s-Addon-Sammlung/</forum>
<email>andreas at vogler dot name</email>
<website>http://www.arte.tv</website>
</extension>
</addon>
<addon id="plugin.video.bild_bundesliga" name="Bundesliga bei Bild" version="1.0.8" provider-name="PUR3">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Zusammenfassungen von Bundesligaspielen</summary>
<description lang="de">Zusammenfassungen von Bundesligaspielen</description>
</extension>
</addon>
<addon id="plugin.video.br3" name="Bayrisches Fernsehen" version="0.6.6" provider-name="L0RE">
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Videos von Bayrischen Fernsehen</summary>
<summary lang="de">Videos of Bavarian Television</summary>
<description lang="en">Videos der Mediathek von Bayrischen Fernsehen</description>
<description lang="de">Video From Bavarian Television</description>
<website></website>
<source>https://github.com/kodinerds/repo/tree/master/addons/plugin.video.br3</source>
<forum>http://www.kodinerds.net/index.php/Thread/46598-Bayrisches-Fernsehen/</forum>
<email>andreas at vogler dot name</email>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.chefkoch_de" name="Chefkoch.de" version="2.0.7" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Cooking videos</summary>
<summary lang="de">Video Kochrezepte</summary>
<language>de</language>
<description lang="en">Cooking videos</description>
<description lang="de">Video Kochrezepte</description>
<website>http://www.chefkoch.de</website>
<source>https://github.com/kodinerds/repo/tree/master/addons/plugin.video.chefkoch_de</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132563</forum>
<email>andreas at vogler dot name</email>
</extension>
</addon>
<addon id="plugin.video.dfb_tv" name="DFB TV" version="1.0.4" provider-name="PUR3">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de">DFB TV</summary>
<description lang="de">Zusammenfassungen von Spielen aus dem deutschen Männer- und Frauenfußball, Livestreams, sonstige Videos mit Bezug zum DFB.</description>
<language>de</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<website>www.tv.dfb.de</website>
</extension>
</addon>
<addon id="plugin.video.disneychannel_de" name="DisneyChannel.de" version="1.1.2" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">DisneyChannel Mediathek</summary>
<summary lang="en">DisneyChannel media library</summary>
<language>de</language>
<description lang="de">DisneyChannel Mediathek</description>
<description lang="en">DisneyChannel media library</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>http://repo.l0re.com/data/plugin.video.disneychannel_de/</source>
<forum>http://www.kodinerds.net/index.php/Thread/11527-AddonScriptorDE-s-Addon-Sammlung/</forum>
<email>andreas at vogler dot name</email>
<website>http://www.disneychannel.de</website>
</extension>
</addon>
<addon id="plugin.video.dmax_de" name="DMAX.de" version="1.1.3" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.pyamf" version="0.6.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">DMAX-Videotheke</summary>
<language></language>
<description lang="en">DMAX-Videotheke</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/kodinerds/repo/tree/master/addons/plugin.video.dmax_de</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132563</forum>
<email>andreas at vogler dot name</email>
<website>http://www.dmax.de/videos</website>
</extension>
</addon>
<addon id="plugin.video.giga_de" name="GIGA.de" version="2.1.3" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Technik, Games und Entertainment Videos</summary>
<summary lang="en">Technical, Games and Entertainment Videos</summary>
<language>de</language>
<description lang="de">Technik, Games und Entertainment Videos</description>
<description lang="en">Technical, Games and Entertainment Videos</description>
<website></website>
<source>http://repo.l0re.com/data/plugin.video.giga_de/</source>
<forum>http://www.kodinerds.net/index.php/Thread/11527-AddonScriptorDE-s-Addon-Sammlung/</forum>
<email>andreas at vogler dot name</email>
</extension>
</addon>
<addon id="plugin.video.ign_com" name="IGN.com" version="2.1.3" provider-name="ster">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Game and Movie trailers/reviews/news</summary>
<language>en</language>
<description lang="en">Game and Movie trailers/reviews/news</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.kika_de" name="KIKA+" version="1.0.7" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">KIKA Mediathek</summary>
<summary lang="en">KIKA media library</summary>
<language>de</language>
<description lang="de">KiKA - der Kinderkanal von ARD und ZDF</description>
<description lang="en">KiKA - the kids channel from ARD and ZDF</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/kodinerds/repo/tree/master/addons/plugin.video.kika_de</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132563</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<website>http://kikaplus.net/clients/kika/kikaplus/</website>
</extension>
</addon>
<addon id="plugin.video.kikaninchen" name="KIKANINCHEN" version="1.0.6" provider-name="Tombstone">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<source>https://github.com/kodinerds/repo/tree/master/addons/plugin.video.kikaninchen</source>
<forum>http://www.kodinerds.net/index.php/Thread/11527-AddonScriptorDE-s-Addon-Sammlung/</forum>
<summary lang="de">Kikaninchen Mediathek</summary>
<summary lang="en">Kikaninchen media library</summary>
<language>de</language>
<description lang="de">Kikaninchen - der U3 Kinderkanal von ARD und ZDF</description>
<description lang="en">Kikaninchen - the U3 kids channel from ARD and ZDF</description>
</extension>
</addon>
<addon id="plugin.video.mediatheken" name="Mediatheken" version="1.0.11" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">German media libraries</summary>
<summary lang="de">Deutsche Mediatheken</summary>
<language>de</language>
<description lang="en">German media libraries</description>
<description lang="de">Deutsche Mediatheken</description>
<source>https://github.com/AddonScriptorDE/plugin.video.mediatheken</source>
<forum>http://forum.xbmc.org/showthread.php?tid=</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<website></website>
</extension>
</addon>
<addon id="plugin.video.mtv_de" name="MTV.de" version="3.2.11" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">TV-Shows, Deutsche Charts, Videosuche, Playlisten, Favoriten</summary>
<summary lang="en">TV-Shows, german charts, clip search, playlists, favorites</summary>
<language>de</language>
<description lang="de">TV-Shows, Deutsche Charts, Videosuche, Playlisten, Favoriten</description>
<description lang="en">TV-Shows, German charts, clip search, playlists, favorites</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.n24_de" name="N24.de" version="2.0.11" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">N24 Mediathek und Livestream</summary>
<summary lang="en">N24 Media Library and Livestream</summary>
<language>de</language>
<description lang="de">N24 Mediathek und Livestream</description>
<description lang="en">N24 Media Library and Livestream</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.nick_de" name="Nickelodeon.de" version="1.1.4" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Nickelodeon und Nick Jr. Mediathek</summary>
<summary lang="en">Nickelodeon and Nick Jr. media library</summary>
<language>de</language>
<description lang="de">Nick.de ist die kostenlose Website von Nickelodeon.</description>
<description lang="en">Nick.de ist die kostenlose Website von Nickelodeon.</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/kodinerds/repo/tree/master/addons/plugin.video.nick_de</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132563</forum>
<email>andreas at vogler dot name</email>
<website>http://www.nick.de</website>
</extension>
</addon>
<addon id="plugin.video.nowtv.de.p" name="NOW TV PATCH" version="1.0.18" provider-name="L0RE">
<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">NOW TV media library</summary>
<summary lang="de">Mediathek für NOW TV</summary>
<description lang="en">With NOW TV many series, shows, documentaries and magazines can be seen from the program of RTL, RTL II, VOX, N-TV, RTL Nitro and Super RTL.</description>
<description lang="de">Mit NOW TV können viele Serien, Shows, Dokumentationen und Magazine aus dem Programm von RTL, RTL II, VOX, N-TV, RTL Nitro und Super RTL geschaut werden.</description>
<disclaimer lang="en"></disclaimer>
<language>de</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website>http://nowtv.de</website>
<email> andreas at vogler dot name</email>
<source>http://repo.l0re.com/data/plugin.video.nowtv.de.p/</source>
</extension>
</addon>
<addon id="plugin.video.orftvthek4de" name="ORF TVthek 4 de" version="0.4.8" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.parsedom" version="0.9.1"/>
<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">
<platform>all</platform>
<language>de en</language>
<summary lang="de">ORF TVthek</summary>
<summary lang="en">ORF TVthek</summary>
<language>de</language>
<description lang="de">ORF TVthek - Ermöglicht Ihnen den Zugriff auf die ORF TVthek Video Platform. Modifiziert Version so das die Livestreams auch in deutschland gehen (im Settings) Orginal bei sofaking</description>
<description lang="en">ORF TVthek - This plugin provides access to the Austrian "ORF TVthek". Modified Version for non austria (Settings) Orginal by sofaking </description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<email>andreas at vogler dot name</email>
<website>http://repo.l0re.com</website>
<source>http://repo.l0re.com/data/plugin.video.orftvthek4de</source>
</extension>
</addon>
<addon id="plugin.video.servustv_com" name="ServusTV.com" version="1.0.6" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.pyamf" version="0.6.1"/>
<import addon="script.module.simple.downloader" version="0.9.5"/> # Add this
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Watch videos from the ServusTV media library</summary>
<language>de</language>
<description lang="en">Watch videos from the ServusTV media library</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/AddonScriptorDE/plugin.video.servustv_com</source>
<forum>http://forum.xbmc.org/showthread.php?tid=</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<website>http://www.servustv.com</website>
</extension>
</addon>
<addon id="plugin.video.sesamstrasse_de" name="Sesamstrasse.de" version="1.0.6" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Sesamstrasse Mediathek</summary>
<summary lang="en">Sesamstrasse media library</summary>
<language>de</language>
<description lang="de">Ganze Folgen Sesamstrasse ansehen</description>
<description lang="en">Watch full episodes of Sesamstrasse</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/kodinerds/repo/tree/master/addons/plugin.video.sesamstrasse_de</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132563</forum>
<email>andreas at vogler dot name</email>
<website>http://www.sesamstrasse.de</website>
</extension>
</addon>
<addon id="plugin.video.spiegel_tv" name="Spiegel.tv" version="1.1.4" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Spiegel TV Mediathek (Reportagen/Dokumentationen)</summary>
<summary lang="en">Spiegel TV media library</summary>
<language>de</language>
<description lang="de">Spiegel TV Mediathek (Reportagen/Dokumentationen)</description>
<description lang="en">Spiegel TV media library</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.
Orginal Code was from AddonScriptorDE</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>http://repo.l0re.com/data/plugin.video.spiegel_tv/</source>
<forum>http://www.kodinerds.net/index.php/Thread/11527-AddonScriptorDE-s-Addon-Sammlung/</forum>
<email>lore at vogler dot name</email>
<website>http://www.spiegel.tv</website>
</extension>
</addon>
<addon id="plugin.video.spotitube" name="Youtube Music" version="1.0.7" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="plugin.video.youtube" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Play music videos via Youtube</summary>
<language></language>
<description lang="en">Play music videos via Youtube</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/AddonScriptorDE/plugin.video.spotitube</source>
<forum>http://forum.xbmc.org/showthread.php?tid=</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<website></website>
</extension>
</addon>
<addon id="plugin.video.welt_der_wunder" name="Welt der Wunder" version="1.1.6" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Welt der Wunder Livestream und Mediathek</summary>
<summary lang="en">Welt der Wunder livestream and media library</summary>
<language>de</language>
<description lang="de">Welt der Wunder Livestream und Mediathek</description>
<description lang="en">Welt der Wunder livestream and media library</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>http://repo.l0re.com/data/plugin.video.welt_der_wunder/</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132563</forum>
<email>andreas at vogler dot name</email>
<website>http://www.weltderwunder.tv</website>
</extension>
</addon>
<addon id="plugin.video.zdf_de_lite" name="ZDF Mediathek" version="2.2.2" provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">ZDF, ZDFneo, ZDFkultur, ZDFinfo und 3sat Mediathek</summary>
<summary lang="en">ZDF, ZDFneo, ZDFkultur, ZDFinfo and 3sat Media Library</summary>
<language>de</language>
<description lang="de">ZDF, ZDFneo, ZDFkultur, ZDFinfo und 3sat Mediathek</description>
<description lang="en">ZDF, ZDFneo, ZDFkultur, ZDFinfo and 3sat Media Library</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/AddonScriptorDE/plugin.video.zdf_de_lite</source>
<forum>http://forum.xbmc.org/showthread.php?tid=132563</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<website>http://www.zdf.de/ZDFmediathek</website>
</extension>
</addon>
<addon id="repository.lost-and-found" name="Repo Lost and Found" version="1.1.5" provider-name="L0RE">
<extension point="xbmc.addon.repository" name="L0RE">
<info compressed="true">https://raw.githubusercontent.com/kodinerds/repo/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/kodinerds/repo/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/kodinerds/repo/master/addons/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Most of the addon have been abandoned, and Patched by someone new. Or have been Found without someone loosing them</summary>
<description>Most of the addon have been abandoned, and Patched by someone new. Or have been Found without someone loosing them</description>
<disclaimer></disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="script.screensaver.animexx" name="Anime Fanartsaver" version="0.9.3" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.ui.screensaver" library="screensaver.py" >
<provides>executable</provides>
</extension>
<extension point="xbmc.python.script" library="screensaver.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language/>
<website>http://repo.l0re.com/</website>
<source>http://repo.l0re.com/data/script.screensaver.animexx/</source>
<forum>http://www.kodinerds.net/index.php/Thread/45654-RELEASE-Animexx-Fanart-Screensave/</forum>
<email>andreas at vogler dot name</email>
<summary lang="en">Screensaver for Fanarts from Animexx</summary>
<description lang="en">Screensaver ,that shows all new fanarts from Animexx.de</description>
<summary lang="de">Screensaver für Animexx Fanarts</summary>
<description lang="de">Screensaver ,zum Anzeigen von Fanarts von Animexx.de</description>
</extension>
</addon>
<addon id="script.subcentral_de" name="SubCentral.de" version="1.1.6" provider-name="L0RE">
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.python.subtitles" library="default.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">SubCentral.de - Quality subtitles for TV-Shows (DE/EN)</summary>
<summary lang="de">SubCentral.de - Hochwertige Untertitel für TV-Serien (DE/EN)</summary>
<description lang="en">SubCentral.de - Quality subtitles for TV-Shows (DE/EN)</description>
<description lang="de">SubCentral.de - Hochwertige Untertitel für TV-Serien (DE/EN)</description>
<website></website>
<source>http://repo.l0re.com/data/script.subcentral_de/</source>
<forum>http://forum.xbmc.org/showthread.php?tid=157479</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<platform>all</platform>
</extension>
</addon>
<addon id="service.subtitles.subcentral" name="Subcentral.de Patch" version="0.3" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.subcentral_de" version="1.0"/>
</requires>
<extension point="xbmc.subtitle.module"
library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">SubcentralWorkaround</summary>
<description lang="en">Try to embed Subcentral into the Menu</description>
<disclaimer lang="en"></disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website></website>
<email></email>
<source></source>
</extension>
</addon>
<addon id="service.subtitles.tv4user" name="Tv4user.de" version="0.8.0" provider-name="L0RE">
<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">Untertitel von board.tv4user.de fuer Serien in Deutsch und Englisch</summary>
<description lang="en">Subtitle in German/English for Serien from board.tv4user.de </description>
<disclaimer lang="en"></disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://www.kodinerds.net/index.php/Thread/47097-RELEASE-Untertitel-Plugin-f%C3%BCr-http-board-tv4user-de</forum>
<website>http://www.br.de</website>
<email>andreas at vogler dot name</email>
<source>https://github.com/kodinerds/repo/tree/master/addons/service.subtitles.tv4user</source>
</extension>
</addon>
<addon id="service.xbmc.playexternal" name="playexternal" version="0.10" provider-name="L0RE">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en"></summary>
<language></language>
<description lang="en"></description>
<disclaimer lang="en">Playing via dump videos.</disclaimer>
<license>Not specified yet</license>
<source>https://repo.lore.com</source>
<forum>h</forum>
</extension>
</addon>
</addons>