kellnerd / harmony

Music Metadata Aggregator and MusicBrainz Importer
MIT License
22 stars 6 forks source link

Barcode collision #25

Closed kellnerd closed 2 weeks ago

kellnerd commented 2 weeks ago

Sometimes barcodes are not as unique as they should be...

635669065024 returns two different releases (different artists, but same label) with the iTunes, Spotify and Tidal providers. Deezer's API only returns one of them (YBC III), for the others it seems to be random which one is the first result that gets returned.

The iTunes provider at least warns about this, the other providers currently ignore this issue silently.

kellnerd commented 2 weeks ago

Somehow I can't assign this issue to you @phw, probably because you were neither active in this issue nor are you currently a collaborator for this repository. I guess you can't assign it to yourself either?

phw commented 2 weeks ago

No, assigning this is unfortunately not possible for me either.

kellnerd commented 2 weeks ago

Good to know. At least my theory about the activity of a user in an issue was right, now that you have commented, I could assign it to you.

I would like to invite you as a collaborator, but I first have to check whether I can limit access to GitHub Actions as I don't want every collaborator to be able to do deployments by default.