summaryrefslogtreecommitdiff
path: root/plugin.video.iplayerwww/addon.xml
blob: 49292f4fda132a658cba7e68f17c5d04778817b1 (plain)
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.iplayerwww" name="iPlayer WWW" version="3.0.19" provider-name="CaptainT, Cas, ihurst, primaeval">
  <requires>
    <import addon="xbmc.python" version="2.25.0"/>
    <import addon="script.module.requests" version="2.7.0"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>audio video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">TV and Radio from BBC iPlayer</summary>
    <description lang="en">This add-on enables playing of Live and Catchup TV (UK only) and Radio content (UK or international) from the BBC iPlayer website. It is not created, maintained or in any way affiliated with the BBC. The add-on only provides an interface to access the BBC iPlayer website from Kodi.</description>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum>http://forum.kodi.tv/showthread.php?tid=239378</forum>
    <website></website>
    <email></email>
    <source>https://github.com/vonH/plugin.video.iplayerwww</source>
    <disclaimer>This add-on is a front end to the BBC iPlayer website. It is not an official BBC product. A UK TV Licence is required to watch the live, catch-up, or on-demand TV content.</disclaimer>
    <assets>
        <icon>resources/icon.png</icon>
        <fanart>resources/fanart.jpg</fanart>
    </assets>
    <news>
v3.0.19
Fixed Channel Highlights.

v3.0.18
Fixed Highlights (again).
Fixed BBCiD login.
Made Added and Watching more robust against some changes.

v3.0.17
Fixed Highlights.

v3.0.16
Categories now needs https.

v3.0.15
Fixed Highlights.

v3.0.14
Fix for new mediator HTML.
Live TV now uses a timestamp to avoid problems with "Hide watched".

v3.0.13
Fix for full URL for some programmes.

v3.0.12
Signed and AD streams must be treated separately.

v3.0.11
Added new stream kind and option for future stream kinds.

v3.0.10
Add support for live events (webcast).

v3.0.9
Fixed Channel A-Z.

v3.0.8
Add support for 'technical-replacement' stream type.

v3.0.7
Fixed Channel Highlights.
Removed dependency on InputStream Adaptive.
COMPATIBILITY NOTE: Stream protocol will automatically reset to HLS if InputStream Adaptive is missing.

v3.0.6
Fixed broken Channel A-Z.

v3.0.5
Fixed Categories (yet again).
Adapted to new design of episode pages.
Fixed broken Radio A-Z.

v3.0.4
Fixed broken BBC iD functionality.

v3.0.3
Fixed broken Categories (again).

v3.0.2
Fixed broken Categories.
Added support for Live https DASH streams.

v3.0.1
Optimized selection of catchup CDN internally.
COMPATIBILITY NOTE: Users need to set catchup source to "Any" when Autoplay is switched off
to get a choice of all CDNs.
Additional programme properties for better shortcut handling within Kodi.
Fixed Channel A-Z.

v3.0.0
Initial release for Kodi Krypton.
Support for DASH streams if inputstream.adaptive add-on is available.

v2.5.6
Added live TV channel BBC One South West.

v2.5.5
Fixed broken Highlights.
Added option to automatically sign in with BBCiD.
NOTE: If this option is enabled, users will always be signed in.

v2.5.4
Fixed missing icon image when using BBCiD.
Properly added new CDN Bidi (worked before just by chance).
Added option to select main menu entries.

v2.5.3
New image urls.

v2.5.2
Fixed typo.
Adapted to latest changes on the website.

v2.5.1
Fix for broken BBC iD functionality.
COMPATIBILITY NOTE:
Users need to sign in on the website once and provide additional data, e.g. their
postcode before using the updated BBC iD functionality in the add-on.

v2.5.0
New channel icons for TV and Radio by primaeval. Now all channels have dedicated icons.
Added warning regarding new TV Licence legislation.

v2.4.1
Fixed problem which caused too many playlists to be loaded.
Tidied up some code.

v2.4.0
Added more Red Button streams.
Added more regional Live TV.
Added option to disable Red Button warning pop-up.
Added icons for top level directories.

v2.3.4
Moved to different, hopefully more stable, source for Red Button streams.
Red Button now uses the same code as Watch Live.

v2.3.3
Fixed high quality Red Button streams.

v2.3.2
Fixed Radio Favourites and renamed to Added, as on the website.

v2.3.1
Fixed Favourites and renamed to Added, as on the website.

v2.3.0
Added mode which shows CBeebies/CBBC only.
Rearranged settings.
Moved translation to .po format. (already in 2.2.1)

v2.2.1
Fixed problem with new Highlights layout.
Fixed problem with new XML format.

v2.2.0
Added support for Red Button.
Fixed empty directory in Channel Highlights.

