Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly delete duplicate AAC music #5916

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

garciaadrian
Copy link
Contributor

All AAC files will generate the same hash for duplicate checking. This is due to the fields used for hashing are always empty strings for AAC files. So clementine will just keep the first aac song and delete the rest thinking it's a duplicate. I switched one of the fields to use basefilename which has never been empty in all of the files I've tested.

@garciaadrian
Copy link
Contributor Author

Fixes #5882 and #5576

@camgaertner
Copy link

This would break removing duplicates for songs with the same title and artist but different filenames though.

@sukrosono
Copy link

nice and correctly inform the user then let them choose what to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants