musicbrainzngs 0.7.1¶
musicbrainzngs implements Python bindings of the MusicBrainz Web Service (WS/2, NGS). With this library you can retrieve all kinds of music metadata from the MusicBrainz database.
musicbrainzngs is released under a simplified BSD style license.
Contents¶
- Installation
- Usage
- API
- General
- Getting Data
get_area_by_id()
get_artist_by_id()
get_event_by_id()
get_instrument_by_id()
get_label_by_id()
get_place_by_id()
get_recording_by_id()
get_recordings_by_isrc()
get_release_group_by_id()
get_release_by_id()
get_releases_by_discid()
get_series_by_id()
get_work_by_id()
get_works_by_iswc()
get_url_by_id()
get_collections()
get_releases_in_collection()
VALID_RELEASE_TYPES
VALID_RELEASE_STATUSES
- Cover Art
- Searching
- Browsing
- Submitting
- Exceptions
- Logging