You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great to have the possibility to perform a check if the Discogs release and the local release do match. For example if one track is missing on the local release, all tracks will be written wrong without a check.
The text was updated successfully, but these errors were encountered:
if the number of tracks matches the number returned by the discogs api, then we assume all is well. Right now tracks are sorted then matched alphabetically. In addition to a simple count, we should add basic string comparison to ensure there at-least X amount of similarity between source track name and the returned discogs track name.
Beets compares some values and returns the similarities in percent. I think this solution is quite nice. You could add a threshold parameter, like »everything beyond 70% similarity is okay«. Here is the relevant beets source.
Would be great to have the possibility to perform a check if the Discogs release and the local release do match. For example if one track is missing on the local release, all tracks will be written wrong without a check.
The text was updated successfully, but these errors were encountered: