album ( id3 -- string/f )
ID3 tags

Prev:mp3>id3 ( path -- id3/f )
Next:artist ( id3 -- string/f )


Vocabulary
id3

Inputs
id3an id3


Outputs
string/fa string or f


Word description
Returns the album, or f if this field is missing, from a parsed id3 tag.

Definition

: album ( id3 -- string/f ) "TALB" find-id3-frame ;