mp3-paths>id3s ( seq -- seq' )
ID3 tags

Prev:find-mp3s ( path -- seq )
Next:mp3>id3 ( path -- id3/f )


Vocabulary
id3

Inputs
seqa sequence


Outputs
seq'a sequence


Word description
From a sequence of pathnames, parses each ID3 header and returns a sequence of key/value pairs of pathnames and ID3 objects.

Definition