ISRC: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(→‎Resources: MASS ISRC)
(→‎Resources: fix links)
Line 32: Line 32:
* [https://magicisrc.kepstin.ca/ kepstin’s MagicISRC] ([https://github.com/kepstin/magicisrc GitHub]) for one {multi-disc} release (kepstin)
* [https://magicisrc.kepstin.ca/ kepstin’s MagicISRC] ([https://github.com/kepstin/magicisrc GitHub]) for one {multi-disc} release (kepstin)
** [https://github.com/jesus2099/konami-command/blob/master/mb_MASS-ISRC.user.js mb. MASS ISRC] Paste a bunch of ISRC instead of one by one in kepstin's magicisrc (jesus2099)
** [https://github.com/jesus2099/konami-command/blob/master/mb_MASS-ISRC.user.js mb. MASS ISRC] Paste a bunch of ISRC instead of one by one in kepstin's magicisrc (jesus2099)
* Linux, Windows, MacOSX (Python): [http://jonnyjd.github.io/musicbrainz-isrcsubmit/ isrcsubmit by JonnyJD (github)]<br />(supported back-ends: mediatools, cd_info, cdrdao, discisrc, drutils, cdda2wav, icedax; duplicate detection and review; [http://forums.musicbrainz.org/viewtopic.php?id=3444 mb forums thread])
* Linux, Windows, MacOSX (Python): [http://jonnyjd.github.io/musicbrainz-isrcsubmit/ isrcsubmit] (author: [[User:JonnyJD|JonnyJD]])<br />(supported back-ends: mediatools, cd_info, cdrdao, discisrc, drutils, cdda2wav, icedax; duplicate detection and review; [https://web.archive.org/web/20150324140342/http://forums.musicbrainz.org/viewtopic.php?id=3444 MB forums thread (archived)])
* Linux (Perl): http://gist.github.com/njh/9159699 (author: Nicholas Humfrey, back-end: icedax)
* Linux (Perl): [http://gist.github.com/njh/9159699 submit_isrcs] (author: Nicholas Humfrey, back-end: icedax)
* Linux (Ruby): https://web.archive.org/web/20141206180357/http://users.musicbrainz.org/~outsidecontext/tools/isrcs2mb.rb by (author: [[User:OutsideContext|OutsideContext]], back-end: icedax)
* Linux (Ruby): [https://web.archive.org/web/20141206180357/http://users.musicbrainz.org/~outsidecontext/tools/isrcs2mb.rb isrcs2mb] by (author: [[User:OutsideContext|OutsideContext]], back-end: icedax)
* Windows: http://oxygene.sk/lukas/isrcsubmit-0.2.zip (author: [[User:LukasLalinsky|Lukas Lalinsky]], doesn't work for multi-disc releases, see [http://tickets.musicbrainz.org/browse/OTHER-157 OTHER-157])
* Windows: [https://web.archive.org/web/20120127060214/https://oxygene.sk/lukas/isrcsubmit-0.2.zip isrcsubmit] (author: [[User:LukasLalinsky|Lukas Lalinsky]], doesn't work for multi-disc releases, see [http://tickets.musicbrainz.org/browse/OTHER-157 OTHER-157])
* Windows: [http://www.flanagan-family.com/mediatools.zip Command line tool (mediatools.exe)] for extracting ISRC and CD-Text data from CDs (author: [http://forums.musicbrainz.org/profile.php?id=3851 simonf])
* Windows: [https://web.archive.org/web/20141206180403/http://www.flanagan-family.com/mediatools.zip Command line tool (mediatools.exe)] for extracting ISRC and CD-Text data from CDs (author: [http://forums.musicbrainz.org/profile.php?id=3851 simonf])


Note: Not all CD/DVD drives can successfully read the ISRCs from the CD.
Note: Not all CD/DVD drives can successfully read the ISRCs from the CD.

Revision as of 18:49, 3 January 2021

The International Standard Recording Code, abbreviated to ISRC, is an identification system for audio and music video recordings. It is standarized by the IFPI in ISO 3901:2001 and used by IFPI members to assign a unique identifier to every distinct sound recording they release. An ISRC identifies a particular sound recording, not the song itself. Therefore, different recordings, edits, remixes and remasters of the same song will each be assigned their own ISRC. However, note that same Recording should carry the same ISRC in all countries/territories. Songs are identified by analogous International Standard Musical Work Code (ISWC) codes.

Note that an ISRC now is used instead of an ISAN (International Standard AudioVisual Number) for music and audio recordings, as well as for music videos, as the ISRC is more specific, and can have IPIs attached to it, whereas the ISAN was not designed for use in combination with IPIs.

Structure

The ISRC is a 12-byte alphanumeric string (only uppercase latin letters and arabic numerals, [A-Z0-9]) of the form CCOOOYYSSSSS with

  • C a 2-character country code (containing only letters) as defined in ISO 3166-1
  • O a 3-character owner code (containing letters and/or digits)
  • Y a 2-character year code (containing only digits)
  • S a 5-character serial number (containing only digits).

The country code defines the country of residence of the owner. Owner codes are assigned by the IFPI to its members. The year defines the year in which the ISRC was allocated to the recording (although in Japan they usually antedate and set the recording year — other antedated ISRC). The serial number or designation code is assigned by the owner and allows the distinction of recordings with the same country, year and owner codes.

While hyphens are not part of ISRCs they are sometimes included for legibility, for example CC-OOO-YY-SSSSS.

How does it work?

General information on the allocation of ISRCs for recordings

ISRCs for Tracks on Audio CDs

Determining ISRCs of recordings

On compact discs, ISRC codes can be stored in subchannel Q. Such codes can be read with applications like Ahead's Nero and Exact Audio Copy (EAC) and now also using libdiscid. Occasionally, ISRCs are printed on the cover or in the booklet of a release. Some collection societies such as SCPP and CISAC will also disclose ISRCs in their online catalogue although there is no legal or industry requirement to do so. Some online music store such as mora.jp also distributes music (usually as FLAC files) with ISRC written as metadata.

Resources

Some users have written tools to automatically submit ISRCs from a CD using the web service:

Note: Not all CD/DVD drives can successfully read the ISRCs from the CD.

External resources

Further Information