libmusicbrainz: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
(Fix download location for older versions)
Line 34: Line 34:
* [[Musicbrainz Sharp|musicbrainz-sharp]]: Fully managed C#/.NET library for accessing the [[XML Web Service/Version 1|XML based web service]]. (included support for calculation of MusicBrainz [[Disc ID|DiscID]]s)
* [[Musicbrainz Sharp|musicbrainz-sharp]]: Fully managed C#/.NET library for accessing the [[XML Web Service/Version 1|XML based web service]]. (included support for calculation of MusicBrainz [[Disc ID|DiscID]]s)


''Other releases are available on the [ftp://ftp.musicbrainz.org/pub/musicbrainz/data/ MusicBrainz FTP Server].''
''Other releases are available on the [ftp://ftp.musicbrainz.org/pub/musicbrainz/ MusicBrainz FTP Server].''


[[Category:WikiDocs Page]] [[Category:Products]] [[Category:Development]]
[[Category:WikiDocs Page]] [[Category:Products]] [[Category:Development]]

Revision as of 08:57, 20 April 2012

Products > libmusicbrainz

The MusicBrainz Client Library (libmusicbrainz), also known as mb_client, is a development library geared towards developers who wish to add MusicBrainz lookup capabilities to their applications. The library supports Windows, Linux and Mac OS X, with packages released for the RedHat and Debian distributions.

Version 4.x and greater supports the latest version of the MusicBrainz web service and are not backwards compatible with earlier versions. As of 2011, version 3.x and below have been deprecated.

If you are looking for a complete, usable program to run, please try out Picard.

Documentation

For details on how to use this library, please take a look at the API documentation.

Download

download.gif libmusicbrainz-4.0.1.tar.gz (124 KB)
(MD5: 3fe4e869f69dc83a4427b5d5c52580ef)

Source code

The source code is available on GitHub and can be downloaded with:

git clone git://github.com/musicbrainz/libmusicbrainz.git

License

The MusicBrainz Client Library is licensed under the LGPL (GNU Lesser General Public License).

Language Bindings

Other releases are available on the MusicBrainz FTP Server.