History:SG5 Disaster Relief

This page has not been reviewed by our documentation team (more info).

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

Release Examples

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.