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
Lastfm & acoustid results are validated by a string distance algorithm similarStrings to increase the certainty that they match the requested track.
The same should be done for spotify track searches.
The same should be done for audiodb searches that are not based on MBID
Where a better "result selection" is needed, there are // TODO: use string distance comments. Though, the proper way of selecting a result might not simply be string distance but something more along the lines of what is done w/ acoustid results.
Potentially:
Select lastfm result w/ better algorithm (similar to what is done w/ acoustid results), marked with // TODO: can we do better
The text was updated successfully, but these errors were encountered:
Sheraff
changed the title
Spotify track results should be checked
Spotify & audioDB results should be checked
Nov 1, 2022
Lastfm & acoustid results are validated by a string distance algorithm
similarStrings
to increase the certainty that they match the requested track.Where a better "result selection" is needed, there are
// TODO: use string distance
comments. Though, the proper way of selecting a result might not simply be string distance but something more along the lines of what is done w/ acoustid results.Potentially:
// TODO: can we do better
The text was updated successfully, but these errors were encountered: