Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: iTunes Sound Check in id3v2 tag? (Read 4567 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

iTunes Sound Check in id3v2 tag?

Are the "Sound Check" values computed by iTunes stored in the id3v2 tag in Mp3 files, or are the values only stored in the iTunes database?

It they're stored in the id3v2 tag, what's the frame name?  Or is a TXXX frame with some particular formatting used?

iTunes Sound Check in id3v2 tag?

Reply #1
It's in the COMM frame with the description iTunNORM

iTunes Sound Check in id3v2 tag?

Reply #2
It's in the COMM frame with the description iTunNORM

Thanks.

It just gets appended to the text that already exists in the COMM frame?  I take it that it appears on a single line, or is some other kind of delimiter used?  So after allowing iTunes to add the Sound Check values a comment might look like:

Code: [Select]
Recorded live at the Plugged Nickel, Nov 18 & 19, 1964.
iTunNORM 00000077 00000057 000001E7 000001BA 00004C61 00004C61 00001BF4 00001929 00004C61 00004C61


Is that correct?

iTunes Sound Check in id3v2 tag?

Reply #3
No. A second frame is created. ID3v2 can have multiple COMM frames, but each should have a different description.
The description should not be visible or it should be shown separately from the content.
Also the different COMM frames should be treated as single frames, not as one.

The Comment you usually see is the one with an empty description.
The others are either ignored (ok) or mixed together (bad) or shown separately (best).
Not every application takes care of that.