Difference between revisions of "Foobar2000:ID3 Tag Mapping"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Added ORIGINAL ARTIST (TOPE))
Line 1: Line 1:
 
Note that the list is probably still incomplete. Please extend the list if you know of any more native supported ID3 frames.
 
Note that the list is probably still incomplete. Please extend the list if you know of any more native supported ID3 frames.
 +
 +
Note that foobar2000 0.9 does not write ID3v2.3; the ID3v2.3 Frame column indicates how foobar2000 ''reads'' this version of the standard.
  
 
{| class="wikitable" style="background-color: #F9F9F9; border: 1px solid #000000;"
 
{| class="wikitable" style="background-color: #F9F9F9; border: 1px solid #000000;"
 
|+Native ID3 Frames
 
|+Native ID3 Frames
 
|- style="background-color: #F2F2F2; font-weight: bold;"
 
|- style="background-color: #F2F2F2; font-weight: bold;"
! Field Name !! Frame Code !! Description
+
! Field Name !! ID3v2.3 Frame !! ID3v2.4 Frame !! Description
 
|-
 
|-
| ALBUM || TALB || Album/Movie/Show title
+
| ALBUM || || TALB || Album/Movie/Show title
 
|-
 
|-
| ARTIST || TPE1 || Lead performer(s)/Soloist(s)
+
| ARTIST || || TPE1 || Lead performer(s)/Soloist(s)
 
|-
 
|-
| BAND || TPE2 || Band/orchestra/accompaniment
+
| BAND || || TPE2 || Band/orchestra/accompaniment
 
|-
 
|-
| COMMENT || COMM || Comments
+
| COMMENT || || COMM || Comments
 
|-
 
|-
| COMPOSER || TCOM || Composer
+
| COMPOSER || || TCOM || Composer
 
|-
 
|-
| CONDUCTOR || TPE3 || Conductor/performer refinement
+
| CONDUCTOR || || TPE3 || Conductor/performer refinement
 
|-
 
|-
| DATE || TDRC || Recording time
+
| DATE || || TDRC || Recording time
 
|-
 
|-
| DISCNUMBER || TPOS || Part of a set
+
| DISCNUMBER || || TPOS || Part of a set
 
|-
 
|-
| GENRE || TCON || Content type
+
| ENCODED BY || TENC || TENC || Encoded by
 
|-
 
|-
| ORIGINAL ARTIST || TOPE || Original artist(s)/performer(s)
+
| GENRE || || TCON || Content type
 
|-
 
|-
| SUBTITLE || TIT3 || Subtitle/Description refinement
+
| ORIGINAL ARTIST || || TOPE || Original artist(s)/performer(s)
 
|-
 
|-
| TITLE || TIT2 || Title/songname/content description
+
| SUBTITLE || || TIT3 || Subtitle/Description refinement
 
|-
 
|-
| TRACKNUMBER || TRCK || Track number/Position in set
+
| TITLE || || TIT2 || Title/songname/content description
 
|-
 
|-
| TOTALTRACKS || TRCK || Total tracks stored together with the tack number separated by '/'. E.g. "4/9"
+
| TRACKNUMBER || || TRCK || Track number/Position in set
 
|-
 
|-
| WWW || WXXX || User defined URL link frame
+
| TOTALTRACKS || || TRCK || Total tracks stored together with the tack number separated by '/'. E.g. "4/9"
 +
|-
 +
| WWW || || WXXX || User defined URL link frame
 
|}
 
|}
 +
 +
 +
=References=
 +
* [http://www.id3.org/id3v2.4.0-frames.txt ID3v2.4.0 Native Frames]
 +
* [http://www.id3.org/id3v2.3.0.txt ID3v2.3.0 Informal standard]

Revision as of 22:09, 18 May 2006

Note that the list is probably still incomplete. Please extend the list if you know of any more native supported ID3 frames.

Note that foobar2000 0.9 does not write ID3v2.3; the ID3v2.3 Frame column indicates how foobar2000 reads this version of the standard.

Native ID3 Frames
Field Name ID3v2.3 Frame ID3v2.4 Frame Description
ALBUM TALB Album/Movie/Show title
ARTIST TPE1 Lead performer(s)/Soloist(s)
BAND TPE2 Band/orchestra/accompaniment
COMMENT COMM Comments
COMPOSER TCOM Composer
CONDUCTOR TPE3 Conductor/performer refinement
DATE TDRC Recording time
DISCNUMBER TPOS Part of a set
ENCODED BY TENC TENC Encoded by
GENRE TCON Content type
ORIGINAL ARTIST TOPE Original artist(s)/performer(s)
SUBTITLE TIT3 Subtitle/Description refinement
TITLE TIT2 Title/songname/content description
TRACKNUMBER TRCK Track number/Position in set
TOTALTRACKS TRCK Total tracks stored together with the tack number separated by '/'. E.g. "4/9"
WWW WXXX User defined URL link frame


References