Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disambiguate recordings of remasters in the docserver #181

Open
sertansenturk opened this issue Feb 12, 2015 · 2 comments
Open

disambiguate recordings of remasters in the docserver #181

sertansenturk opened this issue Feb 12, 2015 · 2 comments
Milestone

Comments

@sertansenturk
Copy link
Contributor

I have just stumbled upon two historical recordings http://musicbrainz.org/recording/809a61fc-fc80-4bb3-9f27-01133c2341ad and http://musicbrainz.org/recording/3464258b-bcfe-4fcc-ac1b-5b4b5fd6f0ba . They are actually the same but have different mastering. MusicBrainz has changed its policy to merge such recordings (https://musicbrainz.org/doc/Style/Recording#Recordings_with_different_mastering), so I merged them. Nevertheless from a research point of view it might be interesting to have access to them (e.g. does audio-score alignment perform similarly?).

When we query to get an mp3 (docserver.get_mp3), we ask it with it's MBIDs. Can we have an optional input to download all the recordings having that MBID?

@alastair
Copy link
Member

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

My current preference is to use track id, probably in the docserver

@alastair
Copy link
Member

@alastair alastair changed the title Can we handle remasters? disambiguate recordings of remasters in the docserver Feb 24, 2015
@alastair alastair modified the milestone: Backend Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants