libmusicbrainz Download: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(added deprecation notices. (Imported from MoinMoin))
(added more deprecation warnings. (Imported from MoinMoin))
Line 37: Line 37:
* The Python bindings for the [[MusicBrainz]] client library for the old RDF based web service are now included with libmusicbrainz. (See above) <br/>
* The Python bindings for the [[MusicBrainz]] client library for the old RDF based web service are now included with libmusicbrainz. (See above) <br/>
* [[python-musicbrainz2|PythonMusicBrainz2]] Python bindings for the (new) [[XML Web Service|XML based web service]].
* [[python-musicbrainz2|PythonMusicBrainz2]] Python bindings for the (new) [[XML Web Service|XML based web service]].
* Perl bindings for the (new) [[XML Web Service|XML based web service]]: [http://search.cpan.org/~bfaist/WebService-MusicBrainz-0.06/ WebService::MusicBrainz]
* [http://pablotron.org/software/mb-ruby/ Ruby bindings] for the [[MusicBrainz]] client library (old RDF web service).
* [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).
* [http://pablotron.org/software/mb-ruby/ Ruby bindings] 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).
* [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''').


''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 23:31, 5 January 2007

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

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.

Beta Release

Attention.png This version of the client library uses the new XMLWebService and should 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