[Feature] More ways to filter pictures #239
Replies: 8 comments 4 replies
-
How would you envision the date range working? Say if a user has 2 albums and a person set via either the config or url? Or could this filter act as like a pseudo album? e.g. I also guess the same could be done with contains |
Beta Was this translation helpful? Give feedback.
-
Would a separate criteria, on the same level of albums and people, work for time based selections? Such as In terms of combining time with other selection criteria, if I am reading at the documentation correctly, album and people selections are currently combined with a logical OR. In order to maintain consistency, I guess time based selections should be added with an OR as well. In practice, I would likely use either album or time based selections, but not both at once. For me, this feature would be useful when I would like to display a set of pictures, such as from a recent holiday, that I have not yet sorted into albums (an activity that I always seem to be behind on.) This would be easy to achieve with a URL that cleared the album based selection (my default), and added the time based selection, such as As a side note, can the album selection list be cleared in the current version of kiosk? Adding In terms of url parsing, would restricting the search term to alpha-numeric text work? This would still greatly speed up album selection. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'll have to have a think about how it would work in it's final state ( Example when |
Beta Was this translation helpful? Give feedback.
-
Thanks, that looks quite useful. In terms of syntax, I found the meaning of |
Beta Was this translation helpful? Give feedback.
-
Nothing is set so we can change the keyword. Could be If you have any thoughts please pass them along 😊 |
Beta Was this translation helpful? Give feedback.
-
My confusion came from the inconsistency of the first parameter being inclusive, but the second date being exclusive. I can't think of any concise way to make this difference clear.
The other option is to make both dates inclusive. This would likely work in most cases, but does make selecting only 1 day a bit clunky: In the end this might might just be a documentation issue. |
Beta Was this translation helpful? Give feedback.
-
Yeah it's how the Immich api works So |
Beta Was this translation helpful? Give feedback.
-
To loop back to filtering album names by text strings, I was wondering if a syntax similar that used by either the redirects or multiple users interface would work? These interfaces essentially let users define text strings, but avoid the problem of parsing arbitrary text in urls. Something like:
Which could then be called with:
This concept could also be extended to filter people or tags by text strings. Besides simplifying configuration, it would make selecting larger groups of albums much less complex. Currently I have several configurations with lists of 50 plus albums, these large lists essentially require scripts to keep current. Thanks again! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
I was wondering if it would be possible to add more ways to filter pictures.
Thanks again for the great way to display pictures.
Beta Was this translation helpful? Give feedback.
All reactions