Kodi Community Forum
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)



RE: New plugin "iPlayer WWW" - Dumyat - 2018-09-17

(2018-09-17, 21:48)Hitcher Wrote: Definitely some site changes as music is borked again.
Oki doki. Thanks Hitcher


RE: New plugin "iPlayer WWW" - CaptainT - 2018-09-18

Thanks for the notice. Yes, they changed something. I took a quick look and the change seems rather annoying. It looks like we will need to load two HTML pages instead of one to get a list of episodes. Before, there was a redirect, which they obviously discontinued. This is so annoying because loading the HTML page takes up most time in the whole process. Parsing the HTML is pretty fast by now.

I am busy with family issues right now and will most likely only get to take a closer look next weekend or even early next week. This is fixable and will be fixed, I just need to find the time.


RE: New plugin "iPlayer WWW" - Hitcher - 2018-09-18

Take your time.


RE: New plugin "iPlayer WWW" - CaptainT - 2018-09-25

(2018-09-17, 21:45)Dumyat Wrote: I was trying to access the Box Set category earlier today via Hightlights>>Collection: Box Sets, but every show I selected seemed to open up and play a single episode, rather than opening the folder level for all the episodes available. Did something maybe change on the site?
OK, I finally managed to take a look at this issue. Unfortunately, this is not Kodi-related. What they did is remove all of the "View all episode" links from the "Box set" page. I have no idea why they did that, as for Categories it still exists. So the information we have been using is no longer on the Box set page. Instead, they want viewers to watch the first episode first, which will then show additional episodes and the "view all" button at the bottom of the page. This concept is contradictory to the add-on structure right now. If I was to use this, it would mean that even if you select a single episode, it would need to open up another folder, which would then contain the very same episode plus a folder of all episodes. If you go into that folder, you can select the initial episode again, which will give you a choice of the actual episode and a folder of all episodes. As you can see, this will lead to a strange nesting of folders.

The only way I can imagine to fix this right now without breaking a lot of other things is by adding a special case for "Box Sets". So for "Box Sets", Kodi would need to load each episode page in the background to get the "View All" link. Special cases like this are always prone to break other things and cause a lot of overhead, which is why I don't want to do this at the moment. From what I can see now, the "Box Sets" folder simply became useless with this change.

If you encounter a similar issue in another area, please report back.


RE: New plugin "iPlayer WWW" - CaptainT - 2018-09-25

(2018-09-17, 21:48)Hitcher Wrote: Definitely some site changes as music is borked again.
Can you elaborate which issue you get with music? I assume you refer to Categories->Music, correct? This is working well for me. But then, I may not have tested the same thing.


RE: New plugin "iPlayer WWW" - Hitcher - 2018-09-25

When selecting a show the list will only display the first label so they all end up looking the same.

Image

Also you can only find shows using categories; when you try to find the same thing in 'Program List A-Z' you just get 'can't find stream'.


RE: New plugin "iPlayer WWW" - CaptainT - 2018-09-25

(2018-09-25, 19:03)Hitcher Wrote: When selecting a show the list will only display the first label so they all end up looking the same.

Also you can only find shows using categories; when you try to find the same thing in 'Program List A-Z' you just get 'can't find stream'.
Oh, that is in Radio, not Video, right?

Totally different thing there.


RE: New plugin "iPlayer WWW" - Hitcher - 2018-09-25

Yes, I typed music when I meant radio. Sorry.


RE: New plugin "iPlayer WWW" - CaptainT - 2018-09-25

(2018-09-25, 19:19)Hitcher Wrote: Yes, I typed music when I meant radio. Sorry.
Please check if this commit fixes the issue for you, and if it has any side effects. Thanks.

If this does the trick, I can release an update in the next few days.


RE: New plugin "iPlayer WWW" - Hitcher - 2018-09-25

Categories now list both labels but A-Z lists are completely empty now.

Thanks.


RE: New plugin "iPlayer WWW" - CaptainT - 2018-09-25

(2018-09-25, 21:18)Hitcher Wrote: Categories now list both labels but A-Z lists are completely empty now.
That's annoying. I brought back the old code for A-Z in a separate function. Try this commit.

I assume A-Z is still not working perfectly, but at least it should work to a certain extent.


RE: New plugin "iPlayer WWW" - Hitcher - 2018-09-25

A-Z listing are working but still can't find streams.


RE: New plugin "iPlayer WWW" - CaptainT - 2018-09-26

(2018-09-25, 23:33)Hitcher Wrote: A-Z listing are working but still can't find streams.
Are streams missing for all programmes or just for some? If the latter, please give some examples.

Also: Which stream settings are you using for Radio?

To add context: I was able to play programmes from A-Z yesterday, but I only tried a few.


RE: New plugin "iPlayer WWW" - webmaher - 2018-09-26

today i try to play UHD streams but only stream 5 work ... resolution is only 1080... My HTPC with W10 is strong enough to play 4k HDR streams (internet 220/6Mb/s)
Thanks for this great addon  Smile


RE: New plugin "iPlayer WWW" - CaptainT - 2018-09-27

(2018-09-26, 20:36)webmaher Wrote: today i try to play UHD streams but only stream 5 work ... resolution is only 1080... My HTPC with W10 is strong enough to play 4k HDR streams (internet 220/6Mb/s)
Thanks for this great addon  Smile
Did 4k ever work for you before? If not, try adjusting the settings of inputstream.adaptive first. It is usually set to a maximum bitrate which limits the stream to 1080p. Also, you need to be on Leyia for 4k to work. Browse back a couple of pages in this thread for more information. Look for posts by peak3d, the lead developer of inputstream.adaptive.

Other than that: The 4k streams come and go, we never know which ones are on and which are not.