v2.1.3
Added more bitrate options for Radio.
Switched to new stable source for live TV.
COMPATIBILITY NOTE:
If autoplay is used for live TV, users MUST set their preferences for live TV bitrate again.

v2.1.2
Fixed missing live non-HD TV.

v2.1.1
Fixed live HD TV.

v2.1.0
Added support for international radio.
Set default Live TV to 1.7Mbps.
Live Radio max bitrate setting.
Removed BBC Three live.

v2.0.1
Reverted sorting of programmes back to previous default.
Fixed various warnings in the logfile.
Added support for Channel A-Z.

v2.0.0
Added support for radio.
Broke up code into different files.
Added option to sign out BBCiD.

v1.3.5
Fix for Unicode characters in subtitles.

v1.3.4
Fix for new URL of BBC Three.

v1.3.3
Fix for episode count in Favourites.

v1.3.2
Fixed missing multiple episodes in Favourites.
Added missing unescaping of HTML.
Fix for single page listings.
Minor fixes of potential errors.
Added optional settings for displaying programme lists.

v1.3.1
Fixed aired date in Favourites and Watching.
Fixed incompatibility with Python 2.6.

v1.3.0
Redesign of scrapers for more robustness, speed and ease of maintenance.
New progress bar during lengthy scrapes.
Search groups are supported again.
Fixed missing aired date.
Corrected and added dependencies.
Added support for keyword injection in Search.

v1.2.10
Fix for changed HTML layout.

v1.2.9
Fixed broken aired date.
Added rudimentary support for aired date in Categories.

v1.2.8
Temporarily removed support for search groups as it may cause Search to fail completely.

v1.2.7
Fixed bug in Categories with subtcategories, which was introduced in 1.2.6.

v1.2.6
Cleaned up scraping of aired date.
Fixed subtitles for newer programmes.
Fixed some missing channel icons for Live TV.

v1.2.5
Adapted to new design Highlights website.

v1.2.4
Added Channel Highlights.
Fixed missing plot bug in Watching.
Fixed bugs related to UTF-8 encoded v2.5.4
Fixed missing icon image when using BBCiD.
Properly added new CDN Bidi (worked before just by chance).
Added option to select main menu entries.

v2.5.3
New image urls.

v2.5.2
Fixed typo.
Adapted to latest changes on the website.

v2.5.1
Fix for broken BBC iD functionality.
COMPATIBILITY NOTE:
Users need to sign in on the website once and provide additional data, e.g. their
postcode before using the updated BBC iD functionality in the add-on.

v2.5.0
New channel icons for TV and Radio by primaeval. Now all channels have dedicated icons.
Added warning regarding new TV Licence legislation.

v2.4.1
Fixed problem which caused too many playlists to be loaded.
Tidied up some code.

v2.4.0
Added more Red Button streams.
Added more regional Live TV.
Added option to disable Red Button warning pop-up.
Added icons for top level directories.

v2.3.4
Moved to different, hopefully more stable, source for Red Button streams.
Red Button now uses the same code as Watch Live.

v2.3.3
Fixed high quality Red Button streams.

v2.3.2
Fixed Radio Favourites and renamed to Added, as on the website.

v2.3.1
Fixed Favourites and renamed to Added, as on the website.

v2.3.0
Added mode which shows CBeebies/CBBC only.
Rearranged settings.
Moved translation to .po format. (already in 2.2.1)

v2.2.1
Fixed problem with new Highlights layout.
Fixed problem with new XML format.

v2.2.0
Added support for Red Button.
Fixed empty directory in Channel Highlights.

v2.1.3
Added more bitrate options for Radio.
Switched to new stable source for live TV.
COMPATIBILITY NOTE:
If autoplay is used for live TV, users MUST set their preferences for live TV bitrate again.

v2.1.2
Fixed missing live non-HD TV.

v2.1.1
Fixed live HD TV.

v2.1.0
Added support for international radio.
Set default Live TV to 1.7Mbps.
Live Radio max bitrate setting.
Removed BBC Three live.

v2.0.1
Reverted sorting of programmes back to previous default.
Fixed various warnings in the logfile.
Added support for Channel A-Z.

v2.0.0
Added support for radio.
Broke up code into different files.
Added option to sign out BBCiD.

v1.3.5
Fix for Unicode characters in subtitles.

v1.3.4
Fix for new URL of BBC Three.

v1.3.3
Fix for episode count in Favourites.

v1.3.2
Fixed missing multiple episodes in Favourites.
Added missing unescaping of HTML.
Fix for single page listings.
Minor fixes of potential errors.
Added optional settings for displaying programme lists.

v1.3.1
Fixed aired date in Favourites and Watching.
Fixed incompatibility with Python 2.6.

