Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Start Random" option looks to be using the same random seed across multiple monitors #6

Open
wheee opened this issue Aug 1, 2020 · 2 comments

Comments

@wheee
Copy link

wheee commented Aug 1, 2020

If you have two (or more monitors) set to the same file directory (think of a huge photo dump from your Google Photos) and have the "Start Random" turned ON, then both monitors will start at the same picture and proceed to show the same pictures in sequence. (To clarify, the issue is that they start on the same picture and not the same sequence as I'm guessing that's the point). The Shuffle Image Order does work as expected across multiple monitors)

I think it would make more sense to have the monitors - if configured to use the same file directory to start on a different picture and have the same sequence.

Also would be good to confirm that if multiple monitors are using the same directory - that it's able to leverage the same indexing. I haven't stress tested it but I would like to have thousands of pictures in a folder and have all 4 monitors puling different photos from there. If 4 monitors are pointing to the same directory but using 4 different indexes in memory or what not then that wouldn't be as performant.

Another alternative to not having random seeds is to maintain a count in the database/index of photos of how many time they were displayed... and trend towards showing pictures with a lower count first.

@GabZach
Copy link
Owner

GabZach commented Aug 4, 2020 via email

@wheee
Copy link
Author

wheee commented Aug 4, 2020

Hi,

Sure thing, my email is [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants