![]() |
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: [Beta] New plugin "iPlayer WWW" - CaptainT - 2015-09-20 (2015-09-19, 17:58)Lunatixz Wrote: Thanks, proxy available for U.S. users? There is currently no proxy option available in the plugin. Since I have no experience using proxies and no way of testing it, I also have no short-term plan to add this feature. RE: [Beta] New plugin "iPlayer WWW" - CaptainT - 2015-09-20 (2015-09-20, 00:40)castalla Wrote: Live channels not working; Thanks for mentioning this. I fixed this bug in beta2, now available from the link in the first post. RE: [Beta] New plugin "iPlayer WWW" - CaptainT - 2015-09-20 (2015-09-20, 03:03)ld-cd Wrote: I noticed people mentioning proxys, is there some setting im missing, or are you just using proxychains? The word proxy is used in various ways here.
RE: [Beta] New plugin "iPlayer WWW" - CaptainT - 2015-09-20 (2015-09-20, 10:51)Dangelus Wrote: The only issue I've encountered is that it seems to list shows in alphabetical / numerical order. Since most iplayer shows that are continuing series are just listed as "Show Name, Date" ie "Question Time 16/09/2015" the order tends to get mixed up. Not a huge problem, just takes an extra step to look for the correct episode. Yes, I understand this is kind of annoying. The problem is: How to recognize dates in programme titles and how to sort them somewhat automatically? The only quick solution that comes to my mind would be to try and match dates and then reorder it. This way "Question Time, 16/09/2015" would become "Question Time, 2015/09/16". So dates in titles would then look strange, but it would at least be sorted in ascending order. Stupid thing is: To get the latest episode, you would need to scroll all the way to the end of the list. Would that be an improvement from your point of view? [Beta] New plugin "iPlayer WWW" - mikey1234_5 - 2015-09-20 You can pass the date to list item as premiered then sort order by date RE: [Beta] New plugin "iPlayer WWW" - Dangelus - 2015-09-20 (2015-09-20, 11:26)CaptainT Wrote:(2015-09-20, 10:51)Dangelus Wrote: The only issue I've encountered is that it seems to list shows in alphabetical / numerical order. Since most iplayer shows that are continuing series are just listed as "Show Name, Date" ie "Question Time 16/09/2015" the order tends to get mixed up. Not a huge problem, just takes an extra step to look for the correct episode. Yes I think it would. Additionally the end user can sort the list ascending / descending in the Kodi menu as to preference. RE: [Beta] New plugin "iPlayer WWW" - CaptainT - 2015-09-20 (2015-09-20, 11:34)mikey1234_5 Wrote: You can pass the date to list item as premiered then sort order by date Thanks, that sounds like a great idea! Didn't manage to get it to work with the premiered field, but it does work with the standard date. [Beta] New plugin "iPlayer WWW" - ed_davidson - 2015-09-20 (2015-09-19, 17:58)Lunatixz Wrote: Thanks, proxy available for U.S. users? Use UNOTELLY DynamoDNS it works a treat. I can get you a referral link if you wish. [Beta] New plugin "iPlayer WWW" - ed_davidson - 2015-09-20 All live channels working great here in Canada, using DynamoDNS. Many thanks. RE: [Beta] New plugin "iPlayer WWW" - CaptainT - 2015-09-20 (2015-09-20, 11:45)Dangelus Wrote: Yes I think it would. Additionally the end user can sort the list ascending / descending in the Kodi menu as to preference. I tried Mikey's suggestion and managed to get something similar to what he proposed to work. Please try beta4 and let me know if it works for you. Sorting by date should now be available in the Kodi menu and should work for shows which contain the date in the title. RE: [Beta] New plugin "iPlayer WWW" - Dangelus - 2015-09-20 (2015-09-20, 17:39)CaptainT Wrote:(2015-09-20, 11:45)Dangelus Wrote: Yes I think it would. Additionally the end user can sort the list ascending / descending in the Kodi menu as to preference. That's solved the problem completely. Fantastic! ![]() RE: [Beta] New plugin "iPlayer WWW" - UsefulG - 2015-09-20 Great add-on, thanks @CaptainT SWMBO is very happy now she can access iplayer again. RE: [Beta] New plugin "iPlayer WWW" - JDR82 - 2015-09-20 Cheers for the update working perfectly. RE: [Beta] New plugin "iPlayer WWW" - JPaul - 2015-09-20 Speaking as a keen user of Kodi, however someone who knows nothing about coding or the like can I just say thanks very much for this. Working superbly for me. RE: [Beta] New plugin "iPlayer WWW" - popcornmix - 2015-09-21 @CaptainT thanks for this. Working well for me on Pi. Any chance of adding a repo for this, so we get updates automatically? Info here: Add-on_repositories#Repository_Add-on (wiki) |