-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
add an admin check for the preview max setting #31938
Conversation
f751c30
to
3a17952
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
5dbc704
to
20498f7
Compare
Considering what @skjnldsv said:
I would say it makes sense to:
Especially since 1920*1080 is by far the most used resolution on desktop worldwide: https://gs.statcounter.com/screen-resolution-stats/desktop/worldwide And the wording I would adjust additionally to what @Pytal said:
To this – mostly adjust "users" → "people" and specify the reason. Also, it should not be a warning but more of an "info"-level notice.
Just for the record since there might have been a misunderstanding – it was not really a request, but based on @nimishavijay’s thumbs up on this comment, right? #31938 (comment) |
No, this is very different from that PR and has been discussed/addressed before. |
Signed-off-by: szaimen <[email protected]>
20498f7
to
2bf389e
Compare
Signed-off-by: John Molakvoæ <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Please let get this in |
Another setup check people complain about 😞 What's the rational to have a configuration option when you see a warning with a different value? Picking a lower value for preview_max_x / preview_max_y is a common "trick" to reduce the disk usage for previews. |
Conflicts |
The whole issue with some previews being bigger than the original (when it's HEIC) really shows it's not the right approach, I would say. As it's meant to be a 'preview', it seems to make more sense to limit the size to something truly preview-territory like 1080P as Jan suggested and make sure viewers start loading the original after they loaded the preview. I believe the mobile apps already do this? |
Signed-off-by: szaimen [email protected]