libmusicbrainz Download: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Added link to RBrainz Ruby implementation (Imported from MoinMoin))
(3.0.2 (Imported from MoinMoin))
(One intermediate revision by the same user not shown)
Line 13: Line 13:
{| border="1"
{| border="1"
|-
|-
| [[Image:download.gif]] || [http://musicbrainz.org/ftpmirror/pub/musicbrainz/libmusicbrainz-3.0.1.tar.gz libmusicbrainz-3.0.1.tar.gz] (98 KB)<br/><small>(MD5: d42110ae548dae1eea73e83b03a1a936)</small>
| [[Image:download.gif]] || [http://musicbrainz.org/ftpmirror/pub/musicbrainz/libmusicbrainz-3.0.2.tar.gz libmusicbrainz-3.0.2.tar.gz] (98 KB)<br/><small>(MD5: 648ecd43f7b80852419aaf73702bc23f)</small>
|}
|}
</ul>
</ul>
Line 36: Line 36:
* [http://search.cpan.org/search?query=MusicBrainz&mode=dist Perl bindings] [[http://www.punch.net/musicbrainz/perl/ Win32 PPMs]] for the [[MusicBrainz]] client library (old RDF web service, '''not to be used for new development''').
* [http://search.cpan.org/search?query=MusicBrainz&mode=dist Perl bindings] [[http://www.punch.net/musicbrainz/perl/ Win32 PPMs]] for the [[MusicBrainz]] client library (old RDF web service, '''not to be used for new development''').
* [http://musicbrainz.org/ftpmirror/pub/musicbrainz/MusicBrainzDotNet-2.1.1.zip C# bindings] for the [[MusicBrainz]] client library (2.1.1). (old web service, '''not to be used for new development''').
* [http://musicbrainz.org/ftpmirror/pub/musicbrainz/MusicBrainzDotNet-2.1.1.zip C# bindings] for the [[MusicBrainz]] client library (2.1.1). (old web service, '''not to be used for new development''').
* [http://www.ok-edv.de C#/.NET library] for the [[MusicBrainz]] client library (3.0.1). (calculation of [[MusicBrainz]] DiscID is missing (FreeDB ID is supported) - '''help is appreciated''').


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

Revision as of 09:02, 13 September 2008

Products > libmusicbrainz > Download

Download libmusicbrainz

Please read the introduction to libmusicbrainz if you are not familiar with libmusicbrainz. For more details on how to use this library, please take a look at the ClientHOWTO.

Latest Release

Version 3.x

This version of the client library uses the new XMLWebService and should be used in new development. Note that libmusicbrainz 3.x is not compatible with libmusicbrainz 2.x, it has a different API.

Version 2.x

Attention.png This version of the client library uses the old RDF WebService and should not be used in new development. See WebService for more details.

Language Bindings

Other releases are available on the MusicBrainz FTP Server.

License

The libmusicbrainz is licensed under the LGPL (GNU Lesser General Public License).

Get Source Code

The source code of libmusicbrainz is available using anonymous Subversion access. Read the Subversion document for instructions on how to use Subversion and checkout the libmusicbrainz source code. Alternatively, you can browse the libmusicbrainz Subversion repository directly using the source browser.

    svn checkout http://svn.musicbrainz.org/libmusicbrainz/trunk libmusicbrainz