I'm using mareo 5.0. 
The cmd options have changed, and I had problems getting it going. This
is what works for me:

here's my external comp line for eac:
Fon Soff "C:\Program Files\mareo\mareoFlacMp3.ini" %s %d "%a" "%g" "%t"
"%n" %y "%m"

Here's my ini file:

;
----------------------------------------------------------------------------------------------------------------------
; NUMBER OF ZEROS TO PAD THE TRACK NUMBER (0 to disable)
;
----------------------------------------------------------------------------------------------------------------------
PaddingZeros = 2

;
----------------------------------------------------------------------------------------------------------------------
; IS MAREO REQUIRED TO DELETE THE WAV FILE AFTER ENCODING (TRUE) OR THE
CD RIPPER DOES (FALSE)?
;
----------------------------------------------------------------------------------------------------------------------
DeleteWavFile = TRUE

;
----------------------------------------------------------------------------------------------------------------------
; What char would be used to replace forbiden chars?
;
----------------------------------------------------------------------------------------------------------------------
CorrectionChar = _

;
----------------------------------------------------------------------------------------------------------------------
; FLAC: most supported lossless encoder: http://flac.sourceforge.net/
;
----------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = G:\music\MyFlacCds\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED]-[TITLE]-[ALBUM]
VFINALPATH = G:\music\MyFlacCds\VariousArtists\[ALBUM]\
VFINALNAME = [TRACKPADDED]-[TITLE]-[ARTIST]
EXTENSION = flac
ENCODEREXE = c:\Program Files\Audio Encoding
Utils\CODECs\flac\flac.exe
PARAMETERS = -3 -V --replay-gain "[SOURCE]" -o "[DESTTMP]" -T
artist="[ARTIST]" -T album="[ALBUM]" -T title="[TITLE]" -T
tracknumber="[TRACK]" -T date="[YEAR]" -T genre="[GENRE]"
RENAME = TRUE

;
---------------------------------------------------------------------------------------------------------------------------
; MP3 LAME: best MP3 encoder: http://www.rarewares.org/mp3.html
;
---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = D:\Music\MyMp3Cds\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED]-[TITLE]-[ALBUM]
VFINALPATH = D:\Music\MyMp3Cds\VariousArtists\[ALBUM]
VFINALNAME = [TRACKPADDED]-[TITLE]-[ARTIST]
EXTENSION = mp3
ENCODEREXE = C:\Program Files\Audio Encoding Utils\CODECs\mp3\lame.exe
PARAMETERS = -V4 --vbr-new --replaygain-fast --nohist --id3v2-only
--ignore-tag-errors --ta "[ARTIST]" --tl "[ALBUM]" --tt "[TITLE]" --tn
"[TRACK]" --ty "[YEAR]" --tg "[GENRE]" "[SOURCE]" "[DESTTMP]"
RENAME = TRUE

; EOF


-- 
jmx
------------------------------------------------------------------------
jmx's Profile: http://forums.slimdevices.com/member.php?userid=10536
View this thread: http://forums.slimdevices.com/showthread.php?t=34052

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to