Skip to main content

Tags in File Formats

Different audio formats store metadata using different systems. This page shows how each tag is stored across the file formats supported by Audio Tags Editor.

Field name reference

TagMP3 (ID3v2)M4A (iTunes)FLAC (Vorbis)OGG (Vorbis)
TitleTIT2©namTITLETITLE
ArtistTPE1©ARTARTISTARTIST
AlbumTALB©albALBUMALBUM
YearTDRC / TYER©dayDATEDATE
GenreTCONgnre / ©genGENREGENRE
Track NumberTRCKtrknTRACKNUMBERTRACKNUMBER
CommentsCOMM©cmtCOMMENTCOMMENT
SubtitleTIT3©st3SUBTITLESUBTITLE
Release DateTDRL©dayRELEASEDATERELEASEDATE
ConductorTPE3©conCONDUCTORCONDUCTOR
LyricistTEXT©lyrLYRICISTLYRICIST
LabelTPUB©labLABELLABEL
ISRCTSRC----:com.apple.iTunes:ISRCISRCISRC
Artist WebpageWOAR©urlCONTACTCONTACT
Is PodcastPCSTpcst
Podcast IDTGIDegid
Podcast URLWFEDpurl
Podcast CategoryTCATcatg
Podcast DescriptionTDESldes
Album ArtAPICcovrMETADATA_BLOCK_PICTUREMETADATA_BLOCK_PICTURE

indicates the tag is not saved for that format.

Format notes

MP3 — ID3v2

MP3 files use the ID3v2 standard (v2.3 or v2.4). Tags are stored as named frames, each identified by a four-character code. Audio Tags Editor reads and writes both ID3v2.3 and ID3v2.4 frames. Podcast-related frames (PCST, TCAT, TDES, TGID, WFED) are Apple extensions to the ID3 standard and are recognised by iTunes, Apple Podcasts, and compatible players.

M4A — iTunes Metadata

M4A files store metadata in atoms (also called boxes). Standard iTunes atoms use four-character codes (e.g. ©nam, trkn). Podcast-specific atoms (pcst, egid, purl, catg, ldes) are part of the iTunes podcast specification. The ISRC tag is stored in a freeform atom under the iTunes namespace.

FLAC and OGG — Vorbis Comments

FLAC and OGG files use Vorbis Comments, a simple key-value system. Keys are case-insensitive plain text strings. Podcast tags have no established standard in the Vorbis Comments specification, so they are not stored in FLAC or OGG files.