i'd like to have some Discogs info in the Comment field. i tried using the Format value action but encountered one issue - it lets you to paste only one line in the Format string
specifically, i need to have the following in the Format string:
The problem is that Mp3tag saves line breaks in Linux format ($0A) and Winamp can read only windows line breaks ($13 $10)
The ID3v2 standard even says that only $0A is allowed, but there are programs that do it differently.
You can fix it temporarily with an action "Regular Expression"
RE: \a
Replace: \d\a
But when you save the tag again in Mp3tag it gets changed again.