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
A change in musicbrainz policy means that remasters should have the same mbid. This means that we can have two recordings with different audio and the same mbid. We can't store them both in the docserver.
Options:
Store just 1
disambiguate with the release id (we could have a remaster on the same release though)
disambiguate with track id (guaranteed unique, but isn't really exposed in musicbrainz or dunya)
Use track id in the docserver without using recording id
The text was updated successfully, but these errors were encountered:
A change in musicbrainz policy means that remasters should have the same mbid. This means that we can have two recordings with different audio and the same mbid. We can't store them both in the docserver.
Options:
The text was updated successfully, but these errors were encountered: