Log in

View Full Version : EAC v1.3 : FLAC ripping in the same folder than FLAC.exe


sirt
8th January 2017, 15:41
Hi,

Well I set EAC v.1.3 (the latest one available) to do perfect FLAC ripping : I followed this link link (https://beathau5com.wordpress.com/2015/07/28/exact-audio-copy-eac-how-to-install-and-setup-eac-to-make-flawless-rips-on-windows/) but whatever.

But in EAC > Compression Options and Additional command-line options I put :

-8 -V -T "TITLE=%title%" -T "ARTIST=%artist%" -T "ALBUMARTIST=%albumartist%" -T "ALBUM=%albumtitle%" -T "DATE=%year%" -T "TRACKNUMBER=%tracknr%" -T "TRACKTOTAL=%numtracks%" -T "GENRE=%genre%" -T "COMMENT=%comment%" -T "PERFORMER=%albuminterpret%" -T "COMPOSER=%composer%" %source% -o %dest%

Then I do rip and I end with FLAC files in the same folder than FLAC.exe (D:\EACRip\FLAC\flac.exe in my case). Then I guess issue is in additional command line above. Then :

- How can I have a folder created automatically like 'Artist - CD Name (Year) [FLAC]' ?

sirt
8th January 2017, 16:01
Actually, in EAC Options > Naming scheme, I put the following :

%albumartist% - %albumtitle% (%year%) [FLAC]\%tracknr2% - %title%

It seems to work but I don't know whether it is the correct way or not.

Oh and .cue I can see this :


REM GENRE Soul
REM DATE 1995
REM DISCID 1110B911
REM COMMENT "ExactAudioCopy v1.3"
PERFORMER "aaa"
TITLE "bbb"
REM COMPOSER ""


I don't want REM COMPOSER, how can I delete that ?

hello_hello
11th January 2017, 17:26
REM GENRE Soul
REM DATE 1995
REM DISCID 1110B911
REM COMMENT "ExactAudioCopy v1.3"
PERFORMER "aaa"
TITLE "bbb"
REM COMPOSER ""


I don't want REM COMPOSER, how can I delete that ?

I assume that's a cue sheet you're referring to?
If so you can open it in any text editor such as Notepad to delete it. Cue Sheets are just text files with a .cue extension.

sirt
12th January 2017, 06:17
Well, my question was about whether this category can be disabled in EAC. I don't want to manually edit the .cue afterwards.