Ignore duplicates #1262
Replies: 3 comments 11 replies
-
This is a good idea. This feature doesn't currently exist but should be fairly easy to implement (assuming photos are 100% identical). Photos computes a fingerprint of each photo and checks that for dupes on import so osxphotos can compute the same fingerprint and do the check. |
Beta Was this translation helpful? Give feedback.
-
Wonderful! Can’t wait to test it!
… On 23 Nov 2023, at 20:15, Rhet Turnbull ***@***.***> wrote:
I've implemented --skip-dups for osxphotos import and will include this in the next release.
—
Reply to this email directly, view it on GitHub <#1262 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AO2PBI6BRMMFBXAKW77DON3YF6HCLAVCNFSM6AAAAAA6ZIWYG6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMNJUGI2DE>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Sorry to jump on this but feel it's related. I'm trying to do the same thing and looking to utilise Many thanks |
Beta Was this translation helpful? Give feedback.
-
Hey,
Maybe it doesn't exist, or maybe I simply can't find it. I'm trying to import photos to album, but only new ones. I would like to ignore duplicates. So far I tried:
osxphotos import --album "2024/album_name" --split-folder "/" --dup-check /path/to/photos/*
However, it force to check duplicates and I can decide for each photo should I ignore. Problem is, that even when I check "Apply for duplicates" and click "Don't import" I need to do it for each photo. Which can be tricky if I'll need to upload 1000 photos.
Is there any way to do it? Maybe you could consider option like "--dup-ignore"?
Beta Was this translation helpful? Give feedback.
All reactions