[Feature] Duplicate Detector - Synchronise metadata and album membership between duplicate images #10262
Replies: 9 comments 2 replies
-
I am facing similar issue. I have bunch of videos that were imported from Google Photos but also have had those videos in their original state. I would like to keep the original ones but while doing so not lose the album state of those videos. The immich-go duplicate command did nice job for all the images, but for the videos it didn't work that well, maybe give a try if only issue you have is images: https://github.com/simulot/immich-go?tab=readme-ov-file#command-duplicate |
Beta Was this translation helpful? Give feedback.
-
I just ran into the same scenario. Would very much welcome the ability to keep/copy metadata from the trashed version and store in the kept version. |
Beta Was this translation helpful? Give feedback.
-
Also want to add to this, i have a bunch of photos from google that i originally imported before i included albums, images are basically the same but some are in albums and some aren't |
Beta Was this translation helpful? Give feedback.
-
It would also be nice to be able to delete some and create a stash for others. I might have a degraded copy from am messengin app, an original JPG and an original RAW. Or it might detect some similar but not equal images and some lower quality copies as the same image. |
Beta Was this translation helpful? Give feedback.
-
I did a small search on the topic, regarding alternatives: Immich-go duplicate finder is based on filenames and dates, in contrast to the new immich native duplicate finder based on content similarity, which is more robust. Next to it, does not handle metadata, only harmonizes album membership after deduplication, see code. The other alternative: immich_duplicate_finder is doing content-based duplicate finding, but that has simple delete logic (code link), nothing else. |
Beta Was this translation helpful? Give feedback.
-
This feature would be very handy on iOS : if you choose to synchronise shared albums, you end up with a duplicated degraded version in the Immich album (unfortunately, iOS photos stores the shared album version in a lower resolution). So I currently I need to do a lot of manual step to keep the higher res in an Immich album. Being able to
would be amazing |
Beta Was this translation helpful? Give feedback.
-
Just as a info, I started on the implementation on this: #13851 |
Beta Was this translation helpful? Give feedback.
-
If i can add something, i would love if it would be possible to choose, maybe in settings, to choose a preferred format ( like between .heic and jpg ) |
Beta Was this translation helpful? Give feedback.
-
A quick and dirty script to synchronize albums but nothing else. #13851 looks very promising but I knew for my situation I just needed albums to sync to get on with the rest of my cleanup.
Take it for what it is. There's basically no error handling except to give up right away. In my several thousand dupes that needed syncing it had no problems. YMMV |
Beta Was this translation helpful? Give feedback.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
The new image (de)duplication feature is great but sorting out the duplicates it identifies can be hard.
I have many duplicate images where one version is added to an album and the other is not. Sometimes the copy I wish to keep is not added to an album and by trashing the other copy the album is then missing an image. Adding the replacement image back in to the album(s) manually is labour intensive - also see suggestion #10206.
More generally it would be nice to have the ability to synchronise the metadata between the two images before selecting one to delete. One image may have manually updated geolocation, date/time, description and album membership which I would like to copy to the version being kept so this information is retained.
Platform
Beta Was this translation helpful? Give feedback.
All reactions