3.3.2.6 <tag-cloud-frame>

<tag-cloud-frame> represents the author’s “tag cloud” (XTAG) frame. Like <popm-frame>, there may be multiple <tag-cloud-frame> frames because each is tagged with the e-mail address of the author. The tag cloud itself (field tags) is represented by an URL-encoded string.

(define-class <tag-cloud-frame> (<id3v2-frame>)
  (owner #:init-value ""  #:accessor owner #:init-keyword #:owner)
  (tags  #:init-value '() #:accessor tags  #:init-keyword #:tags))