track ID: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
 
(+ CategoryIdentifier (Imported from MoinMoin))
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:


Each [[Track]] in [[MusicBrainz]] has a unique TrackID, which is an absolute [http://ietf.org/rfc/rfc3986.txt URI]. It has the form <code><nowiki>http://musicbrainz.org/track/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 [[Track]] in [[MusicBrainz]] has a unique TrackID, in the form of a [[UUID]].


==Example==
==Example==


The TrackID [[Track:2c2548c1-276a-44e1-a2ea-84b4abe31be9|2c2548c1-276a-44e1-a2ea-84b4abe31be9]] is a unique identifier for the track [http://musicbrainz.org/showtrack.html?trackid=435002: One More Cup of Coffee (Valley Below)].
The TrackID <code><nowiki>http://musicbrainz.org/track/2c2548c1-276a-44e1-a2ea-84b4abe31be9</nowiki></code> is a unique identifier for the track [[Track:2c2548c1-276a-44e1-a2ea-84b4abe31be9|One More Cup of Coffee (Valley Below)]]. <code><nowiki>2c2548c1-276a-44e1-a2ea-84b4abe31be9</nowiki></code> is a relative URI for this track.

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

Revision as of 15:29, 12 August 2007

Each Track in MusicBrainz has a unique TrackID, which is an absolute URI. It has the form http://musicbrainz.org/track/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 TrackID http://musicbrainz.org/track/2c2548c1-276a-44e1-a2ea-84b4abe31be9 is a unique identifier for the track One More Cup of Coffee (Valley Below). 2c2548c1-276a-44e1-a2ea-84b4abe31be9 is a relative URI for this track.