Feature request: filter favourites within selected sources #791
hyungyunlim
started this conversation in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request
Add a general
filter_favorites/filter_favouritesoption that limits the kiosk to favourite assets while still respecting the currently selected sources.Use case
I want to show only favourite assets from a selected source, for example:
The current
album=favoritesstyle behavior works as a global favourites source, but it does not cover the case where favourites should be used as an additional filter on top of another source selection.Proposed behavior
album=favoritesspecial keyword as global favourites.Rationale
Immich search request DTOs already support
isFavoritealongside source filters such asalbumIds,personIds,tagIds, andrating. Treating favourites as a general filter should keep filtering server-side where possible and avoid making favourites an album-specific workaround.Related context
This was originally explored in PR #786, but it should be tracked as an issue/feature request first rather than as an unsolicited PR.
Beta Was this translation helpful? Give feedback.
All reactions