Release ID: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(added header (Imported from MoinMoin))
 
((Imported from MoinMoin))
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:


Each [[Release]] in [[MusicBrainz]] has a unique ReleaseID, which is an absolute [http://ietf.org/rfc/rfc3986.txt URI]. It has the form <code><nowiki>http://musicbrainz.org/release/UUID</nowiki></code>, where <code><nowiki>UUID</nowiki></code> is a [http://en.wikipedia.org/wiki/UUID Universally Unique Identifier] in its 36 character ASCII representation. In situations where the context is clear (such as file tags), just the <code><nowiki>UUID</nowiki></code> part can be used, leaving a ''relative URI''.
Each [[Release]] in [[MusicBrainz]] has a ReleaseID, a unique identifier in the form of a UUID.


==Example==
==Example==


The ReleaseID [[Album:1138abc1-77f4-4ba9-900d-5cf52baaf4bf|1138abc1-77f4-4ba9-900d-5cf52baaf4bf]] corresponds to the album [http://musicbrainz.org/showalbum.html?albumid=59381 Desire].
The ReleaseID <code><nowiki>http://musicbrainz.org/release/1138abc1-77f4-4ba9-900d-5cf52baaf4bf</nowiki></code> is a unique identifier for the release [[Album:1138abc1-77f4-4ba9-900d-5cf52baaf4bf|Desire]]. <code><nowiki>1138abc1-77f4-4ba9-900d-5cf52baaf4bf</nowiki></code> is a relative URI for this release.

[[Category:To Be Reviewed]] [[Category:Terminology]]
[[Category:To Be Reviewed]] [[Category:Terminology]]

Revision as of 12:36, 7 April 2007

Each Release in MusicBrainz has a unique ReleaseID, which is an absolute URI. It has the form http://musicbrainz.org/release/UUID, where UUID is a Universally Unique Identifier in its 36 character ASCII representation. In situations where the context is clear (such as file tags), just the UUID part can be used, leaving a relative URI.

Example

The ReleaseID http://musicbrainz.org/release/1138abc1-77f4-4ba9-900d-5cf52baaf4bf is a unique identifier for the release Desire. 1138abc1-77f4-4ba9-900d-5cf52baaf4bf is a relative URI for this release.