History:Artist Type Project Proposal: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(update (Imported from MoinMoin))
 
(more update! (Imported from MoinMoin))
Line 1: Line 1:
=Artist Type: Project=
=Artist Type: Project=

This proposal describes a proposed new [[Artist Type|ArtistType]] "Project". This is an open [[Style Issue|StyleIssue]]. It is currently in the [[Request For Comments|RequestForComments]] phase.


==Description==
==Description==
Line 17: Line 19:
* Examples [http://musicbrainz.org/artist/7bbfd77c-1102-4831-9ba8-246fb67460b3.html Ayreon], [http://musicbrainz.org/artist/2ecbc483-dee4-442f-8ce7-f3ab31c73f87.html (Tobias Sammet's) Avantasia] (which is actually similar to Aina)
* Examples [http://musicbrainz.org/artist/7bbfd77c-1102-4831-9ba8-246fb67460b3.html Ayreon], [http://musicbrainz.org/artist/2ecbc483-dee4-442f-8ce7-f3ab31c73f87.html (Tobias Sammet's) Avantasia] (which is actually similar to Aina)


===Possible Values===
===Used With Types===

===Used with Types===


Relating of artists to those of the type "Project" can be done with the following [[Advanced Relationship Type|AdvancedRelationshipType]]s:
Relating of artists to those of the type "Project" can be done with the following [[Advanced Relationship Type|AdvancedRelationshipType]]s:
Line 40: Line 40:
* attributes: additional=0-1
* attributes: additional=0-1
</pre>
</pre>

==More Examples==

==Impact on the Current System==

==Involved Coding==

* Adding the artist type to mb_server: trivial. * Changes needed in the webservice, client libraries, ...: unknown.


[[Category:To Be Reviewed]] [[Category:Proposal]]
[[Category:To Be Reviewed]] [[Category:Proposal]]

Revision as of 17:04, 10 July 2006

Artist Type: Project

This proposal describes a proposed new ArtistType "Project". This is an open StyleIssue. It is currently in the RequestForComments phase.

Description

A project consists of:

A single musician who is the sole engine, creative process behind the project.

  • may tour, with session musicians
  • pulls off of the same musicians, but still retains creative license. (if the musicians left, they could not perform the songs.)

A single release of multiple musicians that usually will not be retained after the project is released.

  • consists of musicians that do not usually work together, have groups or projects of their own and for the moment are combining to put together a number of songs as a single release, sometimes more. (though usually that would signify a collaboration - not to be utilized for a single song given feat.)

Or is a mixture of both: it has one or more creative forces behind it, who stay consistent over several releases, but changing performers.

Used With Types

Relating of artists to those of the type "Project" can be done with the following AdvancedRelationshipTypes:

  • Has/Had Project - This is the "owner" of the project
  • Is/Was involved in Project - These are the artists that were as well involved. If no project owner is known, or obvious, all artists involved should have this AR.

The exact link type definition:

project owner (0)

    * forward: has/had project(s)
    * reverse: is/was a project of
    * description: Indicates owners of a project.

project participant (0)

    * forward: {additional:additionally} takes/took part in project
    * reverse: has/had {additional} participant(s)
    * description: Indicates participants of a project.
    * attributes: additional=0-1

More Examples

Impact on the Current System

Involved Coding

  • Adding the artist type to mb_server: trivial. * Changes needed in the webservice, client libraries, ...: unknown.