MBRelease Class Reference
| Inherits from | MBRateAndTaggableEntity : MBEntity : NSObject |
| Declared in | MBRelease.h MBRelease.m |
Tasks
-
TitleTitle of the release
property -
StatusStatus of the release
property -
QualityQuality of the release data
property -
DisambiguationDisambiguation comment for the release
property -
PackagingPackaging for this release
property -
TextRepresentationText Representation for this release
property -
ArtistCreditArtist Credit for this release
property -
ReleaseGroupRelease Group that this release belongs to
property -
DateDate of release.
property -
CountryISO-3166 Country Code for this release
property -
BarcodeBarcode for the release
property -
AsinAmazon ASIN for the release
property -
LabelInfoListMBList with MBLabelInfo objects
property -
MediumListproperty -
RelationListMBList with MBRelation objects
property -
CollectionListMBList with MBCollection objects
property
Properties
ArtistCredit
Artist Credit for this release
@property (nonatomic, readonly) MBArtistCredit *ArtistCreditDiscussion
Artist Credit for this release
Declared In
MBRelease.hAsin
Amazon ASIN for the release
@property (nonatomic, readonly) NSString *AsinDiscussion
Amazon ASIN for the release
Declared In
MBRelease.hBarcode
Barcode for the release
@property (nonatomic, readonly) NSString *BarcodeDiscussion
Barcode for the release
Declared In
MBRelease.hCollectionList
MBList with MBCollection objects
@property (nonatomic, readonly) MBList *CollectionListDiscussion
MBList with MBCollection objects
Declared In
MBRelease.hCountry
ISO-3166 Country Code for this release
@property (nonatomic, readonly) NSString *CountryDiscussion
ISO-3166 Country Code for this release
Matches regular expression [A-Z]{2} or empty
Declared In
MBRelease.hDate
Date of release.
@property (nonatomic, readonly) NSString *DateDiscussion
Date of release.
Matches the regular expression [0-9]{4}(-[0-9]{2}){0,2} or empty.
Declared In
MBRelease.hDisambiguation
Disambiguation comment for the release
@property (nonatomic, readonly) NSString *DisambiguationDiscussion
Disambiguation comment for the release
Declared In
MBRelease.hLabelInfoList
MBList with MBLabelInfo objects
@property (nonatomic, readonly) MBList *LabelInfoListDiscussion
MBList with MBLabelInfo objects
Declared In
MBRelease.hPackaging
Packaging for this release
@property (nonatomic, readonly) NSString *PackagingDiscussion
Packaging for this release
Declared In
MBRelease.hQuality
Quality of the release data
@property (nonatomic, readonly) NSString *QualityDiscussion
Quality of the release data
Declared In
MBRelease.hRelationList
MBList with MBRelation objects
@property (nonatomic, readonly) MBList *RelationListDiscussion
MBList with MBRelation objects
Declared In
MBRelease.hReleaseGroup
Release Group that this release belongs to
@property (nonatomic, readonly) MBReleaseGroup *ReleaseGroupDiscussion
Release Group that this release belongs to
Declared In
MBRelease.hStatus
Status of the release
@property (nonatomic, readonly) NSString *StatusDiscussion
Status of the release
Declared In
MBRelease.h