parse-mp3-directory ( path -- seq )
ID3 tags

Next:find-mp3s ( path -- seq )


Vocabulary
id3

Inputs
patha pathname string


Outputs
seqa sequence


Word description
Returns a sequence of key/value pairs where the key is the path of an MP3 and the value is the parsed ID3 header or f recursively for each MP3 file in the directory and all subdirectories.

Definition