Home | Trees | Indices | Help |
---|
|
object --+ | Metadata
Represents a parsed Music Metadata XML document.
The Music Metadata XML format is very flexible and may contain a diverse set of data (e.g. an artist, a release and a list of tracks), but usually only a small subset is used (either an artist, a release or a track, or a lists of objects from one class).See Also: MbXmlParser for reading, and MbXmlWriter for writing Metadata objects
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
artist An Artist object. |
|
label A Label object. |
|
release A Release object. |
|
track A Track object. |
|
artistResults A list of ArtistResult objects. |
|
artistResultsOffset The offset of the artist results. |
|
artistResultsCount The total number of artists results. |
|
labelResults A list of LabelResult objects |
|
labelResultsOffset The offset of the label results. |
|
labelResultsCount The total number of label results. |
|
releaseResults A list of ReleaseResult objects. |
|
releaseResultsOffset The offset of the release results. |
|
releaseResultsCount The total number of release results. |
|
trackResults A list of TrackResult objects. |
|
trackResultsOffset The offset of the track results. |
|
trackResultsCount The total number of track results. |
|
tagResults A list of Tag objects. |
|
userResults A list of User objects. |
|
Inherited from |
Method Details |
|
|
Returns the offset of the artist result list. The offset is used for paging through the result list. It is zero-based.
See Also: getArtistResults, getArtistResultsCount |
See Also: getArtistResultsOffset |
Returns the total number of results available. This may or may not match with the number of elements that getArtistResults returns. If the count is higher than the list, it indicates that the list is incomplete.
See Also: setArtistResultsCount, getArtistResultsOffset |
See Also: getArtistResults, setArtistResultsOffset |
|
Returns the offset of the label result list. The offset is used for paging through the result list. It is zero-based.
See Also: getLabelResults, getLabelResultsCount |
See Also: getLabelResultsOffset |
Returns the total number of results available. This may or may not match with the number of elements that getLabelResults returns. If the count is higher than the list, it indicates that the list is incomplete.
See Also: setLabelResultsCount, getLabelResultsOffset |
See Also: getLabelResults, setLabelResultsOffset |
|
Returns the offset of the release result list. The offset is used for paging through the result list. It is zero-based.
See Also: getReleaseResults, getReleaseResultsCount |
See Also: getReleaseResultsOffset |
Returns the total number of results available. This may or may not match with the number of elements that getReleaseResults returns. If the count is higher than the list, it indicates that the list is incomplete.
See Also: setReleaseResultsCount, getReleaseResultsOffset |
See Also: getReleaseResults, setReleaseResultsOffset |
|
Returns the offset of the track result list. The offset is used for paging through the result list. It is zero-based.
See Also: getTrackResults, getTrackResultsCount |
See Also: getTrackResultsOffset |
Returns the total number of results available. This may or may not match with the number of elements that getTrackResults returns. If the count is higher than the list, it indicates that the list is incomplete.
See Also: setTrackResultsCount, getTrackResultsOffset |
See Also: getTrackResults, setTrackResultsOffset |
|
Note: This is a MusicBrainz extension. |
Property Details |
artistAn Artist object.
|
labelA Label object.
|
releaseA Release object.
|
trackA Track object.
|
artistResultsA list of ArtistResult objects.
|
artistResultsOffsetThe offset of the artist results.
|
artistResultsCountThe total number of artists results.
|
labelResultsA list of LabelResult objects
|
labelResultsOffsetThe offset of the label results.
|
labelResultsCountThe total number of label results.
|
releaseResultsA list of ReleaseResult objects.
|
releaseResultsOffsetThe offset of the release results.
|
releaseResultsCountThe total number of release results.
|
trackResultsA list of TrackResult objects.
|
trackResultsOffsetThe offset of the track results.
|
trackResultsCountThe total number of track results.
|
tagResultsA list of Tag objects.
|
userResultsA list of User objects.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Tue May 27 10:30:22 2008 | http://epydoc.sourceforge.net |