OK, I go on and on about using a decent ripping package for turning all those CDs into digital files for your music library, streamer, portable player etc, and I'm sure that just about everyone takes one look, gets scared and runs back to the safety of using iTunes to turn CDs into MP3s. So here's the thing: using a decent ripper isn't hard. Or it shouldn't be. So here's my quick guide to setting up and using EAC for ripping CDs.
Quick note: this post was mostly written with EAC version 0.99. I'll update for new features in 1.0beta1, such as the new artwork downloader, when I have time.
Setup
First thing, go get EAC from
http://www.exactaudiocopy.de/. Install it (make sure you install the FLAC component too, do a full install and you should be fine), run it, go through the setup wizard - accepting the defaults should be fine, although when it asks you for formats, pick FLAC rather than MP3/WMA. Some of the FLAC encoding level and filename options, we'll set later, but for now defaults will do (it's lossless, you can always re-convert, and post-rip tagging is a doddle). You also need to give your email address in return for access to the tagging database.
Options
Some of the settings you'll want to tweak...
Tools: "Do not open external compressor" - do you want a DOS window showing the FLAC compression happening?
Filename: use naming scheme "%D\%C\%N - %T"
Directories: set directory to whatever space you've set aside for your FLAC files eg. "music\flacTunes".
Ripping
The process of ripping a CD is quite simple. Fire up EAC, bung in a CD, hit ALT-G to query the freedb database and get the tagging info - if you get multiple entries, select one, you can always re-query if it looks wrong. You'll also get prompted for an album cover art search (medium sizes are probably fine) - hover over to preview, select/highlight the best and hit the big "save with EAC" button. Images are saved as "folder.jpg" in the album folder.
If the CD wasn't found, or there are tagging errors, enter/fix the info (double-click on a track title to edit), but you can always fix the tags later. Also note the "first track number" option, very useful for binding two-disc sets together into a single album (you'll also want to hack the "disc two" out of the album title).
Hit SHIFT-F5 to start ripping (if no directory set in options, it'll prompt you for one). This can take a while, EAC is pretty persistent and will try its best to get an accurate rip. When it's all done, you'll get a success/error report.
You can even watch the progress as the files get converted and written - temporary WAV and FLAC files get written along the way.
The Next Step
With your CD now in FLAC, you have options. Save it to your library for streaming. Convert to some other format (eg. MP3).
And then you can start really playing with EAC...
More Options
EAC has tons of options, this post just covers the basics.
For advanced drive configuration, you'll need a good, unscratched CD for EAC to do a test rip with (yes, this software actually tweaks itself for your CD/DVD drive), probably best to pick a nice long 70-minute CD (don't worry, it won't take nearly that long to do the test rip).
External Compression Options
Under EAC->Compression Options->External Compression, I have the following set:
Use external program for compression
Use file extension ".flac"
Program "C:\Program Files\Exact Audio Copy\FLAC\FLAC.EXE"
Additional command line options: -8 -V -T "ARTIST=%a" -T "TITLE=%t" -T "ALBUM=%g" -T "DATE=%y" -T "TRACKNUMBER=%n" -T "GENRE=%m" -T "COMMENT=%e" %s -o %d
Bitrate: 768kbps, high quality
Delete wav after compression
Check for external programs return code
Copy Range Feature
When the CD doesn't allocate the tracks exactly as you need, whether it's those pesky hidden tracks or strangely-placed index markers, you can fix things using the "Copy Range" feature to move where the CD tracks start/end or split tracks up.
The first thing to find out where your tracks start and end. If you can get exact CD block positions from a ripping log, great, otherwise at least note the times. Do "Action->Copy Range->Compressed" to start a partial track rip. In the dialogue, use the sliders and "snap track" to get a rough start/end position, fine tune with cursor left/right, or enter the block position directly. Once you've set the start and end positions, hit "OK" and the track rips.
Note that the file is saved outside of the normal album folder (defaults to the root of your music ripping directory) so you'll have to do some file moving afterwards. Name the file with standard "01 - Trackname.flac" scheme, and correct the tags afterwards (track number and name may default to whatever track was selected when you started the partial ripping.
For more in-depth details, see
this guide.