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

Minor fix: artist-credit entries attached to track structures #75

Merged
merged 1 commit into from Jun 17, 2012
Merged

Minor fix: artist-credit entries attached to track structures #75

merged 1 commit into from Jun 17, 2012

Conversation

galenhz
Copy link
Contributor

@galenhz galenhz commented Jun 16, 2012

Track records, in addition to title, can have an artist field as well. This is useful
for things like the Classical Style Guide, which says the track artist should be the
composer but the recording artist should be the performers.

Signed-off-by: Galen Hazelwood galenhz@gmail.com

Track records, in addition to title, can have an artist field as well. This is useful
for things like the Classical Style Guide, which says the track artist should be the
composer but the recording artist should be the performers.

Signed-off-by: Galen Hazelwood <galenhz@gmail.com>
@ianmcorvidae
Copy link
Collaborator

This looks pretty good to me. There may be a parallel of #72 here though, where we should copy the recording AC to the track AC if there isn't one for the track (which looks to be the semantics of the WS, comparing http://beta.musicbrainz.org/ws/2/release/833d4c3a-2635-4b7a-83c4-4e560588f23a?inc=recordings+artist-credits and http://beta.musicbrainz.org/ws/2/release/fbe4490e-e366-4da2-a37a-82162d2f41a9?inc=recordings+artist-credits ).

Nevertheless, +1 for merging.

@alastair
Copy link
Owner

Thanks for this. Ian is right, we should pull artist-credit into the <track> if it's present in the <release>. I'll merge this and make those changes too.
(http://chatlogs.musicbrainz.org/musicbrainz-devel/2012/2012-06/2012-06-16.html#T20-38-33-509836)

alastair added a commit that referenced this pull request Jun 17, 2012
Fixes #72, Addition to #75
Adds a field track_or_recording_length to tracks that contains either
 the track length or, if not present, the recording length
Copies artist-credit from recording always, unless it's different to
 the track artist-credit

Signed-off-by: Alastair Porter <alastair@porter.net.nz>
@alastair alastair merged commit ebd9e06 into alastair:master Jun 17, 2012
@JonnyJD JonnyJD added this to the 0.3 milestone Jun 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants