Mirko:
Here is the settings I use w/ EAC and tagging works fine
(assuming you have filled or let FreeDB fill in info for track names, title, track #, year and genre)
In the compression options window set the following:
>Parameter passing to User Defined Encoder
>file extension to .mp3 OR .ogg
>in Additional command line options place one of the examples shown below
>(in Program, including path....) path to external encoder (in my case it's D:\MediaJukebox\Plugins\lame.exe OR oggenc.exe)
>bit rate to 320 (it is overriden by command line)
>check high quality
>uncheck Add ID3 tag
>uncheck Use CRC check
FOR MP3: (VBR mode - 192/224 kbs average)--alt-preset standard --id3v2-only --pad-id3v2 --tt "%t" --ta "%a" --tl "%g" --ty %y --tn %n --tg "%m" %s %d
FOR OGG: (quality %s -q 8 -t "%t" -a "%a" -l "%g" -G "%m" -d %y -N %n
You can save these settings and any variations by creating profiles.
(i.e. for mp3's I have a profile called MP3 HQ VBR and for ogg's it is called OGG Q8)
Xenno