Handbook
Glossary
genre ( id3 -- string/f )
ID3 tags
Prev:
comment ( id3 -- string/f )
Next:
title ( id3 -- string/f )
Vocabulary
id3
Inputs
id3
an
id3
Outputs
string/f
a
string
or
f
Word description
Returns the genre, or
f
if this field is missing, from a parsed id3 tag.
Definition
USING:
id3.private
;
IN:
id3
:
genre
( id3 -- string/f )
"TCON"
find-id3-frame
parse-genre
;