Open
Description
An outgrowth of #1043, courtesy of @kiefermat.
Apparently, some software uses COMM
frames with funky desc
fields to store comments. (Most software uses an empty desc
field.) We should probably read these various frames and interpret them as comments.
The question gets a little trickier when writing. I lean toward automatically "standardizing" these fields when MediaFile needs to update the tag—i.e., we should drop any frames with custom desc
fields and just preserve the desc
less frame. That would require a bit more machinery than we currently have in MP3DescStorageStyle
.