Also, the $info(extrainfo) tag is now gone so to figure out if an MP3 is CBR or VBR it looks like we'll have to start parsing $info(codec_profile). No big deal but it's a significant change that breaks many trackinfo scripts.
EEEEEK!On mp3s I have: $if(%__extrainfo%,[ %__extrainfo%], CBR)
For some reason, i.e. if a vbr track is playing, it displays "CBR". If it is not playing "VBR". Possibly "%__extrainfo%" is only available when not playing?
EDIT: I just see the "[" and "]" are stupid. Hey, this is a stolen string
