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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
FORMAT_CD = 'http://musicbrainz.org/ns/mmd-1.0#CD'
|
|
|
FORMAT_DVD = 'http://musicbrainz.org/ns/mmd-1.0#DVD'
|
|
|
FORMAT_SACD = 'http://musicbrainz.org/ns/mmd-1.0#SACD'
|
|
|
FORMAT_DUALDISC = 'http://musicbrainz.org/ns/mmd-1.0#DualDisc'
|
|
|
FORMAT_LASERDISC = 'http://musicbrainz.org/ns/mmd-1.0#LaserDisc'
|
|
|
FORMAT_MINIDISC = 'http://musicbrainz.org/ns/mmd-1.0#MiniDisc'
|
|
|
FORMAT_VINYL = 'http://musicbrainz.org/ns/mmd-1.0#Vinyl'
|
|
|
FORMAT_CASSETTE = 'http://musicbrainz.org/ns/mmd-1.0#Cassette'
|
|
|
FORMAT_CARTRIDGE = 'http://musicbrainz.org/ns/mmd-1.0#Cartridge'
|
|
|
FORMAT_REEL_TO_REEL = 'http://musicbrainz.org/ns/mmd-1.0#ReelT...
|
|
|
FORMAT_DAT = 'http://musicbrainz.org/ns/mmd-1.0#DAT'
|
|
|
FORMAT_DIGITAL = 'http://musicbrainz.org/ns/mmd-1.0#Digital'
|
|
|
FORMAT_WAX_CYLINDER = 'http://musicbrainz.org/ns/mmd-1.0#WaxCy...
|
|
|
FORMAT_PIANO_ROLL = 'http://musicbrainz.org/ns/mmd-1.0#PianoRoll'
|
|
|
FORMAT_OTHER = 'http://musicbrainz.org/ns/mmd-1.0#Other'
|