Release TV Show Next Aired (Script) Addon, now w/TheTVDB data - 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: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Release TV Show Next Aired (Script) Addon, now w/TheTVDB data (/showthread.php?tid=186090) |
RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - Hitcher - 2020-04-08 Can't you add them to the ignore list? RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - User 448461 - 2020-04-08 They are excluded from library updates, but thats nothing to do with nextaired is it ? I dont mind using 6.0.15 as i also have a tv app on my phone to keep me up to date. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - Hitcher - 2020-04-09 (2020-04-08, 23:48)Danp Wrote: They are excluded from library updates, but thats nothing to do with nextaired is it ? No, there's an exclude option in the settings. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - User 448461 - 2020-04-09 where can i find this exclude option please RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - Hitcher - 2020-04-09 (2020-04-09, 12:08)Danp Wrote: where can i find this exclude option please RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - thezoggy - 2020-04-09 I looked at the bug issue and tracked it down to the dateutil bug I noted before. https://github.com/dateutil/dateutil/issues/197 This is fallout from me switching from the ancient dateutil that was included with the addon (before the bug was introduced) to using the xbmc script.module.dateutil version. Rather than downgrading back to the ancient version with outdated timezone there are a couple of ways to fix. The most elegant one is just to leave things as is and then for windows users switch to calling tzwinlocal instead of gettz which handles it. I saw notes that the dateutil maintainers were supposed to already do this on their side to keep interoperability but looks like it still has not been done. I should have some time tonight to test and correct locally and make a new version. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - User 448461 - 2020-04-10 (2020-04-09, 18:11)Hitcher Wrote:(2020-04-09, 12:08)Danp Wrote: where can i find this exclude option please Ah ok thanks RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - thezoggy - 2020-04-10 (2020-03-20, 23:17)Danp Wrote: ok skippr thanks. For those that have shows that are pre 1970 and use windows, can you try this version out: ~ removed link ~ I added a couple pre 1970 shows and could replicate the issue you saw. In situations with negative timezone offsets, it's possible for the interpreter implementation of `time.localtime()` to erroneously fail on Windows. In that case, it attempts to recover by reading the system time from the registry with `tzwininfo` by using tzwinlocal. I tested the fixed code on a win7+win10 box and see it working as expected. RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - User 448461 - 2020-04-10 just switched to 6.0.18 and working fine at the moment. nice one thezoggy TV Show Next Aired (Script) Addon, now w/TheTVDB data - Marklar - 2020-04-12 Can confirm 6.0.18 working fine on Win 10, thanks thezoggy RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - DiabboVerdde - 2020-04-21 (2020-04-10, 07:45)thezoggy Wrote:(2020-03-20, 23:17)Danp Wrote: ok skippr thanks. @thezoggy YOU ARE A LIFE SAVER. It's one of the few add-ons I use. I made a workaround with several of the fixes in this topic and I was using it in hopes someone could come up with a version that works. Please publish this version in the repo so everybody can benefit from it! Just installed on my RPi4 running the latest version of LibreELEC and it seems to work perfectly. Getting ready to update the living room tv that runs Android. DiabboVerdde TV Show Next Aired (Script) Addon, now w/TheTVDB data - Marklar - 2020-04-21 Agree this is a good version, will test out on my nvidia shield too RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - thezoggy - 2020-04-21 glad to hear, i've been running it now for a few weeks on my nvidia shields and on windows box. ill toss the updated code to github here shortly RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - bsoriano - 2020-04-21 (2020-04-21, 19:44)thezoggy Wrote: glad to hear, i've been running it now for a few weeks on my nvidia shields and on windows box. ill toss the updated code to github here shortly@thezoggy, I updated just now to 6.0.18, and attempted to reset all data and update the info for my tv shows. The process does not complete. I see this in the log:
Any ideas? Could it be the "." in the name of the show 11.22.63? It always stops there. Something I need to configure differently? Thank you for your help. Regards, Bart RE: TV Show Next Aired (Script) Addon, now w/TheTVDB data - thezoggy - 2020-04-22 (2020-04-21, 22:51)bsoriano Wrote:(2020-04-21, 19:44)thezoggy Wrote: glad to hear, i've been running it now for a few weeks on my nvidia shields and on windows box. ill toss the updated code to github here shortly@thezoggy, I updated just now to 6.0.18, and attempted to reset all data and update the info for my tv shows. The process does not complete. I see this in the log: i would say post your kodi logs, ts acting like you dont have dateutil installed |