Larry Wrote:
> LogToScreen = TRUE
> LogToFile = TRUE
> RenameFirstFile = TRUE
> DeleteWavFile = TRUE
>
Just took a look at the documentation for 3.0. Those options in
particular, are quite interesting, and have several implications:
1. Is there anything in MAREO's log file? You've asked it to log to a
text file. What does it say?
2. You've asked MAREO to delete the WAV file. Did you disable EAC
from doing the same thing? If they both try to do it, something will
go poof.
MAREO's documentation makes this a little more clear:
Code:
--------------------
;
------------------------------------------------------------------------------
; DOES MAREO NEEDS TO LOG TO THE SCREEN?
;
------------------------------------------------------------------------------
LogToScreen = TRUE
;
------------------------------------------------------------------------------
; DOES MAREO NEEDS TO LOG TO A TXT/LOG FILE?
;
------------------------------------------------------------------------------
LogToFile = TRUE
;
------------------------------------------------------------------------------
; MAREO RENAMES THE FIRST ENCODED FILE (TRUE) OR THE CD RIPPER DOES (FALSE)?
;
------------------------------------------------------------------------------
RenameFirstFile = TRUE
;
------------------------------------------------------------------------------
; DOES MAREO DELETES THE WAV FILE AFTER ENCODING (TRUE) OR THE CD RIPPER DOES
(FALSE)?
;
------------------------------------------------------------------------------
DeleteWavFile = FALSE
--------------------
--
Mark Lanctot
------------------------------------------------------------------------
Mark Lanctot's Profile: http://forums.slimdevices.com/member.php?userid=2071
View this thread: http://forums.slimdevices.com/showthread.php?t=21903
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping