These instructions provide a way to accurately rip CDs using Exact Audio Copy (EAC).
REG.EXE DELETE 'HKEY_CURRENT_USER\Software\AWSoftware\EACU' /F
Remove-Item -Recurse -Force "$env:AppData\EAC"
REG.EXE DELETE 'HKEY_CURRENT_USER\Software\Illustrate\dBpowerAMP' /F
Remove-Item -Recurse -Force "$env:AppData\AccurateRip"Can also install manually, but scoop makes it easy.
scoop install main/flac
scoop install extras/eacInsert popular CD (for AccurateRip detection)
Run EAC
In EAC setup Wizard:
- Click Next twice. Wait for auto detection to complete.
- Ideally you'll see "Caching: No" and "Accurate Stream: Yes".
- Choose "FLAC"
- Choose naming
ABBA \ Number Ones \ 03 Dancing Queen - Choose "I am an expert"
- Click Finish.
When "Configure AccurateRip" dialog shows, click "Configure".
When asked to use GD3 metadata provider, click "No".
EAC does a pretty good job with just that setup, but there's additional tweaks I prefer, as noted in the following sections.
Extraction:
- Error recovery quality: Low
General:
- ☒ Disable CD Auto Start
- On unknown CDs: ☒ automatically access online database
- ☐ Display times using frames
- ☐ Show status dialog after extraction
- ☐ Beep after extraction finished
- ☒ Eject CD after extraction finished
Click OK.
Drive:
- Click "Autodetect read command now"
- ☒ CD-Text Read capable drive
Click OK.
External Compression:
- ☒ Use external program
- Parameter passing: User Defined Encoder
- File extension: .flac
- Additional command-line options:
--compression-level-8 --verify --tag="ARTIST=%artist%" --tag="TITLE=%title%" --tag="ALBUM=%albumtitle%" --tag="DATE=%year%" --tag="TRACKNUMBER=%tracknr%" --tag="GENRE=%genre%" --tag="PERFORMER=%albuminterpret%" --tag="COMPOSER=%composer%" --tag="BAND=%albuminterpret%" --tag="ALBUMARTIST=%albuminterpret%" --tag="DISCNUMBER=%cdnumber%" --tag="TOTALDISCS=%totalcds%" --tag="TOTALTRACKS=%numtracks%" --tag="COMMENT=Exact Audio Copy <https://www.exactaudiocopy.de/>" %source% --output-name=%dest% - Click "Test encoder" - You should see a success return code.
Click OK.
Press Alt-G to get CD metadata, if it's not there.
Press Shift-F5 (or CMP button) to extract to FLAC.
Details about secure ripping options