-
-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Is your feature request related to a problem? Please describe.
In the "Albums" view, we can already see the owner of each photo. However, it's currently not possible to filter the view by user, which becomes problematic when multiple users contribute photos to a shared album. It’s difficult to isolate one person’s photos for management or download purposes.
Describe the solution you'd like
I'd like to be able to filter photos in an album by their owner (i.e., the user who uploaded them) and then download only the photos matching that filter. This would streamline content management in shared environments and allow individual users to retrieve only their own photos when needed.
Describe alternatives you've considered
Currently, the only workaround is to manually identify photos based on the owner label and download them one by one, which is inefficient and error-prone.
Additional context
The owner information is already present in the UI, so the backend association seems to be in place. The request is mostly for an enhanced filtering and download capability based on existing metadata.
Thank you !