History:Artist Type Project Proposal: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(more update! (Imported from MoinMoin))
m (CallerNo6 moved page Proposal:Artist Type Project to History:Artist Type Project Proposal: https://chatlogs.metabrainz.org/brainzbot/metabrainz/msg/3675767/)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Template:proposal
|proposal=6
|discussion=
|champion=abandoned
|rfc=
|rfv=
|status=abandoned
|ar=
|style=
|trac=
}}

=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.
This proposal describes a proposed new [[Artist Type|ArtistType]] "Project". This is an open [[Style Issue|StyleIssue]] (see the [http://bugs.musicbrainz.org/ticket/1739 trac ticket]). It is currently in the [[Request For Comments|RequestForComments]] phase.


==Description==
==Description==
Line 9: Line 21:
A single musician who is the sole engine, creative process behind the project.
A single musician who is the sole engine, creative process behind the project.
* may tour, with session musicians
* 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.)
* pulls off of the same musicians, but still retains creative license. (if the extracaricular musicians left, the works would be retained by the project owner, and would need licensing through the project owner for release.)
** Examples [http://musicbrainz.org/artist/e4e79264-c1ec-490c-b823-b2918204cd4f.html :wumpscut:], [http://musicbrainz.org/artist/fad8967c-a327-4af5-a64a-d4de66ece652.html Celldweller], [http://musicbrainz.org/artist/b7ffd2af-418f-4be2-bdd1-22f8b48613da.html Nine Inch Nails]
** Examples [http://musicbrainz.org/artist/e4e79264-c1ec-490c-b823-b2918204cd4f.html :wumpscut:], [http://musicbrainz.org/artist/fad8967c-a327-4af5-a64a-d4de66ece652.html Celldweller], [http://musicbrainz.org/artist/b7ffd2af-418f-4be2-bdd1-22f8b48613da.html Nine Inch Nails]


Line 22: Line 34:


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:
* 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:
The exact link type definition:
Line 41: Line 51:
</pre>
</pre>


==Differentiation From Other Artist Types==
==More Examples==

The current [[Artist Type|ArtistType]]<code><nowiki></nowiki></code>s can either describe a person or a group of persons.
* An artist object of type "person" directly refers to a person in real life or to a [[Fictitious Artist|fictitious character]].
* An artist object of type "group" is an entity with a name that refers to several persons. Such a combination of persons can be a band, an orchestra, a choir, a rap combo, a collaboration and whatnot. The artist type does '''NOT''' imply that the referred persons are linked to it with the [[Member Of Band Relationship Type|MemberOfBandRelationshipType]]. They can also be linked as [[Supporting Musician Relationship Type|supporting musicians]] and [[Collaboration Relationship Type|collaborators]] so far. There are special cases, for example [[One Member Band|OneMemberBand]]<code><nowiki></nowiki></code>s.
* An artist object of type "project" would refer to an idea - so it's the name of an idea, not of a person or a group.


==Impact on the Current System==
==Impact on the Current System==
Line 47: Line 62:
==Involved Coding==
==Involved Coding==


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

==More Examples==


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

Latest revision as of 14:57, 28 August 2016


Status: This page describes an active proposal and is not official.



Proposal number: RFC-6
Champion: abandoned
Current status: abandoned



Artist Type: Project

This proposal describes a proposed new ArtistType "Project". This is an open StyleIssue (see the trac ticket). 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 extracaricular musicians left, the works would be retained by the project owner, and would need licensing through the project owner for release.)

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:

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

Differentiation From Other Artist Types

The current ArtistTypes can either describe a person or a group of persons.

  • An artist object of type "person" directly refers to a person in real life or to a fictitious character.
  • An artist object of type "group" is an entity with a name that refers to several persons. Such a combination of persons can be a band, an orchestra, a choir, a rap combo, a collaboration and whatnot. The artist type does NOT imply that the referred persons are linked to it with the MemberOfBandRelationshipType. They can also be linked as supporting musicians and collaborators so far. There are special cases, for example OneMemberBands.
  • An artist object of type "project" would refer to an idea - so it's the name of an idea, not of a person or a group.

Impact on the Current System

Involved Coding

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

More Examples