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

Exhaustive image rotation #47

Open
fn-ix opened this issue Apr 10, 2018 · 1 comment
Open

Exhaustive image rotation #47

fn-ix opened this issue Apr 10, 2018 · 1 comment

Comments

@fn-ix
Copy link

fn-ix commented Apr 10, 2018

It would be really nice if desk-changer had an option to show every image in an image pool such that once an image is displayed, it isn't displayed again until every other image in the pool has been displayed.

Perhaps this could be implemented by the extension creating an image "playlist" in the background every time a new profile is activated. Upon completion of the playlist, a new one would be made to retain a sense of randomness.

@BigE
Copy link
Owner

BigE commented Apr 12, 2018

I struggled with this when creating the extension on how to handle this exactly. My only concern was memory related when an unknown amount of images could be added to a specific profile. I would want to look at the memory footprint of the extension and try to make that as minimal as possible to do this, but I totally think it's possible. I think it's a fantastic idea altogether, and saving the state of the current profile would be very handy as well. Let's flush this out and really get the ideas solidified. I'd love to implement this! Thanks for the suggestion!

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

No branches or pull requests

2 participants