Kodi Community Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-11-21

Oops, cherry picking error. Again please.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - DiscoDuck - 2020-11-21

(2020-11-21, 11:28)sualfred Wrote: Oops, cherry picking error. Again please.

So far so good, only been running for 20 minutes but below is the behavior I can spot

I haven't received any memory errors in the log
When selecting a new movie in the Now playing or New coming the simplecache.db expands. Rebooting the device, selecting the same movie the db size remains the same & pictures are instantly loaded. Entering another new movie, db increases in size.
I also notice a faster initial load of the 2 categories after a reboot - assume that they are in cache now.

I will continue testing during the day, but initial impression is that there's been an improvement.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-11-21

Perfect, that's what I thought. I will prepare a clean new version for Leia and Matrix. Thanks for reporting and testing.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-11-22

New version of script.module.simplecache is in the repo and could update on your ned.. It's possible that this will makes you crash again, because the updated script.embuary.info is not there yet. 
If this is the case, just manually update to this https://github.com/sualfred/script.embuary.info/tree/leia . The PR is pending.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - DiscoDuck - 2020-11-22

(2020-11-22, 08:39)sualfred Wrote: New version of script.module.simplecache is in the repo and could update on your ned.. It's possible that this will makes you crash again, because the updated script.embuary.info is not there yet. 
If this is the case, just manually update to this https://github.com/sualfred/script.embuary.info/tree/leia . The PR is pending.
Thanks for taking the time and coming up with a fix. I had no issues related to this problem yesterday after your fix, so it seems to be working good.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Fuchs2468 - 2020-11-22

(2020-11-22, 08:39)sualfred Wrote: New version of script.module.simplecache is in the repo and could update on your ned.. It's possible that this will makes you crash again, because the updated script.embuary.info is not there yet. 
If this is the case, just manually update to this https://github.com/sualfred/script.embuary.info/tree/leia . The PR is pending.
Hello sualfred

There seems to be a problem with version 1.0.19 of script.module.simplecache.
With the new version, script.skin.helper.widgets (PVR => Recent recordings) no longer works.
I also deleted the simplecache.db, but it didn't help.
With version 1.0.17 or 1.0.18 everything works again.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-11-22

I only added a new method to force JSON caching, which is optional. Everything else is untouched. And without a log I can't help at all.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Fuchs2468 - 2020-11-22

(2020-11-22, 22:20)sualfred Wrote: I only added a new method to force JSON caching, which is optional. Everything else is untouched. And without a log I can't help at all.

Ok the log comes tomorrow.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Fuchs2468 - 2020-11-23

(2020-11-22, 22:20)sualfred Wrote:  
Here are the Kodi logs you want.

1. log with script.module.simplecache version 1.0.19 (does not work): https://paste.kodi.tv/ikeralaqey.kodi

2. log with script.module.simplecache version 1.0.17 (works): https://paste.kodi.tv/hihunejuto.kodi


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-11-23

I see no error and I only extended simplecache by a function, which is optional. Everything else is untouched. By the way, the previous version was 1.0.18 not 1.0.17.


Edit:
Ah, found something for Leia. Try this version and let me know if this changes something:
https://github.com/sualfred/script.module.simplecache/tree/leiatest


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Fuchs2468 - 2020-11-23

(2020-11-23, 14:36)sualfred Wrote: I see no error and I only extended simplecache by a function, which is optional. Everything else is untouched. By the way, the previous version was 1.0.18 not 1.0.17.


Edit:
Ah, found something for Leia. Try this version and let me know if this changes something:
https://github.com/sualfred/script.module.simplecache/tree/leiatest

I tried the trial version and it looks like everything is working again Smile

Only version 1.0.17 was on your repo.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sualfred - 2020-11-23

Yes, but in the offical Kodi repo. Anyway, thanks for reporting. PR is on the way to the official Kodi repo.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Fuchs2468 - 2020-11-23

Thanks for the quick help


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - roidy - 2021-01-09

@sualfred Please could you take a look at this https://github.com/sualfred/script.embuary.info/issues/66

I could be wrong but I think the add-on is hitting theMovieDB's api unnecessarily.


RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Majin01 - 2021-02-04

Hi Su, I saw earlier in the post you were discussing TMDBHelper integration with this great addon. Would you consider adding support to Play w/ TMDBHelper in the options for movies and shows that are not directly in the library?