ScryD3.V2 (scryd3 v0.2.2) View Source
Basic ID3v2 tag parsing.
Link to this section Summary
Functions
Read all ID3 frames from the file.
Read the main ID3 header from the file. Extended header is not read nor allowed.
Link to this section Functions
Specs
Read all ID3 frames from the file.
Returns a Map of 4-character frame ID to frame content. For example:
%{
"TIT2" => "Anesthetize"
"TPE1" => "Porcupine Tree"
"TALB" => "Fear of a Blank Planet"
...
}
Specs
Read the main ID3 header from the file. Extended header is not read nor allowed.
Returns version, flags and size in bytes, as a Map.
version is a {major, minor} tuple.
flags is a HeaderFlags struct, see definition. Flags are only read, not recognized nor honored.