agross / immich-duplicates

Find image and video duplicates in Immich.
136 stars 5 forks source link

Decisionmaking for different filetypes #17

Closed ckocyigit closed 7 months ago

ckocyigit commented 7 months ago

I do have a lot of dupes where one video (much higher file size) is compared to its thumbnail/picture.

I would like the decisionmaking to choose the video in that case. It could be that this is a user preference but is it possible to integrate that maybe as a setting?

This would be an example:

grafik

Also maybe a "Delete" button under each dupeview could be helpful to make detailed manual decisionmaking and continuing with ignore(i).

agross commented 7 months ago

FYI, the current algorithm prefers bigger files. Your videos will likely be preferred just because of that.

ckocyigit commented 7 months ago

Unfortunately not the case, the keep best asset button is greyed out and cant be used thats the entire reason for this issue

agross commented 7 months ago

I see: https://github.com/agross/immich-duplicates/blob/master/src/components/DuplicateGroup.vue#L117-L120

agross commented 7 months ago

For #18 I added a Delete button for each asset in a group. Does that help to some extend?

ckocyigit commented 7 months ago

That's actually exactly what I thought of

ckocyigit commented 7 months ago

grafik This is a bit confusing though and the delete button has no feedback at all which is not trusting 😆

agross commented 7 months ago

Fixed