APE tag
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Metadata }} '''APE tag''' is a metadata format embedded in some audio files, such as MP3 files. Its purpose is similar to that ...") |
Revision as of 15:21, 27 November 2017
APE tag is a metadata format embedded in some audio files, such as MP3 files. Its purpose is similar to that if ID3. It apparently has some relationship to Monkey's Audio format.
Identification
An APE tag segment has the ASCII signature "APETAGEX
" beginning 32 bytes before the end of the segment. Typically, the segment will be at the very end of the audio file, or just before an ID3v1 segment (i.e., the signature could appear 32+128 bytes from the end of the file). However, in some cases the segment could be at the beginning of the file, or possibly somewhere else.
APEv2 segments also begin with the same "APETAGEX
" signature (i.e., the signature will appear twice).