ID3
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications) |
|||
Line 3: | Line 3: | ||
|subcat=Metadata | |subcat=Metadata | ||
|locfdd={{LoCFDD|fdd000106}}, {{LoCFDD|fdd000107}}, {{LoCFDD|fdd000108}} | |locfdd={{LoCFDD|fdd000106}}, {{LoCFDD|fdd000107}}, {{LoCFDD|fdd000108}} | ||
+ | |released=1996 | ||
}} | }} | ||
'''ID3''', or '''ID3 tag''', is a metadata format, used mainly in [[MP3]] audio files. It stores information such as the song title, artist, and album. | '''ID3''', or '''ID3 tag''', is a metadata format, used mainly in [[MP3]] audio files. It stores information such as the song title, artist, and album. | ||
− | == Format == | + | == Format details == |
There are two major versions. ID3v1 defines a fixed-length data block that is always placed at the end of the file. ID3v2, which has very little in common with ID3v1, defines a block with variable-length frames and allows more flexibility and verbosity. | There are two major versions. ID3v1 defines a fixed-length data block that is always placed at the end of the file. ID3v2, which has very little in common with ID3v1, defines a block with variable-length frames and allows more flexibility and verbosity. | ||
+ | |||
+ | == Identification == | ||
+ | An MP3 file with an ID3v2 tag begins with ASCII "{{magic|ID3}}". | ||
+ | |||
+ | For an MP3 file with an ID3v1 tag, ASCII "{{magic|TAG}}" appears beginning 128 bytes from the end of the file. | ||
== Specifications == | == Specifications == | ||
Line 14: | Line 20: | ||
** ID3v2.3.0: [http://id3.org/d3v2.3.0 Plain text] · [http://id3.org/id3v2.3.0 HTML] | ** ID3v2.3.0: [http://id3.org/d3v2.3.0 Plain text] · [http://id3.org/id3v2.3.0 HTML] | ||
** [http://id3.org/id3v2-00 ID3v2.2.0] | ** [http://id3.org/id3v2-00 ID3v2.2.0] | ||
+ | ** [http://id3.org/ID3v1 ID3v1] | ||
* [http://id3lib.sourceforge.net/id3/id3v2-00.txt ID3 tag version 2] (Another copy of v2.2.0) | * [http://id3lib.sourceforge.net/id3/id3v2-00.txt ID3 tag version 2] (Another copy of v2.2.0) | ||
Revision as of 13:59, 19 November 2017
ID3, or ID3 tag, is a metadata format, used mainly in MP3 audio files. It stores information such as the song title, artist, and album.
Contents |
Format details
There are two major versions. ID3v1 defines a fixed-length data block that is always placed at the end of the file. ID3v2, which has very little in common with ID3v1, defines a block with variable-length frames and allows more flexibility and verbosity.
Identification
An MP3 file with an ID3v2 tag begins with ASCII "ID3
".
For an MP3 file with an ID3v1 tag, ASCII "TAG
" appears beginning 128 bytes from the end of the file.
Specifications
- ID3.org Developer Information
- ID3v2.4.0: Main Structure · Native Frames
- ID3v2.3.0: Plain text · HTML
- ID3v2.2.0
- ID3v1
- ID3 tag version 2 (Another copy of v2.2.0)