Expand description
ID3v2.3 and ID3v2.4 tag reader for APE files.
APE files may contain an ID3v2 tag prepended before the APE header (in the “junk header” region). This module parses those tags and exposes the most common text frames.
Structs§
- Id3v2
Frame - A single ID3v2 frame.
- Id3v2
Tag - A parsed ID3v2 tag.
Functions§
- read_
id3v2 - Read an ID3v2 tag from the beginning of the stream.