MusicBrainz Identifier: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
(Another rewrite)
Line 1: Line 1:
MusicBrainz is a comprehensive music database that allows people and computers to have conversations about music; however, any musical entity being discussed must be uniquely identified for a discussion to have maximum value. To this end, MusicBrainz assigns a [[wikipedia:Universally Unique Identifier|Universally Unique Identifier]] (UUID) to each musical entity within the [[MusicBrainz Database]] and refers to them as MusicBrainz Identifiers (MBIDs).
One of MusicBrainz' most fundamental purposes is to enable people and computers to have meaningful conversations about music; however, to truly have a meaningful conversation all involved parties must be able to reliably and unambiguously identify what is being discussed. To this end, MusicBrainz assigns a unique MusicBrainz Identifier (MBID), to all [[Artist|artists]], [[Release Group|release groups]], [[Release|releases]], [[Track|tracks]], and [[Label|labels]] in the [[MusicBrainz Database|MusicBrainz Database]], and uses these MBIDs as a universal [[wikipedia:lingua franca|lingua franca]] for music. These MBIDs, aside from being unique to the specific entity it is associated with, are also a permanent identifier for that entity for as long the entity exists.


In a nutshell, an MBID is a 36 character [[wikipedia:Universally Unique Identifier|Universally Unique Identifier]], for example <code>53b106e7-0cc6-42cc-ac95-ed8d30a3a98e</code> is the artist MBID for [[Artist:53b106e7-0cc6-42cc-ac95-ed8d30a3a98e|John Williams]].
MusicBrainz assigns the following MBIDs:
* Artist MBIDs, used to identify an [[Artist|artist]], use an absolute URI in the form of <code><nowiki>http://musicbrainz.org/artist/<MBID></nowiki></code>
* Label MBIDs, used to identify a [[Label|label]], use an absolute URI in the form of <code><nowiki>http://musicbrainz.org/label/<MBID></nowiki></code>
* Release MBIDs, used to identify a [[Release|release]], use an absolute URI in the form of <code><nowiki>http://musicbrainz.org/release/<MBID></nowiki></code>
* Release group MBIDs, used to identify a [[Release Group|release group]], use an absolute URI in the form of <code><nowiki>http://musicbrainz.org/release-group/<MBID></nowiki></code>
* Track MBIDs, used to identify a [[Track|track]], use an absolute URI in the form of <code><nowiki>http://musicbrainz.org/track/<MBID></nowiki></code>


== Using MusicBrainz Identifiers ==
These MBIDs are also used in the tagging process by various [[MusicBrainz Tagger]]s. See [[MusicBrainz Tag]] for more detailed information.


=== Tagging applications ===
==Other identifiers used by MusicBrainz==


MBIDs play an important role when tagging music files with metadata with any of the various [[MusicBrainz Tagger]]s.

When writing metadata, a MusicBrainz enabled tagger application will write several different MBIDs to each file, one for each of the following:
* the [[Track|track]] itself
* the [[Track Artist|track artist]]
* the [[Release Artist|release artist]]
* the [[Release|release]]

See [[MusicBrainz Tag]] for more detailed information.

=== Uniform Resource Identifier ===

Each musical entity that is assigned an MBID also has a permanent unique URI that can be constructed from that MBID to identify and find more information about a given music resource.
* Artist MBIDs have a canonical URI in the form of <code><nowiki>http://musicbrainz.org/artist/<MBID>.html</nowiki></code>.
* Label MBIDs have a canonical URI in the form of <code><nowiki>http://musicbrainz.org/label/<MBID>.html</nowiki></code>.
* Release MBIDs have a canonical URI in the form of <code><nowiki>http://musicbrainz.org/release/<MBID>.html</nowiki></code>.
* Release group MBIDs have a canonical URI in the form of <code><nowiki>http://musicbrainz.org/release-group/<MBID>.html</nowiki></code>.
* Track MBIDs have a canonical URI in the form of <code><nowiki>http://musicbrainz.org/track/<MBID>.html</nowiki></code>.

== See also ==

There are several other identifiers that MusicBrainz uses:
* [[Disc ID]]: An ID calculated from the TOC of a CD.
* [[Disc ID]]: An ID calculated from the TOC of a CD.
* [[PUID]]: The IDs used in the proprietary [[MusicDNS]] [[Audio Fingerprint|audio fingerprinting]] system operated by [[MusicIP]].
* [[PUID]]: The IDs used in the proprietary [[MusicDNS]] [[Audio Fingerprint|audio fingerprinting]] system operated by [[MusicIP]].

Revision as of 00:45, 26 February 2010

One of MusicBrainz' most fundamental purposes is to enable people and computers to have meaningful conversations about music; however, to truly have a meaningful conversation all involved parties must be able to reliably and unambiguously identify what is being discussed. To this end, MusicBrainz assigns a unique MusicBrainz Identifier (MBID), to all artists, release groups, releases, tracks, and labels in the MusicBrainz Database, and uses these MBIDs as a universal lingua franca for music. These MBIDs, aside from being unique to the specific entity it is associated with, are also a permanent identifier for that entity for as long the entity exists.

In a nutshell, an MBID is a 36 character Universally Unique Identifier, for example 53b106e7-0cc6-42cc-ac95-ed8d30a3a98e is the artist MBID for John Williams.

Using MusicBrainz Identifiers

Tagging applications

MBIDs play an important role when tagging music files with metadata with any of the various MusicBrainz Taggers.

When writing metadata, a MusicBrainz enabled tagger application will write several different MBIDs to each file, one for each of the following:

See MusicBrainz Tag for more detailed information.

Uniform Resource Identifier

Each musical entity that is assigned an MBID also has a permanent unique URI that can be constructed from that MBID to identify and find more information about a given music resource.

  • Artist MBIDs have a canonical URI in the form of http://musicbrainz.org/artist/<MBID>.html.
  • Label MBIDs have a canonical URI in the form of http://musicbrainz.org/label/<MBID>.html.
  • Release MBIDs have a canonical URI in the form of http://musicbrainz.org/release/<MBID>.html.
  • Release group MBIDs have a canonical URI in the form of http://musicbrainz.org/release-group/<MBID>.html.
  • Track MBIDs have a canonical URI in the form of http://musicbrainz.org/track/<MBID>.html.

See also

There are several other identifiers that MusicBrainz uses:

  • Disc ID: An ID calculated from the TOC of a CD.
  • PUID: The IDs used in the proprietary MusicDNS audio fingerprinting system operated by MusicIP.
  • Barcode: Machine-readable numbers used as stock control mechanisms by retailers.
  • ISRC: The International Standard Recording Code, an identification system for audio and music video recordings.