History:SG5 Disaster Relief: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{HistoryHeader}}

'''Subject''': ''These are the steps to solve the major problem of [[Style Guideline|StyleGuideline]] 5 ([[Featuring Artist Style|FeaturingArtistStyle]]) which has been implemented in the [http://blog.musicbrainz.org/archives/2006/01/server_updated_2.html 2006-01-08 Server Update]. We are not completly [[Getting Rid Of Featuring Artist Style|GettingRidOfFeaturingArtistStyle]]. In the medium term it can be made more acceptable via interface changes like the [[Artist Page Redesign|ArtistPageRedesign]]. A more detailed solution should come along with the [[Next Generation Schema|NextGenerationSchema]] in the long term.''
'''Subject''': ''These are the steps to solve the major problem of [[Style Guideline|StyleGuideline]] 5 ([[Featuring Artist Style|FeaturingArtistStyle]]) which has been implemented in the [http://blog.musicbrainz.org/archives/2006/01/server_updated_2.html 2006-01-08 Server Update]. We are not completly [[Getting Rid Of Featuring Artist Style|GettingRidOfFeaturingArtistStyle]]. In the medium term it can be made more acceptable via interface changes like the [[Artist Page Redesign|ArtistPageRedesign]]. A more detailed solution should come along with the [[Next Generation Schema|NextGenerationSchema]] in the long term.''


The changes are as follows:
The changes are as follows:
# Allow releases with various [[Track Artist|TrackArtist]]<code><nowiki></nowiki></code>s but which are attributed to one artist to be moved to this [[Release Artist|ReleaseArtist]].
# Allow releases with various [[Track Artist|TrackArtist]]s but which are attributed to one artist to be moved to this [[Release Artist|ReleaseArtist]].
# Change the text of the [[Featuring Artist Style|FeaturingArtistStyle]] to state: "If two or more ''equally primary'' artists perform on a track, create a collaboration artist for them and attach the track to it. This has been done. See the [[History Of Featuring Artist Style|HistoryOfFeaturingArtistStyle]] for the old guideline.
# Change the text of the [[Featuring Artist Style|FeaturingArtistStyle]] to state: "If two or more ''equally primary'' artists perform on a track, create a collaboration artist for them and attach the track to it. This has been done. See the [[History Of Featuring Artist Style|HistoryOfFeaturingArtistStyle]] for the old guideline.


Line 41: Line 39:


Track artist<code><nowiki></nowiki></code>s are shown when at leat one track artist is different than the release artist.
Track artists are shown when at leat one track artist is different than the release artist.


[[Various Artists Release|VariousArtistsRelease]]<code><nowiki></nowiki></code>s and [[Multiple Artists Release|MultipleArtistsRelease]]<code><nowiki></nowiki></code>s have a '''Move''' link which allows moving them to a different release artist.
[[Various Artists Release|VariousArtistsRelease]]s and [[Multiple Artists Release|MultipleArtistsRelease]]s have a '''Move''' link which allows moving them to a different release artist.


[[Single Artist Release|SingleArtistRelease]]<code><nowiki></nowiki></code>s have a new '''Show Artists''' link that reveals the track artists in the display and allows changing them. (Changing one or more artists automatically "transforms" the release into a [[Various Artists|VariousArtists]] release.
[[Single Artist Release|SingleArtistRelease]]s have a new '''Show Artists''' link that reveals the track artists in the display and allows changing them. (Changing one or more artists automatically "transforms" the release into a [[Various Artists|VariousArtists]] release.


Line 58: Line 56:


[[Picard Tagger|PicardTagger]] was changed to reflect the server code changes. Further, 2 new naming variables <code><nowiki> %albumartist </nowiki></code> and <code><nowiki> %albumartistsortname </nowiki></code> where added.
[[Picard Tagger|PicardTagger]] was changed to reflect the server code changes. Further, 2 new naming variables <code>%albumartist</code> and <code>%albumartistsortname</code> were added.
</dl>
</dl>


[[Category:To Be Reviewed]] [[Category:Development]] [[Category:History]]
[[Category:History]]

Latest revision as of 16:25, 25 October 2011

Subject: These are the steps to solve the major problem of StyleGuideline 5 (FeaturingArtistStyle) which has been implemented in the 2006-01-08 Server Update. We are not completly GettingRidOfFeaturingArtistStyle. In the medium term it can be made more acceptable via interface changes like the ArtistPageRedesign. A more detailed solution should come along with the NextGenerationSchema in the long term.

The changes are as follows:

  1. Allow releases with various TrackArtists but which are attributed to one artist to be moved to this ReleaseArtist.
  2. Change the text of the FeaturingArtistStyle to state: "If two or more equally primary artists perform on a track, create a collaboration artist for them and attach the track to it. This has been done. See the HistoryOfFeaturingArtistStyle for the old guideline.

Note, that the use of "feat." is still valid for guest performing artists.

HowTo

  • Queen and David Bowie are main artists of the track Under Pressure on the Queen release Hot Space. The changes that need to be done to reflect this situation while keeping the ReleaseArtist Queen are as follows: # Click on Show artists # Click on (Change) for the track artist of Under Pressure. # Change the track artist to "Queen & David Bowie"

Release Examples

  • The release The Lord of the Rings: The Fellowship of the Ring is nearly completly by Howard Shore except the last track which is by Enya. You could move the release to Howard Shore. This would have the following consequences:
    • The release appears in the discography of Howard Shore (in one of the main sections).
    • The release appears in one of the VA sections of Enya.
    • When looking at the release you see Howard Shore above it and the correct artist listed for every track.
  • The double release The K&D Sessions is added again and again to the artist Kruder & Dorfmeister because they remixed it and so it is attributed to them. You could move it to this artist and it would appear under their releases - but the remixed tracks still show the original artists.

Code changes

The implemented changes (released on 2006-01-08):

Artist page shows releases with
ReleaseArtist == current artist or one or more tracks with TrackArtist == current artist (only shown, if 1 didn't match)
Release page
Track artists are shown when at leat one track artist is different than the release artist. VariousArtistsReleases and MultipleArtistsReleases have a Move link which allows moving them to a different release artist. SingleArtistReleases have a new Show Artists link that reveals the track artists in the display and allows changing them. (Changing one or more artists automatically "transforms" the release into a VariousArtists release. Convert to multiple artists asks for changes to the release as well as the track artists.
Tagger and Libraries
TunePimp was changed to reflect the changes shown above. PicardTagger was changed to reflect the server code changes. Further, 2 new naming variables %albumartist and %albumartistsortname were added.