ID3
From Just Solve the File Format Problem
(Difference between revisions)
(Move info from MP3 article) |
(Added some links) |
||
Line 4: | Line 4: | ||
}} | }} | ||
== Overview == | == Overview == | ||
− | '''ID3''' 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 == | ||
Line 11: | Line 11: | ||
== Specifications == | == Specifications == | ||
* [http://id3.org/d3v2.3.0 ID3 tag version 2.3.0] | * [http://id3.org/d3v2.3.0 ID3 tag version 2.3.0] | ||
+ | * [http://id3lib.sourceforge.net/id3/id3v2-00.txt ID3 tag version 2 (26th March 1998)] - v2.2.0(?) | ||
+ | |||
+ | == Software == | ||
+ | * [http://id3lib.sourceforge.net/ id3lib] | ||
+ | * [http://taglib.github.com/ TagLib] | ||
== Resources == | == Resources == | ||
* [http://id3.org/ ID3.org] | * [http://id3.org/ ID3.org] | ||
* [[Wikipedia:ID3|Wikipedia article]] | * [[Wikipedia:ID3|Wikipedia article]] | ||
+ | * [http://www.codinghorror.com/blog/2006/08/a-spec-tacular-failure.html Coding Horror: A Spec-tacular Failure] | ||
[[Category:Audio and Music]] | [[Category:Audio and Music]] |
Revision as of 18:03, 31 March 2013
Contents |
Overview
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
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.