Home | Trees | Indices | Help |
---|
|
object --+ | Entity --+ | Label
Represents a record label.
A label within MusicBrainz is an Entity. It contains information about the label like when it was established, its name, label code and other relationships. All release events may be assigned a label.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
TYPE_UNKNOWN =
|
|
TYPE_DISTRIBUTOR =
|
|
TYPE_HOLDING =
|
|
TYPE_PRODUCTION =
|
|
TYPE_ORIGINAL =
|
|
TYPE_BOOTLEG =
|
|
TYPE_REISSUE =
|
Properties | |
type The type of label |
|
name The name of the label. |
|
sortName The label's sort name. |
|
disambiguation The disambiguation comment. |
|
beginDate The date this label was established. |
|
endDate The date this label closed. |
|
country The country the label is located. |
|
code The label code. |
|
aliases The list of aliases. |
|
Inherited from Inherited from |
Method Details |
Constructor.
|
Returns the type of this label.
|
Sets the type of this label.
|
Returns a string with the name of the label.
|
Sets the name of this label.
|
Returns the label's sort name. The sort name is the label's name in a special format which is better suited for lexicographic sorting. The MusicBrainz style guide specifies this format. See Also: The MusicBrainz Style Guidelines |
Sets the label's sort name.
See Also: getSortName |
Returns the disambiguation attribute. This attribute may be used if there is more than one label with the same name. In this case, disambiguation attributes are added to the labels' names to keep them apart.
See Also: getUniqueName |
Sets the disambiguation attribute.
See Also: getDisambiguation, getUniqueName |
Returns a unique label name (using disambiguation). This method returns the label's name together with the disambiguation attribute in parenthesis if it exists.
See Also: getDisambiguation |
Returns the date this label was established.
|
Set the date this label was established.
|
Returns the date this label closed. The returned date has the format 'YYYY', 'YYYY-MM', or 'YYYY-MM-DD', depending on how much detail is known.
|
Set the date this label closed. The date may have the format 'YYYY', 'YYYY-MM', or 'YYYY-MM-DD', depending on how much detail is known.
|
Returns the country the label is located.
See Also: musicbrainz2.utils.getCountryName |
Sets the country the label is located.
|
Returns the label code. Label codes have been introduced by the IFPI (International Federation of Phonogram and Videogram Industries) to uniquely identify record labels. The label code consists of 'LC-' and 4 figures (currently being extended to 5 figures).
|
Sets the label code.
|
Returns the list of aliases for this label.
|
Adds an alias for this label.
|
Class Variable Details |
TYPE_DISTRIBUTOR
|
TYPE_ORIGINAL
|
TYPE_BOOTLEG
|
TYPE_REISSUE
|
Property Details |
typeThe type of label |
nameThe name of the label. |
sortNameThe label's sort name.
|
disambiguationThe disambiguation comment.
|
beginDateThe date this label was established.
|
endDateThe date this label closed.
|
countryThe country the label is located.
|
codeThe label code. |
aliasesThe list of aliases.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Nov 19 22:07:31 2011 | http://epydoc.sourceforge.net |