Hello,
Using the Tags Add-on Version 18 with format "%DISC" on MP4 (m4a) file formats (AAC and ALAC) I get wrong disc numbers.
Update: The same wrong numbers are returned, if I use BASS_ChannelGetTags(stream, BASS_TAG_MP4) directly.
If the number is 1194 = 0x4AA, the Add-on returns the string "170" = 0xAA.
In case of 2194 = 0x892 a value of "146" = 0x92 is returned.
Thus it seems that only the lowest byte of the disc number is read.
On mp3 and flac files, disc numbers above 255 are read correctly.
Thanks and best regards,
Klaus