Method Standards.ID3.Tag()->friendly_values()
- Method friendly_values
mapping(string:string) friendly_values()- Description
Returns tag values in a mapping. Only tag values that exists in ID3v1.1 is used. Nonexisting or undefined values will not appear in the mapping.
"artist":stringTakes its value from TPE1 or TP1 frames.
"album":stringTakes its value from TALB or TAL frames.
"title":stringTakes its value from TIT2 or TT2 frames.
"genre":stringTakes its value from TCON or TCM frames.
"year":stringTakes its value from TYER or TYE frames.
"track":stringTakes its value from TRCK or TRK frames. The string may be either in the
"%d"form or in the"%d/%d"form.