Implementation of the MusicBrainz API version 2 for .NET
- First class MusicBrainz entities
Artist
,ReleaseGroup
,Release
andRecording
supporting asynchronousGet
(lookup by MBID),Search
andBrowse
. - Advanced
Search
using Lucene query syntax (see search documentation for supported fields). - Support for sub-queries in lookup requests (see MusicBrainz wiki for a list of supported
inc
parameters). - Limited support for entity relationships.
More information about the MusicBrainz API can be found here.
Take a look at the wiki or the Hqub.MusicBrainz.Client example project.