Products: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
==Client Applications==
==Client Applications==


* [[Picard Tagger]]<br/>
* [[Picard Tagger]]
<ul><li style="list-style-type:none">The next-generation cross-platform tagger with [[PUID]] support.</ul>
** The next-generation cross-platform tagger with [[PUID]] support.
* [[Magic Tagger]]<br/>
* [[Magic Tagger]]
<ul><li style="list-style-type:none">A Windows tagger for the MP3 file format that sponsors [[MusicBrainz]] and uses a built-in excerpt of the [[MusicBrainz]] core data. Magic Tagger is a [[Tagger Affiliate Program]] member. [http://www.magic-tagger.com Download here]</ul>
** A Windows tagger for the MP3 file format that sponsors [[MusicBrainz]] and uses a built-in excerpt of the [[MusicBrainz]] core data. Magic Tagger is a [[Tagger Affiliate Program]] member. [http://www.magic-tagger.com Download here]
* [[Jaikoz MP3 Tag Editor]]<br/>
* [[Jaikoz MP3 Tag Editor]]
<ul><li style="list-style-type:none">A Java based cross platform tagging application that uses [[MusicBrainz]] with [[PUID]] support. Jaikoz is a [[Tagger Affiliate Program]] member. [http://www.jthink.net/jaikoz/ Download here]</ul>
** A Java based cross platform tagging application that uses [[MusicBrainz]] with [[PUID]] support. Jaikoz is a [[Tagger Affiliate Program]] member. [http://www.jthink.net/jaikoz/ Download here]
* [[CD Lookup Tool]]<br/>
* [[CD Lookup Tool]]
<ul><li style="list-style-type:none">Designed to allow users the ability to lookup and contribute metadata for Audio CDs.</ul>
** Designed to allow users the ability to lookup and contribute metadata for audio CDs.


==The MusicBrainz Service==
==The MusicBrainz Service==


* [[Server]] (MusicBrainz Server) ('''mb_server''')<br/>
* [[Server]] (MusicBrainz Server) ('''mb_server''')
<ul><li style="list-style-type:none">The main MusicBrainz website.</ul>
** The main MusicBrainz website.
* [[Database]] (MusicBrainz Database)<br/>
* [[Database]] (MusicBrainz Database)
<ul><li style="list-style-type:none">The MusicBrainz database, and the data live-feed (replication features).</ul>
** The MusicBrainz database, and the data live-feed (replication features).
* [[Live Data Feed]] (Database live data feed)<br/>
* [[Live Data Feed]] (Database live data feed)
<ul><li style="list-style-type:none">The MusicBrainz service provides a live data feed for mirror servers, free of charge.</ul>
** The MusicBrainz service provides a live data feed for mirror servers, free of charge.
* [[FreeDB Gateway]] ('''mb2freedb''')<br/>
* [[FreeDB Gateway]] ('''mb2freedb''')
<ul><li style="list-style-type:none">A gateway for accessing MusicBrainz data with CDDB/FreeDB clients through the [[FreeDB]] protocol.</ul>
** A gateway for accessing MusicBrainz data with CDDB/FreeDB clients through the [[FreeDB]] protocol.


==Developer Resources==
==Developer Resources==


* [[libmusicbrainz]] MusicBrainz Client library ('''libmusicbrainz''')<br/>
* [[libmusicbrainz]] MusicBrainz Client library
<ul><li style="list-style-type:none">A development library geared toward developers who wish to utilize low-level access to the MusicBrainz Server RDF interface and the TRM Signature Server. This library and the RDF web service have been deprecated -- for details see [[Web Service|WebService]].</ul>
** A development library geared toward developers who wish to utilize low-level access to the MusicBrainz Server RDF interface and the TRM Signature Server. This library and the RDF web service have been deprecated -- for details see [[Web Service|WebService]].
* [[libtunepimp]] Tunepimp library ('''libtunepimp''')<br/>
* [[libtunepimp]] Tunepimp library
<ul><li style="list-style-type:none">A development library geared towards developers who wish to write their own MusicBrainz enabled tagging application. This library and the RDF web service have been depricated -- for details see [[Web Service|WebService]].</ul>
** A development library geared towards developers who wish to write their own MusicBrainz enabled tagging application. This library and the RDF web service have been depricated -- for details see [[Web Service|WebService]].
* [[python-musicbrainz2]] Python Webservice bindings ('''python-musicbrainz2''')<br/>
* [[python-musicbrainz2]] Python Webservice bindings
<ul><li style="list-style-type:none">A client library written in python which provides easy object oriented access to the MusicBrainz database using the [[XML Web Service]].</ul>
** A client library written in Python which provides easy object oriented access to the MusicBrainz database using the [[XML Web Service]].
* [[libdiscid]]<br/>
* [[libdiscid]]
<ul><li style="list-style-type:none">A C library for creating MusicBrainz DiscIDs from audio CDs.</ul>
** A C library for creating MusicBrainz disc IDs from audio CDs.
* [[XML Web Service]] MusicBrainz web service<br/>
* [[XML Web Service]] MusicBrainz web service
<ul><li style="list-style-type:none">The new, REST-based webservice API for direct access to MusicBrainz data (Please review the libraries above before writing your own implementation). This web service should be used for all new development.</ul>
** The new, REST-based webservice API for direct access to MusicBrainz data (Please review the libraries above before writing your own implementation). This web service should be used for all new development.


==MusicBrainz-Enabled Third-Party Software==
==MusicBrainz-Enabled Third-Party Software==

Revision as of 21:57, 18 March 2009

MusicBrainz offers you the following products for download and/or use. All of these are open source and/or free for non-commercial use. See the product pages for details.

Client Applications

The MusicBrainz Service

  • Server (MusicBrainz Server) (mb_server)
    • The main MusicBrainz website.
  • Database (MusicBrainz Database)
    • The MusicBrainz database, and the data live-feed (replication features).
  • Live Data Feed (Database live data feed)
    • The MusicBrainz service provides a live data feed for mirror servers, free of charge.
  • FreeDB Gateway (mb2freedb)
    • A gateway for accessing MusicBrainz data with CDDB/FreeDB clients through the FreeDB protocol.

Developer Resources

  • libmusicbrainz MusicBrainz Client library
    • A development library geared toward developers who wish to utilize low-level access to the MusicBrainz Server RDF interface and the TRM Signature Server. This library and the RDF web service have been deprecated -- for details see WebService.
  • libtunepimp Tunepimp library
    • A development library geared towards developers who wish to write their own MusicBrainz enabled tagging application. This library and the RDF web service have been depricated -- for details see WebService.
  • python-musicbrainz2 Python Webservice bindings
    • A client library written in Python which provides easy object oriented access to the MusicBrainz database using the XML Web Service.
  • libdiscid
    • A C library for creating MusicBrainz disc IDs from audio CDs.
  • XML Web Service MusicBrainz web service
    • The new, REST-based webservice API for direct access to MusicBrainz data (Please review the libraries above before writing your own implementation). This web service should be used for all new development.

MusicBrainz-Enabled Third-Party Software

See MusicBrainz Enabled Applications for a list of products which feature MusicBrainz support.