Inherits from MBRateAndTaggableEntity : MBEntity : NSObject
Declared in MBArtist.h
MBArtist.m

Overview

Represents an <artist/> element

Tasks

Properties

AliasList

MBList with MBAlias objects

@property (nonatomic, readonly) MBList *AliasList

Discussion

MBList with MBAlias objects

Declared In

MBArtist.h

Country

ISO-3166 Country for the artist

@property (nonatomic, readonly) NSString *Country

Discussion

ISO-3166 Country for the artist

Matches regular expression [A-Z]{2} or empty

Declared In

MBArtist.h

Disambiguation

Disambiguation comment for the artist.

@property (nonatomic, readonly) NSString *Disambiguation

Discussion

Disambiguation comment for the artist.

Declared In

MBArtist.h

Gender

Gender of the artist if Type is “person”.

@property (nonatomic, readonly) NSString *Gender

Discussion

Gender of the artist if Type is “person”.

Declared In

MBArtist.h

Ipi

Artist IPI

@property (nonatomic, readonly) MBIpi *Ipi

Discussion

Artist IPI

Deprecated before first release.

Declared In

MBArtist.h

IpiList

MBList with MBIPI objects.

@property (nonatomic, readonly) MBList *IpiList

Discussion

MBList with MBIPI objects.

Declared In

MBArtist.h

LabelList

MBList with MBLabel objects

@property (nonatomic, readonly) MBList *LabelList

Discussion

MBList with MBLabel objects

Declared In

MBArtist.h

LifeSpan

Lifespan of this artist

@property (nonatomic, readonly) MBLifeSpan *LifeSpan

Discussion

Lifespan of this artist

Declared In

MBArtist.h

Name

Name of the artist

@property (nonatomic, readonly) NSString *Name

Discussion

Name of the artist

Declared In

MBArtist.h

RecordingList

MBList with MBRecording objects

@property (nonatomic, readonly) MBList *RecordingList

Discussion

MBList with MBRecording objects

Declared In

MBArtist.h

RelationList

MBList with MBRelation objects

@property (nonatomic, readonly) MBList *RelationList

Discussion

MBList with MBRelation objects

Declared In

MBArtist.h

ReleaseGroupList

MBList with MBReleaseGroup objects

@property (nonatomic, readonly) MBList *ReleaseGroupList

Discussion

MBList with MBReleaseGroup objects

Declared In

MBArtist.h

ReleaseList

MBList with MBRelease objects

@property (nonatomic, readonly) MBList *ReleaseList

Discussion

MBList with MBRelease objects

Declared In

MBArtist.h

SortName

Sort name for the artist

@property (nonatomic, readonly) NSString *SortName

Discussion

Sort name for the artist

Declared In

MBArtist.h

Type

Type of artist.

@property (nonatomic, readonly) NSString *Type

Discussion

Type of artist.

Either “person” or “group”

Declared In

MBArtist.h

WorkList

MBList with MBWork objects

@property (nonatomic, readonly) MBList *WorkList

Discussion

MBList with MBWork objects

Declared In

MBArtist.h