Seems like there are multiple COM frames. Some have weird stuff in
them like 00000264 000002323 etc. Others have a real comment. How
can I distinguish between the two (or three)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There may be more than one comment frame in each tag, but
only one with the same language and content descriptor.
Reference: http://www.id3.org/id3v2.3.0.html#sec4.11
You can ::Find(ID3FID_COMMENT, ID3FN_DESCRIPTION, "Some
text") or ::Find(ID3FID_COMMENT, ID3FN_LANGUAGE, "lan").
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=564388
you'll have to elaborate on this one. I've never seen anything
like such behaviour. Please provide more detail.
Logged In: YES
user_id=840890
Seems like there are multiple COM frames. Some have weird stuff in
them like 00000264 000002323 etc. Others have a real comment. How
can I distinguish between the two (or three)
Logged In: YES
user_id=800933
There may be more than one comment frame in each tag, but
only one with the same language and content descriptor.
Reference:
http://www.id3.org/id3v2.3.0.html#sec4.11
You can ::Find(ID3FID_COMMENT, ID3FN_DESCRIPTION, "Some
text") or ::Find(ID3FID_COMMENT, ID3FN_LANGUAGE, "lan").