Handbook
Glossary
parse-mp3-directory ( path -- seq )
ID3 tags
Next:
find-mp3s ( path -- seq )
Vocabulary
id3
Inputs
path
a pathname string
Outputs
seq
a
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
IN:
id3
:
parse-mp3-directory
( path -- seq )
find-mp3s
mp3-paths>id3s
;