Linux Kodi 15.1: is possible to avoid caching for background images?
#1
Hi,

I have a slideshow running H24 as home backgrounds. Some of those pictures are actualized automatically (using python and imagemagick) to show some useful information of my store like the waiting line time. Problem is the images are cached, and are not actualized till I change to anther folder on settings.
Is there a way to avoid caching?

Thanks.
Reply
#2
http://mirrors.xbmc.org/docs/python-docs...e-setImage

should have the option you want
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
Is not exactly clear but I'll have a look on it. Thanks.
Reply
#4
some where in your python code where you the image is define you need to specify something like
self.image.setImage('special://home/scripts/test.png', False)

else you need to put you code public somewhere (like pastebin or something) so some devs can give you pointers
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#5
I've decided to create a new custom xml and load it. I'll open another thread for it if necessary.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 15.1: is possible to avoid caching for background images?0