aves
aves copied to clipboard
Random sort & aspect ratio sort
Hello all,
Here are two sorting methods that I think would be fairly useful and possibly easy to implement. I'll explain why individually.
Random order: good for reading comics or rediscovering images, easy to implement. If it is already a slideshow option, why not use the slideshow randomize instead?
- Slideshow lacks quick actions, unable to share, favourite, copy, etc.
- Slideshow makes you view images one at a time, so you can't go into mosaic mode and scan through quickly.
Aspect ratio/dimensions: good for finding a specific images for edge cases. In my opinion, less important than random order sort. Here's two use cases:
- I can't find an image, and I didn't label it properly nor do I remember the date. I do remember it was a portrait photo. As a last resort I can sort by aspect ratio.
- Surprisingly useful sorting: screenshots will be sorted automatically by aspect ratio and orientation; useful when other sort methods fail.
Thanks for considering the suggestion. Question as well; if these suggestions are approved, how long might it take to be added?
Regarding aspect ratio, there are a couple of things already available in the app:
- in the search page, there are the "Portrait" and "Landscape" filters,
- it's not a documented feature but in the search query (or the dynamic title filter) you can use a simple syntax like
width>20000
,height=2280
.
if these suggestions are approved, how long might it take to be added?
It does not work like that. When I have the time and energy, I develop or fix whatever I fancy. No order, no plan.
Thanks, i didn't know that was a search query thing; are there any other undocumented ones?
From memory, there's also "size" (in bytes, but it understand "k", "g" and "m" suffix too), "year", "month" (as a number), and "day".
Related:
- #735