Class | MusicBrainz::Model::Artist |
In: |
lib/rbrainz/model/artist.rb
|
Parent: | Individual |
An artist in the MusicBrainz DB.
Artists in MusicBrainz can have a type. Currently, this type can be either Person or Group for which the following URIs are assigned:
Use the TYPE_PERSON and TYPE_GROUP constants for comparison.
See: | Individual |
See: | musicbrainz.org/doc/Artist. |
TYPE_UNKNOWN | = | NS_MMD_1 + 'Unknown' | Used if the type of the artist is unknown. | |
TYPE_PERSON | = | NS_MMD_1 + 'Person' | This indicates an individual person. | |
TYPE_GROUP | = | NS_MMD_1 + 'Group' | This indicates a group of people that may or may not have a distinctive name. |
release_groups | [R] | A Collection of release groups of this artist. |