2022-01-21, 16:07
Thanks @mame09 I'll try and check this out over the weekend.
Sorry I'm not really up on coding, can you explain the output log. What do the different numbers mean?
It's strange that the issue persists even when you remove the includes file containing the secondary list. That perhaps implies it's something wrong with the primary lists do you think?
As I understand it, preload only prefetches a max of 2 items (or rows/columns for a panel) - https://kodi.wiki/view/Image_Control.
And I think it only preloads images that have the background="true" argument included.
So without that argument, I think nothing should be preloaded and also the textures should only be loaded into memory when their visibility conditions are met: https://kodi.wiki/view/Image_Control
So it could well be that there is another culprit at play if you've disabled background loading. The only other lists I have that are loading textures would be the widgets on the home screen and the old ones on the video info. The home screen ones are new, the ones on the video info are a mess. If I can figure out how to use your addon, I'll see if disabling those makes a difference.
Sorry I'm not really up on coding, can you explain the output log. What do the different numbers mean?
It's strange that the issue persists even when you remove the includes file containing the secondary list. That perhaps implies it's something wrong with the primary lists do you think?
As I understand it, preload only prefetches a max of 2 items (or rows/columns for a panel) - https://kodi.wiki/view/Image_Control.
And I think it only preloads images that have the background="true" argument included.
So without that argument, I think nothing should be preloaded and also the textures should only be loaded into memory when their visibility conditions are met: https://kodi.wiki/view/Image_Control
So it could well be that there is another culprit at play if you've disabled background loading. The only other lists I have that are loading textures would be the widgets on the home screen and the old ones on the video info. The home screen ones are new, the ones on the video info are a mess. If I can figure out how to use your addon, I'll see if disabling those makes a difference.