simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.19k stars 35 forks source link

Duplicate: Command has to be ran multiple times #244

Open ckocyigit opened 1 month ago

ckocyigit commented 1 month ago

I have a lot of duplicates due to an import at the moment.

If I run the duplicate command:

immich-go -server=https://im.xx.com -key=xxx duplicate -yes

It runs for a while and deletes some assets, but If I rerun the command it finds new duplicates. At the moment I'm running the command in a loop but there should be a better solution to this.

simulot commented 1 month ago

I'll refactor this part of the project soon. I'll check this problem at that time