fHDHR / fHDHR_plugin_origin_plutotv

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

xmltv Needs to be reworked to gather correctly #6

Closed badtou closed 3 years ago

badtou commented 3 years ago

This project is fantastic, and is working better than anything I've tried in the past. However there is still and issue where the guide data stops showing in Plex, and Channels DVR after the initial guide has been pulled. The workaround that seems to work is to clear the cache and refresh the guide.

deathbybandaid commented 3 years ago

That is the current workaround, I'll also note that you could also use a script to hit the api to clear the cache and update it.

/api/xmltv?method=clearcache&source=origin

/api/xmltv?method=update&source=origin

deathbybandaid commented 3 years ago

The problem with Pluto's API is that they provide EPG when EPG doesn't exist, so it's like useless information that fHDHR recieves and tries to make a guide out of

deathbybandaid commented 3 years ago

@badtou

https://github.com/deathbybandaid/fHDHR_PlutoTV/tree/duration_missing

I have a theory that some error handling I wrote for missing duration may be the key to determining if an "event" is real or not.

I'm going to be testing this locally, but if you want to give that a try, feel free