This is what my mareo.ini file looks like:
PaddingZeros = 2
LogToScreen = TRUE
LogToFile = TRUE
DeleteWavFile = FALSE
CorrectionChar = _
; -----------------------------------------------------------------------------------------
; MP3 LAME: best MP3 encoder: http://www.rarewares.org/mp3.html
; -----------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = E:\My Music\EAC\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED] [TITLE]
VFINALPATH = E:\My Music\EAC\Compilations\[ALBUM]\
VFINALNAME = [TRACKPADDED] [TITLE]
EXTENSION = mp3
ENCODEREXE = C:\Program Files\LAME\lame.exe
PARAMETERS = -V0 --vbr-new --ignore-tag-errors --ta "[ARTIST]" --tl "[ALBUM]" --tt "[TITLE]" --tn "[TRACK]" --ty "[YEAR]" --tg "[GENRE]" "[SOURCE]" "[DESTTMP]"
RENAME = TRUE
; -----------------------------------------------------------------------------------------
; FLAC: most supported lossless encoder: http://flac.sourceforge.net/
; -----------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = E:\My Music\EAC\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED] [TITLE]
VFINALPATH = E:\My Music\EAC\Compilations\[ALBUM]\
VFINALNAME = [TRACKPADDED] [TITLE]
EXTENSION = flac
ENCODEREXE = C:\Program Files\FLAC\flac.exe
PARAMETERS = -8 -V "[SOURCE]" -o "[DESTTMP]" -T artist="[ARTIST]" -T album="[ALBUM]" -T title="[TITLE]" -T tracknumber="[TRACK]" -T date="[YEAR]" -T genre="[GENRE]"
RENAME = TRUE
The parameters line is in fact 1 long line, it's just been word-wrapped, so don't think that's the problem.
Posted is also what my EAC external compression options looks like. If the picture isn't working, here's the link: http://farm2.static.flickr.com/1213/116324...eb6299c23_o.jpg

If anyone can see any reason why it shouldn't be working please say, but I can't see what's wrong. Many thanks for any help.