Understand the tag output format
masterThe onSuccess callback returns an object containing the tag type, version, and a tags object. The tags object contains both human-readable shortcuts and raw tag data.
Common Structure:
{
"type": "<the tag type: ID3, MP4, etc.>",
"tags": {
"<shortcut name>": "<points to a tags data>",
"<tag name>": {
"id": "<tag name>",
"data": "<the actual tag data>"
}
}
}Supported Shortcuts:
titleartistalbumyearcommenttrackgenrepicturelyrics