Metadata
string.apic.parse
Parse APIC ID3v2 tags (such as those obtained in the APIC tag from file.metadata.id3v2). The returned values are: mime, picture type, description, and picture data.
Type:
(string) -> string
Arguments:
(unlabeled)(of typestring): APIC data.
Methods:
description(of typestring): Descriptionmime(of typestring): Mime typepicture_type(of typeint): Picture type
string.pic.parse
Parse PIC ID3v2 tags (such as those obtained in the PIC tag from file.metadata.id3v2). The returned values are: format, picture type, description, and picture data.
Type:
(string) -> string
Arguments:
(unlabeled)(of typestring): PIC data.
Methods:
description(of typestring): Descriptionformat(of typestring): Picture formatpicture_type(of typeint): Picture type