-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathaddons.xml
379 lines (359 loc) · 12.4 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
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="plugin.video.amazon"
name="Amazon"
version="0.6.9"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.demjson" version="1.4"/>
<import addon="script.module.mechanize" version="0.2.5"/>
<import addon="script.module.amazon.database" version="0.0.1"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Amazon Prime Video Streaming</summary>
<description>Movies and Television Shows for Prime Members</description>
<disclaimer>Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.baeble"
name="Baeble Music"
version="0.0.2"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.demjson" version="1.4"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Music Videos from Baeble</summary>
<description>Music Videos from Baeble</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.epix"
name="Epix HD"
version="0.1.1"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.demjson" version="1.4"/>
<import addon="script.module.mechanize" version="0.2.5"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary></summary>
<description></description>
<disclaimer>Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.espn3"
name="ESPN"
version="0.9.9"
provider-name="Ksosez,BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.mechanize" version="0.2.5"/>
<import addon="script.module.elementtree" version="1.2.7"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GPL 2.0</license>
<summary lang="en">ESPN</summary>
<description lang="en">Watch full live streaming sporting events online on ESPN, including football, baseball, cricket, soccer, and basketball events.</description>
</extension>
</addon>
<addon id="plugin.video.free.cable"
name="Free Cable"
version="0.5.4"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.demjson" version="1.4"/>
<import addon="script.module.free.cable.database" version="0.0.3"/>
<import addon="script.module.coveapi" version="0.2"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>US station aggregator</summary>
<description>"Free Cable is the ultimate aphrodisiac" - The Cable Guy</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.hulu"
name="Hulu"
version="3.4.5"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.elementtree" version="1.2.7"/>
<import addon="script.module.cryptopy" version="1.2.6"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Hulu video plugin</summary>
<description>Videos from Hulu.com</description>
<disclaimer>Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
</extension>
</addon>
<addon id="plugin.video.mtv"
name="MTV Music Videos"
version="0.0.6"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.demjson" version="1.4"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Music Videos from MTV</summary>
<description>Music Videos from MTV</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.nba"
name="NBA League Pass"
version="0.1.5"
provider-name="robla">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.httplib2" version="0.7.1"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="leaguepass.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>NBA League Pass is an online service offering streaming video of NBA games.</summary>
<description>NBA League Pass is an online service offering streaming video of NBA games.</description>
</extension>
</addon>
<addon id="plugin.video.reddit.bc"
name="Reddit Videos"
version="0.0.3"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.demjson" version="1.4"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Videos from reddit.com</summary>
<description>Videos from reddit.com</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.vevo"
name="VEVO"
version="0.7.3"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.demjson" version="1.4"/>
<import addon="script.module.mechanize" version="0.2.5"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Music Videos from VEVO</summary>
<description>Music Videos from VEVO</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.videolectures.net"
name="Video Lectures"
version="0.0.3"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
<import addon="script.module.demjson" version="1.4"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary></summary>
<description></description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.yahoo.music.videos"
name="Yahoo Music Videos"
version="0.0.3"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Music Videos</summary>
<description>Music Videos</description>
<platform>all</platform>
</extension>
</addon>
<addon id="repository.bluecop.xbmc-plugins" name="bluecop Add-on Repository" version="1.0.1" provider-name="bluecop">
<extension point="xbmc.addon.repository" name="bluecop Add-on Repository">
<info compressed="false">http://bluecop-xbmc-repo.googlecode.com/svn/trunk/addons.xml</info>
<checksum>http://bluecop-xbmc-repo.googlecode.com/svn/trunk/addons.xml.md5</checksum>
<datadir zip="false">http://bluecop-xbmc-repo.googlecode.com/svn/trunk/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Install Add-ons from bluecop Add-on Repository</summary>
<description>Video plug-ins for XBMC</description>
<disclaimer></disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="script.hululibraryautoupdate"
name="Hulu Library Auto Update" version="1.1.2" provider-name="robweber/pkscuot">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Update your XBMC Hulu Video Libraries on a timer.</summary>
<description lang="en">Requires the BlueCop Hulu plugin. </description>
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.amazon.database"
name="Amazon Database"
version="0.0.1"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.coveapi"
name="Cove API"
version="0.2"
provider-name="github.com/pbs/python-coveapi">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.cryptopy"
name="CryptoPy"
version="1.2.6"
provider-name="cryptopy.sourceforge.net">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.demjson"
name="demjson"
version="1.4"
provider-name="deron.meranda.us">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.free.cable.database"
name="Free Cable Database"
version="0.0.3"
provider-name="BlueCop">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.mechanize"
name="mechanize"
version="0.2.5"
provider-name="wwwsearch.sourceforge.net/mechanize/">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
<addon id="script.module.pycrypto"
name="pycrypto"
version="2.5"
provider-name="www.dlitz.net/software/pycrypto/">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
</extension>
</addon>
</addons>