I have a question: I want to tag a mp3 with APEv2 and ID3v1 tags (like
foobar2000 do) and I found that Tag.exe can do it with "--force ID3 --force
APE2" command, but I have another need. For APEv2 tags I want to write
tag as is, but for the ID3v1 I want to write the tags without special
characters (accented characters in italian and other slavic characters) that are not readed correctly with various systems. What I
want to do is, shortly, apply the --chreplace only on ID3v1 tags. Is
this possible shortly with one command? Or maybe this can be possible if
tag.exe can be launched two times on the same file: the first time will
add APEv2 tags, but on the seccond run can only add the ID3v1 tags with chreplace. But how I can do this without that Tag.exe remove APEv2 tags?
damjang