I'm trying to convert my wavpack's to mp3 for my nokia 6230i, which works great in foobar, however my nokia phone does not seem to like foobars mp3 tags.
After converting wv to mp3 foobar writes id3v1 & id3v2 and the nokia only shows square symbols instead of tags. I've since learnt that the nokia does not support id3v2 so i would like to only use id3v1 but have full tag support with APEv2 for my foobar player. Not too much to ask?
Tagging options seem very limited in foobar 0.9 unless im overlooking something so i tried wapet which writes APEv2 fine BUT i cant figure out how to write id3v1+APEv2 with wapet.
%d -t "Artist=%a" -t "Title=%t" -t "Album=%g" -t "Year=%y" -t "Track=%n" -t "Genre=%m" C:\Audio\encoders\lame\LAME.exe -V 3 --vbr-new --id3v1-only %s %d
The above creates an mp3 with only APEv2 but not the id3v1 (no tags on the nokia)
1. How can i create mp3' with full tags (APEv2+id3v1) with foobar that my nokia can read and not display square symbols in one step?