Release script.embuary.info - get TMDb data - the little ExtendedInfo brother - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300) +---- Thread: Release script.embuary.info - get TMDb data - the little ExtendedInfo brother (/showthread.php?tid=346034) |
RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - User 405025 - 2020-03-05 (2020-03-05, 16:44)sualfred Wrote: @mardukL may not be neccesary anymore , found my fault. I overread and therefore ignored the shipped list(id=1) tags in script-embuary-image.xml
Using
and removed the shipped image control
'resolved' my big fail I am very Sorry for confuse you.. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-03-05 @bsoriano upload me your videodb. I haven't enough data to reproduce it on my end. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - bsoriano - 2020-03-05 (2020-03-05, 16:59)sualfred Wrote: @bsoriano@sualfred, here is a link to the db: https://1drv.ms/u/s!AlII29kkG6TFiNl-MOCW_dC_4GEIfQ?e=GVc5hA Regards, Bart RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-03-05 @bsoriano Thanks. I still cannot reproduce it. See the attached screenshot of the next Wednesday (11.03). All items have 11.03. I've tested it with the timezone Canada/Atlantic. I'm running out of ideas. Because if you say you have items from the 4th. Marc listed... it's not even possible. Because Trakt is going to be called for 2020-03-05< RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - bsoriano - 2020-03-05 (2020-03-05, 17:24)sualfred Wrote: @bsoriano@sualfred, this is what I get for Tuesday, 10th March, which is correct, and for Wednesday 11, March (which is incorrect): And this is what I get if I select Next 7 days: Could it be a Windows only issue? I know the arrow module has issues in Windows, at least with Python 3. Regards, Bart RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-03-05 Nope, I'm using Windows as well. Try this branch: https://github.com/sualfred/script.embuary.info/tree/debug I found one logic error -> I have to call Trakt by using the UTC time. Maybe this was enough. Plus I've added logging when the items are going to be processed. Please upload it. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - bsoriano - 2020-03-05 (2020-03-05, 19:06)sualfred Wrote: Nope, I'm using Windows as well. @sualfred, I will be able to test later tonight. Regards, Bart RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - bsoriano - 2020-03-05 (2020-03-05, 19:06)sualfred Wrote: Nope, I'm using Windows as well.@sualfred, I was able to test just now, and there a no changes. When you said upload the log, do you mean a regular Kodi log aor do you want me to update a debug log? In case it is just a regular one, here you go: https://pastebin.com/KAnQN4Us Regards, Bart RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-03-05 Ok, I think I understand the issue. Will think about an solution. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-03-06 @bsoriano Please check the debug branch again. Should be fixed now. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - bsoriano - 2020-03-06 (2020-03-06, 08:25)sualfred Wrote: @bsoriano@sualfred , thanks! it is fixed now. Regards, Bart RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-03-06 Great, thanks. I also improved the caching. Once it's cached it will only take 1-2s on each daily Kodi boot. It includes a service that is refreshing this data on startup without entering the node. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - bsoriano - 2020-03-07 (2020-03-06, 16:04)sualfred Wrote: Great, thanks.@sualfred, thanks again. I am not seeing any positive impact from the caching or the service on successive kodi boots. It still takes a little while (more than a few seconds) to fill up the containers. Is there something that needs to be enabled in the addon settings? Regards, Bart EDIT: Please disregard. I had turned off caching in the addon settings. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - roidy - 2020-03-08 @sualfred , script.embury.info 1.2.4, every person seems to be dead Code: Container(10051).ListItem.Property(Deathday) RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-03-08 Corona mode. Edit: Fixed, thanks. |