forked from prof-membrane/repository.membrane
-
Notifications
You must be signed in to change notification settings - Fork 9
/
addons.xml
287 lines (268 loc) · 16.5 KB
/
addons.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="Gigathek" name="Deutsche öffentlich-rechtliche TV-Mediatheken" version="1.0.18.1" provider-name="68000a">
<extension point="xbmc.addon.repository" name="Deutsche TV-Mediatheken Add-on Repository">
</extension>
<extension point="xbmc.addon.metadata">
<summary>Deutsche öffentlich-rechtliche TV-Mediatheken</summary>
<description>Download and install addons for German TV media libraries. Compatible with Kodi 17 "Krypton", Kodi 18 "Leia" and Kodi 19 "Matrix".</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.3satmediathek" name="3sat Mediathek" version="1.3.8" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.lib3sat" version="1.2.10"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/plugin.video.3satmediathek</source>
<summary lang="en">Videos from the 3sat Mediathek.</summary>
<description lang="en">This add-on provides access to the 3sat Mediathek (www.3sat.de/mediathek/). Videos may be geolocked to Germany.</description>
<summary lang="de">Sendungen und Beiträge aus der 3sat Mediathek.</summary>
<description lang="de">Dieses Add-on bietet Zugriff auf die Mediathek von 3sat. Hier gibt es Sendungen und Dokumentationen zum Abruf.</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.ardmediathek_de" name="ARD Mediathek" version="5.1.7" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.libard" version="5.1.42"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/plugin.video.ardmediathek_de</source>
<summary lang="en">Watch videos on demand from the ARD Mediathek.</summary>
<description lang="en">Watch videos on demand from the ARD Mediathek.</description>
<summary lang="de">Videos aus der Mediathek des ARD.</summary>
<description lang="de">Dieses Add-on bietet Zugriff auf die Inhalte der ARD Mediathek. Vergangene Serien, Filme und Nachrichten können hier abgerufen werden.</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.artemediathek" name="Arte Mediathek" version="1.0.13" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.libarte" version="1.0.29"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
</extension>
</addon>
<addon id="plugin.video.brmediathek" name="BR Mediathek" version="1.1.6" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.libbr" version="2.0.14"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/plugin.video.brmediathek</source>
<summary lang="en">This is an add-on for the BR Mediathek http://www.br.de/mediathek/video/index.html.</summary>
<description lang="en">This add-on provides access to the German VOD platform http://www.br.de/mediathek/video/index.html.</description>
<summary lang="de">Sendebeiträge der BR Mediathek.</summary>
<description lang="de">Dieses Add-on bietet Zugriff auf die Bibliothek des BR. Zur Auswahl stehen unter anderem Dokumentationen und Serien.</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.kikamediathek" name="KiKa Mediathek" version="2.0.7" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.libkika" version="2.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/plugin.video.kikamediathek</source>
<summary lang="en">This is an add-on for http://www.kika.de/.</summary>
<description lang="en">This add-on provides access to the German VOD platform http://www.kika.de/.</description>
<summary lang="de">Videos aus dem Kinderkanal von ARD und ZDF.</summary>
<description lang="de">Dieses Add-on bietet Zugriff auf Kindersendungen des KiKas. Der Kinderkanal ist ein Gemeinschaftsprojekt von ARD und ZDF.</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.wdrmediathek" name="WDR Mediathek" version="1.2.5" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.libwdr" version="1.2.11"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/plugin.video.wdrmediathek</source>
<summary lang="en">View videos from the German tv broadcaster "WDR".</summary>
<description lang="en">This add-on lists the videos of the WDR Mediathek (www1.wdr.de/mediathek/video). Videos may be geolocked.</description>
<summary lang="de">Die Mediathek des WDR.</summary>
<description lang="de">Dieses Add-on bietet Zugriff auf die Mediathek des WDR. Hier gibt es Nachrichten, Dokumentationen und andere Beiträge.</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.zdf_de_lite" name="ZDF Mediathek" version="4.1.8" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.libzdf" version="2.1.29"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/plugin.video.zdf_de_lite</source>
<summary lang="en">Watch videos on demand from the ZDF Mediathek.</summary>
<description lang="en">Watch videos on demand from the ZDF Mediathek.</description>
<summary lang="de">Videos aus der Mediathek des ZDF</summary>
<description lang="de">Dieses Add-on bietet Zugriff auf die Inhalte der ZDF Mediathek. Vergangene Serien, Filme und Nachrichten der Sender ZDF, ZDF Info und ZDF Neo können hier abgerufen werden.</description>
<disclaimer lang="de">Dieses Add-on wird von keiner Sendeanstalt unterstützt und ist daher inoffiziell.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.zdftivi" name="ZDF Tivi" version="1.0.4" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.libmediathek3" version="1.5.29"/>
<import addon="script.module.libzdf" version="2.1.27"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>de</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
</extension>
</addon>
<addon id="script.module.lib3sat" name="lib3sat" version="1.2.10" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.libmediathek3" version="1.5.34"/>
<import addon="script.module.beautifulsoup4" version="4.5.3"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Scraper library for the 3sat Mediathek http://www.3sat.de/mediathek/.</summary>
<description lang="en">Scraper library for the 3sat Mediathek http://www.3sat.de/mediathek/.</description>
</extension>
</addon>
<addon id="script.module.libard" name="libard" version="5.1.45" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.libmediathek3" version="1.5.34"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/script.module.libard</source>
<summary lang="en">This is a scraper for http://www.ardmediathek.de/tv.</summary>
<description lang="en">This is a scraper for http://www.ardmediathek.de/tv.</description>
</extension>
</addon>
<addon id="script.module.libarte" name="libarte" version="1.0.29" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.libmediathek3" version="1.5.34"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">This is a scraper for http://arte.tv.</summary>
<description lang="en">This is a scraper for http://arte.tv.</description>
</extension>
</addon>
<addon id="script.module.libbr" name="libbr" version="2.0.17" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.libmediathek3" version="1.5.34"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/script.module.libbr</source>
<summary lang="en">This is a scraper for the BR Mediathek (http://www.br.de/mediathek/video/index.html).</summary>
<description lang="en">This is a scraper for the BR Mediathek (http://www.br.de/mediathek/video/index.html). It uses the JSON API of the Android app.</description>
</extension>
</addon>
<addon id="script.module.libkika" name="libkika" version="2.0.8" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.libmediathek3" version="1.5.34"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/script.module.libkika</source>
<summary lang="en">This is a scraper for the KiKa Mediathek (http://www.kika.de).</summary>
<description lang="en">This is a scraper for the KiKa Mediathek (http://www.kika.de).</description>
</extension>
</addon>
<addon id="script.module.libmediathek3" name="libmediathek3" version="1.5.36" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/script.module.libmediathek3</source>
<summary lang="en">Supplementary lib for Mediathek add-ons.</summary>
<description lang="en">This lib is a mini framework. It is used in following "Mediathek" Scrapers: 3sat, ARD, BR, Das Erste, SR, WDR, ZDF.</description>
</extension>
</addon>
<addon id="script.module.libwdr" name="libwdr" version="1.2.12" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.libmediathek3" version="1.5.34"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/script.module.libwdr</source>
<summary lang="en">This is a scraper for content of the German broadcaster "WDR".</summary>
<description lang="en">This is a scraper for content of the German broadcaster "WDR".</description>
</extension>
</addon>
<addon id="script.module.libzdf" name="libzdf" version="2.1.29" provider-name="68000a">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.libmediathek3" version="1.5.34"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/68000a/Gigathek/tree/master/code/script.module.libzdf</source>
<summary lang="en">This is a scraper for the ZDF Mediathek (http://www.zdf.de).</summary>
<description lang="en">This is a scraper for the ZDF Mediathek (http://www.zdf.de).</description>
</extension>
</addon>
</addons>