chickadee » taglib » tag-property

tag-property FILE KEYprocedure
tag-property-set! FILE KEY VALUEprocedure
(set! (tag-property FILE KEY) VALUE)setter

Returns or sets a tag property for FILE. KEY must be one of the following symbols:

title
Title (string)
artist
Artist (string)
album
Album (string)
comment
Comment (string)
genre
Genre (string)
year
Year (number)
track
Track (number)

A return value of #f indicates an unset property. Likewise #f can be used as VALUE to clear a property.