-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Random swapping covers #8618
Comments
Commented by: daschuer Both cover have the same hash "166" |
Commented by: daschuer |
Commented by: daschuer I think that can be solved, by comparing the new cover, and the existing cover with the same 16 bit CRC byte by byte. What do you think? |
Commented by: daschuer Using the CRC as unique ID is a failure by design. All files with the same embedded cover art will have the location of the first occurred track with this cover. If the CRC of the cover at the ID location changes, all other files have to invalidate this ID and fall back to its own location or an other track with the same cover. We have to make sure that the case works flawlessly when a user exchanges the cover.jpg in a folder. Any idea? |
Commented by: Be-ing Should this be fixed for 2.1 or postponed? |
Commented by: uklotzde I would recommend to postpone it, because it is more or less an inconvenience and requires substantial changes. Maybe we can come up with a clever strategy how to detect and update existing database entries on the fly. Cover art from the audio file will be imported together with the rest of the metadata. Since writing metadata back into files is still disabled, re-importing both from the external audio file is dangerous. But we can reload just the cover image, either automatically as required or by providing a new user action. |
Commented by: Be-ing Okay, removing the 2.1 milestone then. If you or Daniel want to commit to fixing it for 2.2, go ahead and assign the bug to that milestone. |
Commented by: rryan Due to lack of progress, marking Triaged and clearing assignee. Feel |
Issue closed with status Fix Committed. |
Reported by: daschuer
Date: 2016-07-27T21:57:53Z
Status: Fix Committed
Importance: Medium
Launchpad Issue: lp1607097
I have two tracks which are randomly swapping covers.
It can happen that the Library row shows one cover and the Big cover art shows the other.
After restarting Mixxx it can be the other way round.
Reloading the cover from the file, does not change anything.
Tested with Mixxx 2.1-pre-alpha r5830
The text was updated successfully, but these errors were encountered: