Home | Trees | Indices | Help |
---|
|
object --+ | ReleaseEvent
A release event, indicating where and when a release took place.
All country codes used must be valid ISO-3166 country codes (i.e. 'DE', 'UK' or 'FR'). The dates are strings and must have the format 'YYYY', 'YYYY-MM' or 'YYYY-MM-DD'.
The format of the release medium is a URI that can be compared to the constants on this class (FORMAT_CD, FORMAT_DVD and others).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
FORMAT_CD =
|
|
FORMAT_DVD =
|
|
FORMAT_SACD =
|
|
FORMAT_DUALDISC =
|
|
FORMAT_LASERDISC =
|
|
FORMAT_MINIDISC =
|
|
FORMAT_VINYL =
|
|
FORMAT_CASSETTE =
|
|
FORMAT_CARTRIDGE =
|
|
FORMAT_REEL_TO_REEL =
|
|
FORMAT_DAT =
|
|
FORMAT_DIGITAL =
|
|
FORMAT_WAX_CYLINDER =
|
|
FORMAT_PIANO_ROLL =
|
|
FORMAT_OTHER =
|
Properties | |
country The country a release took place. |
|
catalogNumber The catalog number of the release event |
|
barcode The barcode of the release event |
|
label The label of the release |
|
date The date a release took place. |
|
format The format of the release medium. |
|
Inherited from |
Method Details |
Constructor.
|
Returns the country a release took place.
Note: Due to a server limitation, the web service does not return country IDs for release collection queries. This only affects the musicbrainz2.webservice.Query.getReleases query. See Also: musicbrainz2.utils.getCountryName |
Sets the country a release took place.
|
Returns the catalog number of this release event.
|
Sets the catalog number of this release event.
|
Returns the barcode of this release event.
|
Sets the barcode of this release event.
|
Returns a Label object for the label associated with this release.
|
Sets the label of this release event.
|
Returns the date a release took place.
|
Sets the date a release took place.
|
Returns the format of the release medium.
|
Sets the format of the release medium.
|
Class Variable Details |
FORMAT_REEL_TO_REEL
|
FORMAT_WAX_CYLINDER
|
Property Details |
countryThe country a release took place.
|
catalogNumberThe catalog number of the release event
|
barcodeThe barcode of the release event
|
labelThe label of the release |
dateThe date a release took place. |
formatThe format of the release medium. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 13:37:51 2011 | http://epydoc.sourceforge.net |