This is just a note to document the issue and the workaround, in case anyone else runs across it.
After KB968816, Windows Media Player 10 will refuse to play any MP3 that has a COMM (comment) tag with a Unicode "description" of longer than three characters (don't even think of asking why it might choose to do that - it's Microsoft!). Attempting to play such a file gives the error message:
Windows Media Player encountered an unknown error. This can occur when another program or operating system component encounters a problem but does not communicate the nature of the problem to the Player.MP3Tag uses Unicode to write the description part of the COMM tag, so files written by MP3Tag (recent versions) become unplayable by WMP10. This would seem to be a problem with Windows Media Player, not MP3tag, since the ID3v2.3 standards state that it is permissible to use Unicode for this.
The workaround for this is to:
- View the Extended Tags (Alt-T)
- Identify the offending comment tag - it will have the name "COMMENT " where will be a string of greater than 3 characters.
- Edit the offending Comment tag (double-click it)
- Change the comment description by changing its name to "COMMENT ", where is some suitable three-character (or less) new description for the comment. If this is the only comment for this file, it can be re-named to simply "COMMENT".
gvm