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

Random sort & aspect ratio sort #933

Open
Chrisoyng opened this issue Mar 4, 2024 · 4 comments
Open

Random sort & aspect ratio sort #933

Chrisoyng opened this issue Mar 4, 2024 · 4 comments
Labels
collection model P3 valid issue to be addressed in the future page:collection type:feature New feature or request

Comments

@Chrisoyng
Copy link

Chrisoyng commented Mar 4, 2024

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?

  1. Slideshow lacks quick actions, unable to share, favourite, copy, etc.
  2. 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:

  1. 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.
  2. 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?

@Chrisoyng Chrisoyng added the type:feature New feature or request label Mar 4, 2024
@deckerst
Copy link
Owner

deckerst commented Mar 4, 2024

Regarding aspect ratio, there are a couple of things already available in the app:

  1. in the search page, there are the "Portrait" and "Landscape" filters,
  2. 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.

@deckerst deckerst added collection model P3 valid issue to be addressed in the future page:collection labels Mar 4, 2024
@Chrisoyng
Copy link
Author

Thanks, i didn't know that was a search query thing; are there any other undocumented ones?

@deckerst
Copy link
Owner

deckerst commented Mar 4, 2024

From memory, there's also "size" (in bytes, but it understand "k", "g" and "m" suffix too), "year", "month" (as a number), and "day".

@deckerst deckerst changed the title Two simple sorting methods Random sort & aspect ratio sort Mar 25, 2024
@deckerst
Copy link
Owner

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
collection model P3 valid issue to be addressed in the future page:collection type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants