Duplicates from re-upload after metadata changes not detected #23206
Terrance
started this conversation in
Feature Request
Replies: 1 comment 2 replies
|
This sounds less like a bug and more like a feature request to make the duplicate utility work when machine learning is disabled. |
2 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 issues, both open and closed, to make sure this is not a duplicate report.
The bug
My workflow is to take photos from my phone, and later tag them via digiKam (with bidirectional sync of my camera folder). This means Immich will upload the untagged image at creation time, and upload a duplicate tagged version later.
As I understand it, the Duplicates utility is supposed to identify identical images, but requires ML (which I don't have configured) to do visual duplicates within a threshold. Currently none of these tagged duplicates are listed (despite a matching
asset.thumbhashin the database), and the utility has only ever shown No duplicates were found.The OS that Immich Server is running on
Arch Linux
Version of Immich Server
v2.1.0
Version of Immich Mobile App
v2.0.1 (F-Droid)
Platform with the issue
Device make and model
No response
Your docker-compose.yml content
n/a (installed via AUR)Your .env content
# /etc/immich.conf DB_HOSTNAME=localhost DB_DATABASE_NAME=immich REDIS_HOSTNAME=localhost IMMICH_MEDIA_LOCATION=/mnt/data/media/own/immich IMMICH_MACHINE_LEARNING_ENABLED=false IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003 MACHINE_LEARNING_CACHE_FOLDER=/var/lib/immich/.cacheReproduction steps
Relevant log output
Additional information
No response
All reactions