![]() |
Release "iPlayer WWW" add-on - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release "iPlayer WWW" add-on (/showthread.php?tid=353349) Pages:
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
|
RE: New plugin "iPlayer WWW - CaptainT - 2016-02-02 (2016-02-02, 00:06)cmaines Wrote: This occurs with the Tracey Ullmann Show - I can watch episode 1, but not 2 or 3. I actually could watch episode 2 before the update of iPlayer WWW to 1.3.3. I also forgot to mention that the channel highlights for BBC 3 are empty, and this has also been the case since the update to 1.3.3 The issue with BBC Three is independent of 1.3.3. The Beeb moved the URL and this is fixed in 1.3.4. I will look into the other issue. Since you say it was introduced with 1.3.3, I assume it is related to the unescaping of all HTML. Possibly something breaks the URL or PID for this episode. If that's the case, then solving one problem created a whole lot of others. RE: New plugin "iPlayer WWW" - primaeval - 2016-02-02 (2016-01-29, 03:23)Oddsodz Wrote: Peek aboo all. Long time user of the iPlayer addon here. I've started work on the Radio section. It is not perfect but it works. If you want to try it out go here: https://github.com/primaeval/plugin.video.iplayerwww/tree/radio RE: New plugin "iPlayer WWW" - cmaines - 2016-02-02 (2016-02-02, 08:26)CaptainT Wrote:(2016-02-02, 00:06)cmaines Wrote: This occurs with the Tracey Ullmann Show - I can watch episode 1, but not 2 or 3. I actually could watch episode 2 before the update of iPlayer WWW to 1.3.3. I also forgot to mention that the channel highlights for BBC 3 are empty, and this has also been the case since the update to 1.3.3 I can play episode 4 (as well as 1) of the Tracey Ullmann Show. Episodes 2 and 3 still fail. RE: New plugin "iPlayer WWW" - CaptainT - 2016-02-02 (2016-02-02, 15:50)cmaines Wrote: I can play episode 4 (as well as 1) of the Tracey Ullmann Show. Episodes 2 and 3 still fail. I can play them all as long as I don't use subtitles. So just to make sure that I am looking at the same issue: Are you using subtitles? Edit: I think I found the answer to that question in one of your previous posts. I am preparing 1.3.5 right now, which will fix this issue. Thanks for reporting! RE: New plugin "iPlayer WWW" - cmaines - 2016-02-03 (2016-02-02, 18:44)CaptainT Wrote:(2016-02-02, 15:50)cmaines Wrote: I can play episode 4 (as well as 1) of the Tracey Ullmann Show. Episodes 2 and 3 still fail. Excellent! I've updated to 1.3.5 and the issue is resolved. All is working fine now. Thanks! RE: New plugin "iPlayer WWW" - iainmacleod - 2016-02-03 If I VPN from the USA, is it expected I can playback live but not catch-up? RE: New plugin "iPlayer WWW" - Grand Total - 2016-02-03 (2016-02-03, 06:14)iainmacleod Wrote: If I VPN from the USA, is it expected I can playback live but not catch-up?Technically you should be able to do both. Ethically you can do neither. RE: New plugin "iPlayer WWW" - iainmacleod - 2016-02-03 If I could pay the UK license fee and have access I would. Technically I can't do both. It fails when trying to playback The Rat Pack movie. Where do I need to look in the logs, do I have to turn on debug - or does the add-on store it's own logs somewhere? RE: New plugin "iPlayer WWW" - Grand Total - 2016-02-03 (2016-02-03, 19:49)iainmacleod Wrote: If I could pay the UK license fee and have access I would.You, me and probably millions of others worldwide too, would like the opportunity to pay for iPlayer access. Actually I still pay quite a lot of UK tax, so i don't feel quite so bad. Does it even start to play the movie? If it does then try changing stream settings - I suggest 2.4Mbps Akamai (still 720p), or even lower bitrate. If the stream does not even start, try using iPlayer in a browser, just to check that it is possible before trying to debug Kodi. RE: New plugin "iPlayer WWW" - cmaines - 2016-02-04 Oops. Sorry, stupid browser reposted an old posting by accident. I would delete it if I could. RE: New plugin "iPlayer WWW" - CaptainT - 2016-02-07 Today, I would like to draw your attention to some recent developments in the add-on. After the requests for radio content in the last weeks, primaeval has put in a tremendous amount of work to integrate radio into the add-on. This huge improvement warrants a new major version, which is why the next release will most likely be called 2.0.0. Knock on wood that we won't need an urgent bug fix before that. A huge thanks for this to primaeval! Since the mix of radio and TV content created a long and quite ugly add-on script, I decided to break up the source code into separate parts. The result of this process can be found in the development branch of the add-on on GitHub. I would like to invite everyone interested to try out the current status 2.0.0~beta by downloading it from GitHub. There are most certainly still some bugs in the code and any feedback is appreciated. Once there is some positive feedback, I will release 2.0.0 and submit it to the official repo. RE: New plugin "iPlayer WWW" - Grand Total - 2016-02-07 (2016-02-07, 17:20)CaptainT Wrote: I would like to invite everyone interested to try out the current status 2.0.0~beta by downloading it from GitHub. There are most certainly still some bugs in the code and any feedback is appreciated. Once there is some positive feedback, I will release 2.0.0 and submit it to the official repo.Is it just me? I cannot see any references to radio whatsoever, where should I be looking? RE: New plugin "iPlayer WWW" - CaptainT - 2016-02-07 (2016-02-07, 17:51)Grand Total Wrote: Is it just me? I cannot see any references to radio whatsoever, where should I be looking? You need to access the add-on via "Audio" in Kodi. If you access it through "Video", you will only see the TV content. RE: New plugin "iPlayer WWW" - primaeval - 2016-02-07 (2016-02-07, 17:57)CaptainT Wrote:(2016-02-07, 17:51)Grand Total Wrote: Is it just me? I cannot see any references to radio whatsoever, where should I be looking? Also, you might need to restart Kodi. I'm not convinced Kodi reads the addon.xml with the new audio functionality without a restart. RE: New plugin "iPlayer WWW" - MikeKL - 2016-02-07 (2016-02-07, 17:20)CaptainT Wrote: Today, I would like to draw your attention to some recent developments in the add-on.Installed latest beta and am playing Radio 2 right now (via Music -> add-ons -> iPlayer WWW -> Listen Live High Quality) and working great. (will test available options in next few days) Thanks @primaeval and @CaptainT for all your hard work in adding BBC radio in iPlayer WWW 2.0.0~beta, very much appreciated ![]() ![]() |