You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have a way to display people that appear exclusively in archived photos. Not being able to see "archived" people leads to the following issues:
When correcting facial recognition, It is possible to accidentally add multiple "People" entries for the same person since they don't show up in the "People" page to be found and selected
If you have multiple "People" entries representing the same person, it is not possible to merge them because you can't find and select a person that only appears in archived photos.
It's not possible to change an archived person's feature photo because no photos show up for them (0 assets).
I found this closed issue (#3443), but it doesn't really address these particular problems.
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables# The location where your uploaded files are stored
UPLOAD_LOCATION=/opt/immich/photos
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
DB_PASSWORD=[REDACTED]
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
Reproduction steps
1. Archive all photos of a particular person
2. See that the person can no longer be found with browsing or with search
3. See that this hampers much of the features surrounding updating featured photos for that person, merging with another person, etc.
Additional information
Potential workarounds are to temporarily un-archive the photos involved, but it would be nicer to be able to have the option to display people in archived photos.
The text was updated successfully, but these errors were encountered:
I used immich-go to upload all my images in already-named folders as albums. So all my images are in albums. No faces or people are showing up in 'explore'.
The bug
We need to have a way to display people that appear exclusively in archived photos. Not being able to see "archived" people leads to the following issues:
I found this closed issue (#3443), but it doesn't really address these particular problems.
The OS that Immich Server is running on
Debian 11
Version of Immich Server
v1.99.0
Version of Immich Mobile App
n/a
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1. Archive all photos of a particular person 2. See that the person can no longer be found with browsing or with search 3. See that this hampers much of the features surrounding updating featured photos for that person, merging with another person, etc.
Additional information
Potential workarounds are to temporarily un-archive the photos involved, but it would be nicer to be able to have the option to display people in archived photos.
The text was updated successfully, but these errors were encountered: