2015-08-14, 15:02
(2015-08-13, 14:57)RaHa Wrote:(2015-08-13, 14:45)dazzam Wrote: ... and opening them in the slideshow application on kodi.
I have finally worked out how to send a playlist to the screensaver slideshow, ...
Cheers,
Dam
Tell me more how!
When you go into the setting for your screen saver, there is an option to cache the image list (so the screen saver can start faster)
Then from the PC I go here: "\\192.168.1.6\Userdata\addon_data\screensaver.picture.slideshow" (your IP address will be different)
The cache file will look something like this: 88c3fd926a1278cc1a067b487e2ad501
If you open this in a text editor, that respects carriage returns without linefeeds, it should look something like this:
[['smb://STAGE/Photo/XBMC_Screensaver/2008/20080107_S2_Raft.jpg', ''],
['smb://STAGE/Photo/XBMC_Screensaver/2008/20080111_8204.jpg', ''],
['smb://STAGE/Photo/XBMC_Screensaver/2008/20080111_8218.jpg', '']]
You can then copy into the texteditor, the image files that you want in your screen saver. Careful, if you have a single quote in the filename.
These days, I just use my image database program(IMatch) to create this file for me(scriptable), since we now know the format that the screensaver uses.
Of course on xbmc/kodi, you do not want to refresh the cache file now, or it will overwrite your work. (I'd suggest keeping a copy on the PC in case this happens.)
If you are keeping multiple image lists on the PC, when you choose one to use, you will need to copy it over the currently named cache file. I've noticed the cache file name changes occasionally.
This post probably should have gone into Picture Slideshow Screensaver
cheers,
DM