add-ons / plugin.video.viervijfzes

Kodi add-on to watch video-on-demand content from the Play 4, Play 5 and Play 6 channels.
https://github.com/add-ons/plugin.video.viervijfzes/wiki
GNU General Public License v3.0
50 stars 10 forks source link

Rebranding to GoPlay #64

Closed michaelarnauts closed 3 years ago

michaelarnauts commented 3 years ago
frankdpGH commented 3 years ago

Thanks for this remediation, working on my side.

wputman29 commented 3 years ago

@michaelarnauts , last time I checked yesterday, the tv guide didn't sync (yet) and it returned me an error when I refreshed the channels and guides in IPTV Manager, can you confirm that too?

michaelarnauts commented 3 years ago

@wputman29 Can you try with this zip, it's the latest code of this branch. I got IPTV Manager to work, but I don't know if I've updated the zips with that fix.

https://github.com/add-ons/plugin.video.viervijfzes/archive/goplay.zip (Leia only)

wputman29 commented 3 years ago

@wputman29 Can you try with this zip, it's the latest code of this branch. I got IPTV Manager to work, but I don't know if I've updated the zips with that fix.

https://github.com/add-ons/plugin.video.viervijfzes/archive/goplay.zip (Leia only)

@michaelarnauts Works fine, thank you :) . Just one remark, even though the icon and fanart are renewed in the zip, it still shows me the old 4 5 6 logos one on the video add-on logo, even after reinstalling. Is it somehow still referring to the old one before because this is just a fix, or am I missing something?

Reset of my kodi did the job. Thanks anyway ;)

michaelarnauts commented 3 years ago

@wputman29 Can you try with this zip, it's the latest code of this branch. I got IPTV Manager to work, but I don't know if I've updated the zips with that fix. https://github.com/add-ons/plugin.video.viervijfzes/archive/goplay.zip (Leia only)

@michaelarnauts Works fine, thank you :) . Just one remark, even though the icon and fanart are renewed in the zip, it still shows me the old 4 5 6 logos one on the video add-on logo, even after reinstalling. Is it somehow still referring to the old one before because this is just a fix, or am I missing something?

Reset of my kodi did the job. Thanks anyway ;)

I have also noticed this. It seems Kodi caches the add-on image. Not sure when Kodi updated this. Maybe after a restart?

wputman29 commented 3 years ago

@wputman29 Can you try with this zip, it's the latest code of this branch. I got IPTV Manager to work, but I don't know if I've updated the zips with that fix. https://github.com/add-ons/plugin.video.viervijfzes/archive/goplay.zip (Leia only)

@michaelarnauts Works fine, thank you :) . Just one remark, even though the icon and fanart are renewed in the zip, it still shows me the old 4 5 6 logos one on the video add-on logo, even after reinstalling. Is it somehow still referring to the old one before because this is just a fix, or am I missing something? Reset of my kodi did the job. Thanks anyway ;)

I have also noticed this. It seems Kodi caches the add-on image. Not sure when Kodi updated this. Maybe after a restart?

When clearing Kodi completely from scratch, it works fine with the new logo, but from the moment you import userdata, even when the app is not installed yet, the old logo comes back once you install it. I even tried removing all the userdata from the viervijfzes addon, it still happens. Is it possible IPTV manager caches that logo too, it's the only addon that I can think of that would use the data of it in order to send it to the PVR for the tv guide? Only a clean wipe of all userdata did it in the end, now it works fine with the new logo. Let's hope they keep it for a while ;)

MPParsley commented 3 years ago

Thank you very much for this update!

Not sure if this is related but I'm still experiencing some playback issues. I'm not seeing any indication of previously played items and somehow I can play all episodes from Masterchef S06 up until episode 12. As of 13 and up the video can't be played.

Tried both zip files mentioned in this PR and uninstalled/reinstalled the app.

Log output:

ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
ERROR: CCurlFile::Open failed with code 0 for https://wv-keyos.licensekeyserver.com/:
ERROR: AddOnLog: InputStream Adaptive: License server returned failure
ERROR: AddOnLog: InputStream Adaptive: License update not successful (no keys)
ERROR: AddOnLog: InputStream Adaptive: Initialize failed (SingleSampleDecrypter)
ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.viervijfzes/play/page/video%2Fmasterchef-usa%2Fmasterchef-usa-seizoen-6%2Fmasterchef-usa-s6-aflevering-14?channel=None]

Similar issue was reported in https://github.com/peak3d/inputstream.adaptive/issues/593. Possibly an issue with inputstream.adaptive?

Note: all episodes work fine on the website.

dagwieers commented 3 years ago

I have also noticed this. It seems Kodi caches the add-on image. Not sure when Kodi updated this. Maybe after a restart?

In the past we found that only when the add-on was updated in the Kodi repository, the add-on would reliably be changed in Kodi everywhere.

vermope commented 3 years ago

@wputman29 When updating the metadata from the settings menu all logos are renewed and visible.

michaelarnauts commented 3 years ago

@wputman29 Can you try with this zip, it's the latest code of this branch. I got IPTV Manager to work, but I don't know if I've updated the zips with that fix. https://github.com/add-ons/plugin.video.viervijfzes/archive/goplay.zip (Leia only)

@michaelarnauts Works fine, thank you :) . Just one remark, even though the icon and fanart are renewed in the zip, it still shows me the old 4 5 6 logos one on the video add-on logo, even after reinstalling. Is it somehow still referring to the old one before because this is just a fix, or am I missing something? Reset of my kodi did the job. Thanks anyway ;)

I have also noticed this. It seems Kodi caches the add-on image. Not sure when Kodi updated this. Maybe after a restart?

When clearing Kodi completely from scratch, it works fine with the new logo, but from the moment you import userdata, even when the app is not installed yet, the old logo comes back once you install it. I even tried removing all the userdata from the viervijfzes addon, it still happens. Is it possible IPTV manager caches that logo too, it's the only addon that I can think of that would use the data of it in order to send it to the PVR for the tv guide? Only a clean wipe of all userdata did it in the end, now it works fine with the new logo. Let's hope they keep it for a while ;)

I've also had this on my development machine, and I fixed it there by removing the Textures.db file in the Kodi userdata/database folder while Kodi wasn't running.

wputman29 commented 3 years ago

Thanks for checking 😊