fHDHR / fHDHR_plugin_origin_plutotv

Do What The F*ck You Want To Public License
3 stars 3 forks source link

XUMO #5

Closed ghost closed 3 years ago

ghost commented 3 years ago

Thanks for all of the work you put into this! Do you have any plans to adapt the software for XUMO?

deathbybandaid commented 3 years ago

First I've ever heard of it, but I can take a look to see if it's possible

deathbybandaid commented 3 years ago

Going to past this link here for future reference,

https://github.com/Lunatixz/KODI_Addons/blob/7185e0933597441abeed65b48a5c9e77efdc62e3/plugin.video.xumotv/resources/lib/xumotv.py

deathbybandaid commented 3 years ago

also for future reference for a NewsOn varient

https://github.com/Lunatixz/KODI_Addons/blob/7185e0933597441abeed65b48a5c9e77efdc62e3/plugin.video.newson/resources/lib/newson.py

deathbybandaid commented 3 years ago

well, the NewsOn varient is live, I'll look at the xumotv varient soon

deathbybandaid commented 3 years ago

putting another link here for an idea

https://github.com/chris102994/docker-toonamiaftermath/blob/master/rootfs/app/ToonamiAftermath/ToonamiAftermath/__init__.py

xumo is still on the list, but it's not super cleancut to figure out, and I've had other priorities with the codebase

deathbybandaid commented 3 years ago

I almost have the xumo variant coded, but the API is not super easy to work with.

To gather EPG data is a lot of API calls. Per Channel an API call has to be made for all 24 hours of the day, and this provides times of programs and a program id. Then we have to make an API call per program id to get only a couple details about the program.

We also then only get 1 days worth of data.