Just got finished testing the new version, and I am still not getting anywhere sadly.
mp3 NONE @pathonly@\@extonly@ "@ownpath@\lame.exe" --alt-preset standard --nohist --add-id3v2 --ta "@artist@" --tl "@cdname@" --tt "@songname@" --tn "@track@" --ty "@year@" --tg "@genre@" --tc "LAME3.90.2 --aps" "@source@" "@dest@"
;
flac NONE @pathonly@\@extonly@ "@ownpath@\flac.exe" -7 "@source@" -o "@dest@" -T artist="@artist@" -T album="@cdname@" -T title="@songname@" -T tracknumber="@track@" -T date="@year@" -T genre="@genre@" -T comment="Exact Audio Copy (Secure mode)"
Here is my log file for these commands:
MAREO - (M.)ultiple (A.)pplications (R.)unner for (E.)AC and (O.)thers.
Version 1.5 - Developed in Borland Delphi - Copyright 2003 by Kwanbis.
Dedicated to the Hydrogenaudio community; EAC (best Free CD Ripper), CDex (best Open Source CD Ripper), foobar2000 (best Audio Player), Ogg Vorbis (best Open Source MP3 alternative) and LAME (best MP3 encoder) developers, and to Borland, for Delphi & Kylix, the very best Windows and Linux programming environments.
+++ FREE For Commercial and Non-Commercial Use +++
*** Received Command Line ***
"D:\Utilities\CD-R Software\eac09b4\mareo.exe" EAC '"Metallica - 01 - Blackened.wav"' '"D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.wav"' '"D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.mp3"' "Metallica" "...And Justice For All" "Blackened" "1" "1988" ""
*** Parsed Parameters ***
@program@ (%1) = EAC
@finalname@ (%2) = '
@source@ (%3) = Metallica - 01 - Blackened.wav
@dest@ (%4) = ' '
@artist@ (%5) = D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.wav
@cdname@ (%6) = ' '
@songname@ (%7) = D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.mp3
@track@ (%8) = '
@year@ (%9) = Metallica
@genre@(%10) = ...And Justice For All
@11@ = (%11) = Blackened
@12@ = (%12) = 1
@13@ = (%13) = 1988
*** PROCESSING LINE 1 ***
mp3 NONE @pathonly@\@extonly@ "@ownpath@\lame.exe" --alt-preset standard --nohist --add-id3v2 --ta "@artist@" --tl "@cdname@" --tt "@songname@" --tn "@track@" --ty "@year@" --tg "@genre@" --tc "LAME3.90.2 --aps" "@source@" "@dest@"
*** Track 1 Parameters ***
@extonly@ = mp3
@pathonly@ =
@nameonly@ = ' '
@fullname@ = ' '.mp3
Final Name Path Override Ignored: \mp3
*** Final Name Parameters ***
Final Name Name Only = '
Final Name Path Only = D:\Utilities\CD-R Software\eac09b4
Final Name Full Name = D:\Utilities\CD-R Software\eac09b4\'.mp3
*** EXECUTING ***
"D:\Utilities\CD-R Software\eac09b4\lame.exe" --alt-preset standard --nohist --add-id3v2 --ta "D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.wav" --tl "' '" --tt "D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.mp3" --tn "'" --ty "Metallica" --tg "...And Justice For All" --tc "LAME3.90.2 --aps" "Metallica - 01 - Blackened.wav" "' '"
ERROR: "D:\Utilities\CD-R Software\eac09b4\lame.exe" --alt-preset standard --nohist --add-id3v2 --ta "D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.wav" --tl "' '" --tt "D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.mp3" --tn "'" --ty "Metallica" --tg "...And Justice For All" --tc "LAME3.90.2 --aps" "Metallica - 01 - Blackened.wav" "' '" returned the error code 1
*** PROCESSING LINE 2 ***
flac NONE @pathonly@\@extonly@ "@ownpath@\flac.exe" -7 "@source@" -o "@dest@" -T artist="@artist@" -T album="@cdname@" -T title="@songname@" -T tracknumber="@track@" -T date="@year@" -T genre="@genre@" -T comment="Exact Audio Copy (Secure mode)"
*** Track 2 Parameters ***
@extonly@ = flac
@pathonly@ =
@nameonly@ = ' '
@fullname@ = ' '.flac
Final Name Path Override Found: \flac
Path Override Does Not Exists: \flac
Trying To Create Directory: \flac
Success Creating Directory: \flac
*** Final Name Parameters ***
Final Name Name Only = '
Final Name Path Only = \flac
Final Name Full Name = \flac\'.flac
*** EXECUTING ***
"D:\Utilities\CD-R Software\eac09b4\flac.exe" -7 "Metallica - 01 - Blackened.wav" -o "' '.flac" -T artist="D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.wav" -T album="' '" -T title="D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.mp3" -T tracknumber="'" -T date="Metallica" -T genre="...And Justice For All" -T comment="Exact Audio Copy (Secure mode)"
ERROR: "D:\Utilities\CD-R Software\eac09b4\flac.exe" -7 "Metallica - 01 - Blackened.wav" -o "' '.flac" -T artist="D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.wav" -T album="' '" -T title="D:\Music\Metallica\1988 - ...And Justice For All\Mtmp7!1!5.mp3" -T tracknumber="'" -T date="Metallica" -T genre="...And Justice For All" -T comment="Exact Audio Copy (Secure mode)" returned the error code 1
*** DONE ***
2 errors ocurred. Press any key to end.