MP3 Diags
After scanning completes, you see the main window, having a table with files (and quite likely "notes") in the upper part of the screen and tables with the "notes" and "streams" of the current file in the lower part.
A "note" is a message about an MP3 file, usually describing something that is wrong with the file. There are 3 kinds of notes, based on their severity: error, warning, and support, though the distinction between errors and warnings isn't always clear-cut. You probably want to fix the errors and think about warnings. The color of a note's label tells its severity: black for warnings, red for errors, and blue for support. The "support" notes simply indicate that a valid feature of an MP3 file is recognized as such, but the current version of MP3 Diags can't use it. There is nothing to do about them, except request for the feature to be supported. The main reason for not supporting a feature is that although I've found documentation about that fature, I don't have any file that uses it, so I don't know if my understanding is correct, and also if anybody actually needs that feature.
The notes in the file table are grouped according to these categories:
Audio
Xing and LAME
VBRI
ID3V2
APIC
ID3V2.3.0
ID3V2.4.0
ID3V1
Broken streams
Truncated streams
Unknown streams
Lyrics
Ape
Others
A note has a two-letter label, which is used for convenience, to make it easy to track notes from one part of the UI to another, or to report bugs / ask questions. The first letter of the label identifies the category, while the second letter identifies a note within its category.
By default all note groups use the same background color, but the colors are configurable individually. Throughout this documentation, ID3V2-related groups (ID3V2, APIC, ID3V2.3.0, and ID3V2.4.0) use a different color, to make it easier to see what can be fixed in the tag editor.
Notes may have addresses, which allow them to be connected to particular streams. (If you don't know what an address is, just ignore them.)
MP3 Diags has its own, rather rigid, idea about how an MP3 file should look like, and it will show errors or warnings for non-compliant files. A "good" file should contain these streams: There are further restrictions on the order of the streams:
You may want to ignore some notes, because they are irrelevant in your particular situation. This can be achieved via the configuration dialog . Several notes are ignored by default. For example, fields in an ID3V1 tag are supposed to be padded with zeroes to the right to fill their fixed-size allocated space, but some tools use spaces instead (well, there are also other sites saying that padding should be done with spaces.) All the tools that I looked at don't really care about this requirement, and work equally well whether the padding is done with spaces or with zeroes. For this reason, several notes about zeroes in ID3V1 tags are ignored by default. If you have a tool that cares about zeroes, you should remove those notes from the "ignored" list.
You can do useful things with MP3 Diags even if you don't know what an address is or how to read the hex number that represents an address. However, in these cases you're more likely to mess things up, so you should be extra careful.