Skip to main content

Module id3v2

Module id3v2 

Source
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§

Id3v2Frame
A single ID3v2 frame.
Id3v2Tag
A parsed ID3v2 tag.

Functions§

read_id3v2
Read an ID3v2 tag from the beginning of the stream.