Skip to content
jscott7 edited this page Jul 27, 2019 · 2 revisions

The PhotosScreensaver uses a Random generator with a seed based on the current timestamp.

This solves a problem with the old photo shuffle screensaver where it used the same seed based on the contents of the photos folder. If you had a thousand photos, then you would see them in the same order until you added new ones.

The root folder can be configured using the settings. The screensaver will traverse all folders in the tree and build a list of photos to display.

To deploy, build the Release target and copy the PhotosScreensaver.scr to a suitable location. Then right click and select Install. Open the settings to set your own root folder

Clone this wiki locally