v1.3.0
Redesign of scrapers for more robustness, speed and ease of maintenance.
New progress bar during lengthy scrapes.
Search groups are supported again.
Fixed missing aired date.
Corrected and added dependencies.
Added support for keyword injection in Search.

v1.2.10
Fix for changed HTML layout.

v1.2.9
Fixed broken aired date.
Added rudimentary support for aired date in Categories.

v1.2.8
Temporarily removed support for search groups as it may cause Search to fail completely.

v1.2.7
Fixed bug in Categories with subtcategories, which was introduced in 1.2.6.

v1.2.6
Cleaned up scraping of aired date.
Fixed subtitles for newer programmes.
Fixed some missing channel icons for Live TV.

v1.2.5
Adapted to new design Highlights website.

v1.2.4
Added Channel Highlights.
Fixed missing plot bug in Watching.
Fixed bugs related to UTF-8 encoded programme names.
Fixed HTML tags showing up in some Highlights programme names.

v1.2.3
Fixed various bugs in personalisation features.
Improved cookie handling.
Make sure the user data directory exists.

v1.2.2
Further localization of messages.
Fixed bugs in translations.

v1.2.1
Localized main menu entries and pop-up messages.

v1.2.0
Added personalisation features.
Fixed S4C live TV.
Final tweaks and fixes for Highlights section.
Added error pop-ups for requests.

v1.1.2
Adapted to new layout of Highlights page.
Part of this is still experimental and may need further fixes.

v1.1.1
Fixed bug in settings dialog.

v1.1.0
Added first aired date for episodes.
Redesigned user interface for manual stream selection and preferences dialog.
Cleaned up unneccesary code.
Improved error dialog.

v1.0.1
Fixup code to pep8 standard.
Convert to docstrings.
Fixed typo.
Added error dialog.

v1.0.0
Corrected a few typos.

v1.0.0rc4
Added additional sources for catchup content.
Adapted to new website layout in Highlights section.

v1.0.0rc3
Fixed bug in bitrate selection of live TV and catchup content.

v1.0.0rc2
Added regional channels for live TV.
Fixed display of icons for live TV.
Fixed bug in bitrate selection of live TV.
Fixed bug in bitrate selection of some catchup content.

v1.0.0rc1
Fixed bug in category and search view: Programmes with multiple episodes did not show up correctly.

v1.0.0beta5
Moved from urllib2 to requests (adds dependency to requests add-on from official repo).
Corrected ambiguous values in settings.

v1.0.0beta4
Added experimental support for sorting content by date, if the date is part of the title.

v1.0.0beta3
Fixed problem with some older catchup content, which was not found correctly.

v1.0.0beta2
Fixed typo in settings.
Fixed live TV for News, Parliament and Alba.

v1.0.0beta1
Initial release.
programme names.
Fixed HTML tags showing up in some Highlights programme names.

v1.2.3
Fixed various bugs in personalisation features.
Improved cookie handling.
Make sure the user data directory exists.

v1.2.2
Further localization of messages.
Fixed bugs in translations.

v1.2.1
Localized main menu entries and pop-up messages.

v1.2.0
Added personalisation features.
Fixed S4C live TV.
Final tweaks and fixes for Highlights section.
Added error pop-ups for requests.

v1.1.2
Adapted to new layout of Highlights page.
Part of this is still experimental and may need further fixes.

v1.1.1
Fixed bug in settings dialog.

v1.1.0
Added first aired date for episodes.
Redesigned user interface for manual stream selection and preferences dialog.
Cleaned up unneccesary code.
Improved error dialog.

v1.0.1
Fixup code to pep8 standard.
Convert to docstrings.
Fixed typo.
Added error dialog.

v1.0.0
Corrected a few typos.

v1.0.0rc4
Added additional sources for catchup content.
Adapted to new website layout in Highlights section.

v1.0.0rc3
Fixed bug in bitrate selection of live TV and catchup content.

v1.0.0rc2
Added regional channels for live TV.
Fixed display of icons for live TV.
Fixed bug in bitrate selection of live TV.
Fixed bug in bitrate selection of some catchup content.

v1.0.0rc1
Fixed bug in category and search view: Programmes with multiple episodes did not show up correctly.

v1.0.0beta5
Moved from urllib2 to requests (adds dependency to requests add-on from official repo).
Corrected ambiguous values in settings.

v1.0.0beta4
Added experimental support for sorting content by date, if the date is part of the title.

v1.0.0beta3
Fixed problem with some older catchup content, which was not found correctly.

v1.0.0beta2
Fixed typo in settings.
Fixed live TV for News, Parliament and Alba.

v1.0.0beta1
Initial release.
   </news>
  </extension>
</addon>