Posts: 3
Joined: Oct 2014
Reputation:
0
2014-10-31, 20:03
(This post was last modified: 2014-10-31, 20:53 by johannesoonk.)
Thanks Ronie. If I'm correct I could add "items = self._get_items()" to the while loop to get an automatic update? Would this create problems with the database or refreshing the thumbnails?
To refresh the index while showing the last image I would alter the following code. Would this be correct?
# define next image
if cur_img == self.image1:
cur_img = self.image2
order = [2,1]
else:
items = self._get_items()
cur_img = self.image1
order = [1,2]
Posts: 341
Joined: Feb 2014
Reputation:
2
Hi Ronie I'm using Aeon Nox Gotham Plus (4.1.1.9)
Posts: 3
Joined: Oct 2014
Reputation:
0
I can't get it to work. I cannot use "items = self._get_items()" anywhere in the loop of def _start_show. When I put it on any place in the loop it gives an error on startup. Does anyone know how check the images automatically? Ronie, is it even possible?
Posts: 473
Joined: Sep 2011
Reputation:
6
Somehow it's not working anymore on Kodi (I think it was working yesterday, but I might be going slightly bananas). If I point the screensaver to a single folder with photos, it works, when I point it to a tree of folders with photos, I get a screensaver of video fanart. I have edited the screensaver to disable caching btw, but that wasn't an issue before.
CoreElec on a tn95 (s905x). Onkyo NR-656. Canton Movie CD-1000. LG 55B6V.
If it ain't broke: break it, fix it, repeat
Posts: 393
Joined: Jan 2011
Reputation:
23
Is this supposed to work with an image plugin path? I've tried a few and haven't got any to work yet. The slideshow always falls back to showing video fanart.
Posts: 66
Joined: Dec 2012
Reputation:
0
Will give it a go and update... thanks.
Does this update include the dim all screen feature?