add-ons/plugin.video.yelo

Improve speed loading channel list

Opened this issue · 3 comments

Loading EPG data alongside the channel information should go faster. This doesn't really seem to be an issue on faster devices, but is on slower ones for example an RPI3.

Probably caused because of using "schedule-day" instead of schedule-time like in pre v1.0.0.

This change was made because iptvmanager needs the schedule for the whole day. But when listing channels from the add on itself , not the daily shedule needs to be fetched.

Because these files are larger, this explains the longer delay before the list is eventually loaded.

It takes almost 30 seconds for the add-on to show the 71 channels listing.
12 of these channels do not even work (see #14)

I think this is fixed now, at least I do not longer have this issue with the master branch.