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
featured artists are handled very inconsistently across the various platforms, with Spotify removing feats and putting them in the artist field, Deezer keeping feat in the title and the artist field, and Apple Music only keeping feats in the track title. I think if a service has a featured artist, this should be reflected in the harmonized data, both on the track level and potentially on the release level (if all tracks have the same feat, especially for singles)
here's a decent cross section of the variants on this release
The text was updated successfully, but these errors were encountered:
In the example shown above, "feat." should be preserved, and not converted to "&" (that's what Spotify does, but that's incorrect).
From my experience, most sources will use "title (feat. B)" by A and only Spotify will use "title" by A & B.
There are often variations for: title feat. X, title (feat. X), title (ft. X), title (with X), etc...
Plus language-related variations, for example a French release might have "title (avec X)" on some platforms, and "title (feat. X)" on others.
Plus capitalization variations.
In the example above, we have 3 sources for most tracks, 2 showing (feat. X) and 1 with raw title, they could be used: Spotify gives a list of artists, others sources list artists in title:
title by C, A, B
title (feat. A & B) by C
I would expect we get: title by C feat. A & B when adding this to MB.
We clearly need some heuristics here, and perhaps suggest a set of options in complex cases.
featured artists are handled very inconsistently across the various platforms, with Spotify removing feats and putting them in the artist field, Deezer keeping feat in the title and the artist field, and Apple Music only keeping feats in the track title. I think if a service has a featured artist, this should be reflected in the harmonized data, both on the track level and potentially on the release level (if all tracks have the same feat, especially for singles)
here's a decent cross section of the variants on this release
The text was updated successfully, but these errors were encountered: