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

Sub-second slideshow interval #1155

Closed
DannyBen opened this issue Oct 27, 2021 · 6 comments
Closed

Sub-second slideshow interval #1155

DannyBen opened this issue Oct 27, 2021 · 6 comments

Comments

@DannyBen
Copy link

It would be nice to be able to set slideshow interval as sub seconds: 0.3 for instance.

@d2phap
Copy link
Owner

d2phap commented Oct 26, 2022

Implemented in v8.7, you can set the interval as 4.3 but it must be >= 1 second.

@d2phap d2phap closed this as completed Oct 26, 2022
@DannyBen
Copy link
Author

but it must be >= 1 second.

Why this arbitrary limitation? I needed sub-second, not fraction second...

@d2phap
Copy link
Owner

d2phap commented Oct 26, 2022

@DannyBen
If the interval is smaller than 1, it may not be enough time for the app to load the image and render it on the viewer. If the image is large, it's sure that 1s is not enough.

I can reopen and implement this if you just use it for small images.

@DannyBen
Copy link
Author

Thank you for your consideration.

Of course, you know your app better, so if you feel this is going to create a bad experience for some users, I understand - it is no big deal, I can manage either way.

My use case was this: I had thousands of files that I wanted to do a "flash review" on - for quality control. One second was too slow, so I ended up creating a script that presses space (or right arrow, done remember) every 0.3 seconds. The increased speed was important for me.

If this limitation can be removed without too much hassle and without harming other users, I would love it.

@d2phap
Copy link
Owner

d2phap commented Nov 3, 2022

Published v8.7.11.6 to remove this restriction!

@d2phap d2phap closed this as completed Nov 3, 2022
@DannyBen
Copy link
Author

DannyBen commented Nov 3, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
V9 - Beta 3
Awaiting triage
Development

No branches or pull requests

2 participants