vontech
Jan 27 2004, 12:47
I would like to set up Mareo with EAC to encode both LAME --alt preset standard, and also flac, quality 6, for archival purposes.
The flac files would need to be perfect, since I would later decode individual tracks, burn them to CD, and play them through a REALLY good stereo system.
The mp3 files should go into an Artist/Album Title/Track Desc format, and the flac files into in similar format. In other words, they would land in directories with the format like:
c:\music\flacs\The Crystal Method - Tweekend
The Crystal Method - 01 - PHD.flac
The Crystal Method - 02 - Wild, Sweet and Cool.flac
and
c:\music\mp3\The Crystal Method - Tweekend
The Crystal Method - 01 - PHD.mp3
The Crystal Method - 02 - Wild, Sweet and Cool.mp3
I'm actually not clear if I should set up FLAC to encode a single flac file, or individual files, as above.
Has anyone set up Mareo to do this? I have about 400 CDs that I want to transfer to hard disk.
Thanks,
vontech
JoelMerrick
Jan 28 2004, 09:19
Good choice of music!
I'm going to see TCM on Friday, here in Manchester
kwanbis
Jan 29 2004, 07:42
QUOTE(vontech @ Jan 27 2004, 06:47 PM)
I'm actually not clear if I should set up FLAC to encode a single flac file, or individual files, as above.
Has anyone set up Mareo to do this? I have about 400 CDs that I want to transfer to hard disk.
mareo setup does not depends on the type of rip, cause, if there is one big file, or many split ones, mareo would run after the rip and call the encoders ...
vontech
Jan 30 2004, 00:55
I guess what I was sniffing around for was a sample Mareo ini file to do both the archival flac and then the mp3.
I'm really new at this.
kwanbis
Jan 30 2004, 07:54
on the mareo.ini included on the distribution, there are MP3 and FLAC examples. You can try:
mp3 NONE NONE "@ownpath@\lame.exe" --alt-preset standard -Z --ta "@artist@" --tl "@cdname@" --tt "@songname@" --tn "@track@" --ty "@year@" --tg "@genre@" --tc "EAC+LAME -alt-pre-standard-Z" "@source@" "@dest@"
flac NONE NONE "@ownpath@\flac.exe" -5 "@source@" -o "@dest@" -T artist="@artist@" -T album="@cdname@" -T title="@songname@" -T tracknumber="@track@" -T date="@year@" -T genre="@genre@" -T comment="EAC+FLAC"