Home | Trees | Indices | Help |
---|
|
object --+ | Entity --+ | ReleaseGroup
Represents a ReleaseGroup.
A ReleaseGroup in MusicBrainz is an Entity which groups several different versions of Release objects (e.g., different editions of the same album).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
type The type of this release group. |
|
releases The list of releases in this release group. |
|
releasesOffset The offset of the release list. |
|
releasesCount The total number of releases |
|
title The title of this release group. |
|
artist The main artist of this release group |
|
Inherited from Inherited from |
Method Details |
Constructor.
|
Returns the type of this release group. To test for release types, you can use the constants Release.TYPE_ALBUM, Release.TYPE_SINGLE, etc.
See Also: musicbrainz2.utils.getReleaseTypeName |
Sets the type of this release group. Use a constant from the Release class, such as Release.TYPE_ALBUM or Release.TYPE_SINGLE to set the value.
See Also: musicbrainz2.utils.getReleaseTypeName |
Gets the releases in this release group.
See Also: Release |
Adds a Release to this release group.
|
Returns the offset of the release list. This is used if the release list is incomplete (i.e., the web service only returned a portion of the releases in this release group).
See Also: getReleases, getReleasesCount |
Sets the offset of the release list.
See Also: getReleases, getReleasesOffset |
Returns the number of releases in this release group. This may or may not match the number of elements returned by getReleases. If the count is higher than the length of that list, then the list is incomplete.
See Also: getReleases, setReleasesCount, getReleasesOffset |
Sets the number of releases in this release group.
See Also: getReleases, getReleasesCount, getReleasesOffset |
Returns this release group's title.
|
Sets the release group's title.
|
Returns the main artist of this release group.
|
Sets the release group's main artist.
|
Property Details |
typeThe type of this release group. |
releasesThe list of releases in this release group.
|
releasesOffsetThe offset of the release list.
|
releasesCountThe total number of releases
|
titleThe title of this release group. |
artistThe main artist of this release group |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Aug 20 05:22:03 2015 | http://epydoc.sourceforge.net |