find-mp3s ( path -- seq )
ID3 tags

Prev:parse-mp3-directory ( path -- seq )
Next:mp3-paths>id3s ( seq -- seq' )


Vocabulary
id3

Inputs
patha pathname string


Outputs
seqa sequence


Word description
Returns a sequence of MP3 pathnames from a directory and all of its subdirectories.

Definition