I have configured EAC to rip and compress and image with FLAC.
Current switches
In the EAC compresison options, on the external compression tab, I currently us the following additional command line options:
QUOTE
-6 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" -T comment="%e" -T "comment=EAC (Secure Mode)" %s
These switches are not achieving what I want, and I hoping someone can help me to understand and use the correct switches.
What I would like...
1. I want the original WAV file to be deleted after the external FLAC compression has finished. I currently have the 'delete wav after compression' tickbox checked, but it obviously doesn't effect external compression in FLAC. So which switch should I use in order to do this properly?
2. I also only want FLAC to give the resulting FLAC file a filename and ID3v2 tag consisting of 'Artist name - Year - Album name'. How can I do this by tweaking the above switches?
I look forward to your responses. Thanks.