[Feature] Advanced duplicate resolution options to prevent mobile re-upload loops #29832
Maxima356
started this conversation in
Feature Request
Replies: 1 comment
|
The deduplicate mechanism on upload doesn't (and won't) do anything smart like this, it's purely based on matching whether an already uploaded file (so not from an external library) has an identical contents checksum. |
0 replies
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.
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Describe the feature you'd like
When a user imports an external library (e.g., old phone backups or a family archive) and then connects a mobile device via the Immich app, it often generates a massive amount of duplicates.
Currently, Immich's duplicate mechanism operates on a quality-first basis. I would like to request more granular logic/options for handling these duplicates automatically during or after the import process.
Specifically, adding the following logic options in the duplicate/import settings:
Describe the injury or frustration this causes
Without this option, users have to manually review and delete thousands of duplicates.
Even worse, if a user manually deletes the wrong version of a duplicate (the one the phone thought it successfully backed up), the mobile app might detect it as "not backed up" and trigger a complete re-upload of those photos, creating an endless loop of duplicates. Sorting 1,500+ photos by hand for multiple family members is a painful user experience.
Describe alternatives you've considered
Additional context
This feature would make onboarding family members (who often have overlapping photo histories or existing manual backups on shared drives) much smoother and prevent the mobile client from fighting against the server's deduplication state.
Platform
All reactions