Products: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(→‎Client Applications: removed CD Lookup Tool (old, unsupported))
(Using <dl>s instead of <ul>s.)
Line 3: Line 3:
==Client Applications==
==Client Applications==


* [[Picard Tagger]]
; [[Picard Tagger]]
** The next-generation cross-platform tagger with [[PUID]] support. Can also be used to do CD lookups and submit [[Disc ID]]s.
: The next-generation cross-platform tagger with [[PUID]] support. Can also be used to do CD lookups and submit [[Disc ID]]s.

* [[Magic Tagger]]
; [[Magic Tagger]]
** 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]
: 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]]

** 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]
; [[Jaikoz MP3 Tag Editor]]
* [[Rapport]]
** An open source Mac OS X tagger for MP3 and M4A format files with [[PUID]] support. [http://www.sysctl.co.uk/projects/rapport Download here]
: 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]

; [[Rapport]]
: An open source Mac OS X tagger for MP3 and M4A format files with [[PUID]] support. [http://www.sysctl.co.uk/projects/rapport Download here]


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


* [[Server]] (MusicBrainz Server) ('''mb_server''')
; [[Server]] (MusicBrainz server) (mb_server)
** The main MusicBrainz website.
: The main MusicBrainz website.

* [[Database]] (MusicBrainz Database)
** The MusicBrainz database, and the data live-feed (replication features).
; [[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.
; [[Live Data Feed]] (Database live data feed)
* [[FreeDB Gateway]] ('''mb2freedb''')
: The MusicBrainz service provides a live data feed for mirror servers, free of charge.
** A gateway for accessing MusicBrainz data with CDDB/FreeDB clients through the [[FreeDB]] protocol.

; [[FreeDB Gateway]] ('''mb2freedb''')
: A gateway for accessing MusicBrainz data with CDDB/FreeDB clients through the [[FreeDB]] protocol.


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


* [[libmusicbrainz]] MusicBrainz Client library
; [[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 [[Web Service|WebService]].
: 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]] (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 [[Web Service|WebService]].
: 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

** A client library written in Python which provides easy object oriented access to the MusicBrainz database using the [[XML Web Service]].
; [[python-musicbrainz2]] (Python webservice bindings)
* [[libdiscid]]
** A C library for creating MusicBrainz disc IDs from audio CDs.
: A client library written in Python which provides easy object oriented access to the MusicBrainz database using the [[XML Web Service]].

* [[XML Web Service]] MusicBrainz web service
; [[libdiscid]]
** 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.
: 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==
==MusicBrainz-Enabled Third-Party Software==

Revision as of 02:00, 6 August 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

Picard Tagger
The next-generation cross-platform tagger with PUID support. Can also be used to do CD lookups and submit Disc IDs.
Magic Tagger
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. Download here
Jaikoz MP3 Tag Editor
A Java based cross platform tagging application that uses MusicBrainz with PUID support. Jaikoz is a Tagger Affiliate Program member. Download here
Rapport
An open source Mac OS X tagger for MP3 and M4A format files with PUID support. Download here

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.