Skip to content

Instantly share code, notes, and snippets.

@milnak
Last active January 14, 2026 02:08
Show Gist options
  • Select an option

  • Save milnak/04d16a19cf766f84836cb08390bca8ed to your computer and use it in GitHub Desktop.

Select an option

Save milnak/04d16a19cf766f84836cb08390bca8ed to your computer and use it in GitHub Desktop.

Revisions

  1. milnak revised this gist Jan 14, 2026. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -74,7 +74,7 @@ Tools:

    Click OK.

    ### EAC > Drive Options...
    ### EAC > Drive Options

    Drive:

  2. milnak revised this gist Jan 14, 2026. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -50,8 +50,8 @@ In EAC setup Wizard:

    When "Configure AccurateRip" dialog shows, click "Configure".

    **EAC does a pretty good job with just that setup, but there's additional
    tweaks I prefer, as noted in the following sections.**
    *EAC does a pretty good job with just that setup, but there's additional
    tweaks I prefer, as noted in the following sections.*

    ## Configure

  3. milnak revised this gist Jan 14, 2026. 1 changed file with 11 additions and 7 deletions.
    18 changes: 11 additions & 7 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -40,13 +40,13 @@ In EAC setup Wizard:
    * Click Next twice.
    * Choose "I prefer to have accurate results", click Next.
    * If asked, choose "I don't trust these values, detect the features for my drive."
    * Insert popular CD for AccurateRip detection.
    * Wait for auto detection to complete.
    * Insert popular CD and wait for auto detection to complete then click "Next".
    * IMPORTANT: Ignore for now, but don't close, any "Configure AccurateRip" dialog that may show.
    * Choose "FLAC"
    * "Autodetection" dialog will show and drive features will be determined.
    * Choose "FLAC (around 6MB/minute)"
    * Choose naming `ABBA \ Number Ones \ 03 Dancing Queen`
    * Choose "I am an expert"
    * Click Finish.
    * Choose "I am a beginner, make all options as easy as possible"
    * Click "Finish".

    When "Configure AccurateRip" dialog shows, click "Configure".

    @@ -63,9 +63,7 @@ Extraction:

    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
    @@ -85,6 +83,12 @@ Drive:

    Click OK.

    ## Save Profile

    EAC > Profiles > Save Profile...

    Save profile with name of your choice, e.g. drive name.

    ## Extract Audio

    Press Alt-G to get CD metadata, if it's not there.
  4. milnak revised this gist Jan 14, 2026. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -38,8 +38,11 @@ When asked to use test version of the GD3 metadata provider, click "No".
    In EAC setup Wizard:

    * Click Next twice.
    * Insert popular CD (for AccurateRip detection)
    * Wait for auto detection to complete. Ignore (but don't close) any "Configure AccurateRip" dialog that may show.
    * Choose "I prefer to have accurate results", click Next.
    * If asked, choose "I don't trust these values, detect the features for my drive."
    * Insert popular CD for AccurateRip detection.
    * Wait for auto detection to complete.
    * IMPORTANT: Ignore for now, but don't close, any "Configure AccurateRip" dialog that may show.
    * Choose "FLAC"
    * Choose naming `ABBA \ Number Ones \ 03 Dancing Queen`
    * Choose "I am an expert"
  5. milnak revised this gist Jan 14, 2026. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -31,10 +31,10 @@ Install from [EAC Homepage](http://www.exactaudiocopy.de)

    ## First Run

    If asked to use test version of the GD3 metadata provider, click "No".

    Run EAC

    When asked to use test version of the GD3 metadata provider, click "No".

    In EAC setup Wizard:

    * Click Next twice.
  6. milnak revised this gist Jan 14, 2026. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -8,10 +8,8 @@ To backup any previous configuration (optional):

    ```PowerShell
    mkdir 'EAC-backup'; cd 'EAC-backup'
    REG.EXE EXPORT 'HKEY_CURRENT_USER\Software\AWSoftware\EACU' EACU.reg
    Compress-Archive -DestinationPath 'EAC.zip' -LiteralPath "$env:AppData\EAC" -Verbose
    REG.EXE EXPORT 'HKEY_CURRENT_USER\Software\Illustrate\dBpowerAMP' dBpowerAMP.reg
    Compress-Archive -DestinationPath 'AccurateRip.zip' -LiteralPath "$env:AppData\AccurateRip" -Verbose
    ```
    @@ -21,7 +19,6 @@ Remove previous configuration:
    ```PowerShell
    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"
    ```
  7. milnak revised this gist Jan 13, 2026. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -36,7 +36,6 @@ Install from [EAC Homepage](http://www.exactaudiocopy.de)

    If asked to use test version of the GD3 metadata provider, click "No".


    Run EAC

    In EAC setup Wizard:
  8. milnak revised this gist Nov 4, 2025. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -71,6 +71,10 @@ General:
    * ☐ Beep after extraction finished
    * ☒ Eject CD after extraction finished

    Tools:

    * ☒ On extraction, start external compressors queued in the background

    Click OK.

    ### EAC > Drive Options...
  9. milnak revised this gist Oct 16, 2025. 1 changed file with 0 additions and 8 deletions.
    8 changes: 0 additions & 8 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -82,14 +82,6 @@ Drive:

    Click OK.

    ### EAC > Compression Options...

    Comment:

    * ☒ Write following text into ID3 tag comment field: `Exact Audio Copy`

    Click OK.

    ## Extract Audio

    Press Alt-G to get CD metadata, if it's not there.
  10. milnak revised this gist Oct 16, 2025. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -51,7 +51,6 @@ In EAC setup Wizard:

    When "Configure AccurateRip" dialog shows, click "Configure".


    **EAC does a pretty good job with just that setup, but there's additional
    tweaks I prefer, as noted in the following sections.**

  11. milnak revised this gist Oct 16, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -45,7 +45,7 @@ In EAC setup Wizard:
    * Insert popular CD (for AccurateRip detection)
    * Wait for auto detection to complete. Ignore (but don't close) any "Configure AccurateRip" dialog that may show.
    * Choose "FLAC"
    * Choose naming `ABBA \ Number Ones \ 03 Dancing Queen`
    * Choose naming `ABBA \ Number Ones \ 03 Dancing Queen`
    * Choose "I am an expert"
    * Click Finish.

  12. milnak revised this gist Oct 16, 2025. 1 changed file with 9 additions and 6 deletions.
    15 changes: 9 additions & 6 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -7,14 +7,15 @@ These instructions provide a way to accurately rip CDs using [Exact Audio Copy (
    To backup any previous configuration (optional):

    ```PowerShell
    mkdir 'EAC-backup'; cd 'EAC-backup'
    REG.EXE EXPORT 'HKEY_CURRENT_USER\Software\AWSoftware\EACU' EACU.reg
    Compress-Archive -DestinationPath 'EAC.zip' -LiteralPath "$env:AppData\EAC" -Verbose
    REG.EXE DELETE 'HKEY_CURRENT_USER\Software\Illustrate\dBpowerAMP' /F
    Remove-Item -Recurse -Force "$env:AppData\AccurateRip"
    REG.EXE EXPORT 'HKEY_CURRENT_USER\Software\Illustrate\dBpowerAMP' dBpowerAMP.reg
    Compress-Archive -DestinationPath 'AccurateRip.zip' -LiteralPath "$env:AppData\AccurateRip" -Verbose
    ```


    Remove previous configuration:

    ```PowerShell
    @@ -33,21 +34,23 @@ Install from [EAC Homepage](http://www.exactaudiocopy.de)

    ## First Run

    Insert popular CD (for AccurateRip detection)
    If asked to use test version of the GD3 metadata provider, click "No".


    Run EAC

    In EAC setup Wizard:

    * Click Next twice. Wait for auto detection to complete.
    * Click Next twice.
    * Insert popular CD (for AccurateRip detection)
    * Wait for auto detection to complete. Ignore (but don't close) any "Configure AccurateRip" dialog that may show.
    * 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.**
  13. milnak revised this gist Oct 16, 2025. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,19 @@ These instructions provide a way to accurately rip CDs using [Exact Audio Copy (

    ## Remove Previous Configuration

    To backup any previous configuration (optional):

    ```PowerShell
    REG.EXE EXPORT 'HKEY_CURRENT_USER\Software\AWSoftware\EACU' EACU.reg
    Compress-Archive -DestinationPath 'EAC.zip' -LiteralPath "$env:AppData\EAC" -Verbose
    REG.EXE DELETE 'HKEY_CURRENT_USER\Software\Illustrate\dBpowerAMP' /F
    Remove-Item -Recurse -Force "$env:AppData\AccurateRip"
    ```


    Remove previous configuration:

    ```PowerShell
    REG.EXE DELETE 'HKEY_CURRENT_USER\Software\AWSoftware\EACU' /F
    Remove-Item -Recurse -Force "$env:AppData\EAC"
  14. milnak revised this gist Jun 27, 2025. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -62,7 +62,8 @@ Click OK.

    Drive:

    * ☒ CD-Text Read capable drive
    * Click "Autodetect read command now".
    * ☒ CD-Text Read capable drive

    Click OK.

  15. milnak revised this gist Jun 24, 2025. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -85,7 +85,3 @@ Press Shift-F5 (or CMP button) to extract to FLAC.
    [Exact Audio Copy - Hydrogenaudio](https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy)

    [Secure Ripping](https://wiki.hydrogenaudio.org/index.php?title=Secure_ripping)

    [How to setup Exact Audio Copy for FLAC ripping](https://captainrookie.com/how-to-setup-exact-audio-copy-for-flac-ripping/)

    [Perfect CD-ripping to FLAC with Exact Audio Copy](https://flemmingss.com/perfect-cd-ripping-to-flac-with-exact-audio-copy/)
  16. milnak revised this gist Jun 20, 2025. 1 changed file with 3 additions and 6 deletions.
    9 changes: 3 additions & 6 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -12,14 +12,11 @@ REG.EXE DELETE 'HKEY_CURRENT_USER\Software\Illustrate\dBpowerAMP' /F
    Remove-Item -Recurse -Force "$env:AppData\AccurateRip"
    ```

    ## Install EAC and FLAC (using scoop)
    ## Install EAC

    Can also install manually, but [scoop](https://scoop.sh/) makes it easy.
    Install from [EAC Homepage](http://www.exactaudiocopy.de)

    ```PowerShell
    scoop install main/flac
    scoop install extras/eac
    ```
    [Direct link](http://www.exactaudiocopy.de/eac-1.8.exe) (v1.8, latest as of this writing)

    ## First Run

  17. milnak revised this gist Jun 20, 2025. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -30,7 +30,6 @@ 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"
  18. milnak revised this gist Jun 20, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -74,7 +74,7 @@ Click OK.

    Comment:

    * ☒ Write following text into ID33 tag comment field
    * ☒ Write following text into ID3 tag comment field: `Exact Audio Copy`

    Click OK.

  19. milnak revised this gist Jun 20, 2025. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -61,6 +61,15 @@ General:
    * ☒ Eject CD after extraction finished

    Click OK.

    ### EAC > Drive Options...

    Drive:

    * ☒ CD-Text Read capable drive

    Click OK.

    ### EAC > Compression Options...

    Comment:
  20. milnak revised this gist Jun 20, 2025. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -61,12 +61,11 @@ General:
    * ☒ Eject CD after extraction finished

    Click OK.
    ### EAC > Compression Options...

    ### EAC > Drive Options…
    Comment:

    Drive:

    * ☒ CD-Text Read capable drive
    * ☒ Write following text into ID33 tag comment field

    Click OK.

  21. milnak revised this gist Jun 20, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -80,7 +80,7 @@ Press Shift-F5 (or CMP button) to extract to FLAC.

    [Exact Audio Copy - Hydrogenaudio](https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy)

    * [Details about secure ripping options](https://wiki.hydrogenaudio.org/index.php?title=Secure_ripping#CDex)
    [Secure Ripping](https://wiki.hydrogenaudio.org/index.php?title=Secure_ripping)

    [How to setup Exact Audio Copy for FLAC ripping](https://captainrookie.com/how-to-setup-exact-audio-copy-for-flac-ripping/)

  22. milnak revised this gist Jun 20, 2025. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -78,7 +78,9 @@ Press Shift-F5 (or CMP button) to extract to FLAC.

    ## References

    [Details about secure ripping options](https://wiki.hydrogenaudio.org/index.php?title=Secure_ripping#CDex)
    [Exact Audio Copy - Hydrogenaudio](https://wiki.hydrogenaudio.org/index.php?title=Exact_Audio_Copy)

    * [Details about secure ripping options](https://wiki.hydrogenaudio.org/index.php?title=Secure_ripping#CDex)

    [How to setup Exact Audio Copy for FLAC ripping](https://captainrookie.com/how-to-setup-exact-audio-copy-for-flac-ripping/)

  23. milnak revised this gist Jun 20, 2025. 1 changed file with 0 additions and 17 deletions.
    17 changes: 0 additions & 17 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -60,10 +60,6 @@ General:
    * ☐ Beep after extraction finished
    * ☒ Eject CD after extraction finished

    Tools:

    * ☒ On extraction, start external compressors queued in the background

    Click OK.

    ### EAC > Drive Options…
    @@ -74,19 +70,6 @@ Drive:

    Click OK.

    ### EAC > Compression Options

    External Compression:

    * 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=%comment%" %source% --output-name=%dest%`
    * Click "Test encoder" - You should see a success return code.

    Comment:

    * ☒ Write the following text into ID tag comment field: `Exact Audio Copy`

    Click OK.

    ## Extract Audio

    Press Alt-G to get CD metadata, if it's not there.
  24. milnak revised this gist Jun 19, 2025. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -78,9 +78,13 @@ Click OK.

    External Compression:

    * 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%`
    * 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=%comment%" %source% --output-name=%dest%`
    * Click "Test encoder" - You should see a success return code.

    Comment:

    * ☒ Write the following text into ID tag comment field: `Exact Audio Copy`

    Click OK.

    ## Extract Audio
  25. milnak revised this gist Jun 19, 2025. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -60,6 +60,10 @@ General:
    * ☐ Beep after extraction finished
    * ☒ Eject CD after extraction finished

    Tools:

    * ☒ On extraction, start external compressors queued in the background

    Click OK.

    ### EAC > Drive Options…
  26. milnak revised this gist Jun 18, 2025. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -74,9 +74,6 @@ 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.

  27. milnak revised this gist Jun 18, 2025. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -66,7 +66,6 @@ Click OK.

    Drive:

    * Click "Autodetect read command now"
    * ☒ CD-Text Read capable drive

    Click OK.
  28. milnak revised this gist Jun 18, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -32,7 +32,7 @@ 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 naming `ABBA \ Number Ones \ 03 Dancing Queen`
    * Choose "I am an expert"
    * Click Finish.

  29. milnak revised this gist Jun 18, 2025. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -60,10 +60,6 @@ General:
    * ☐ Beep after extraction finished
    * ☒ Eject CD after extraction finished

    Filename:

    * ☒ Use various artist naming scheme: `%albumartist%\%albumtitle%\%tracknr2% %artist% - %title%`

    Click OK.

    ### EAC > Drive Options…
  30. milnak revised this gist Jun 18, 2025. 1 changed file with 11 additions and 1 deletion.
    12 changes: 11 additions & 1 deletion Exact Audio Copy (EAC) Configuration.md
    Original file line number Diff line number Diff line change
    @@ -40,6 +40,9 @@ 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.**

    ## Configure

    ### EAC > EAC Options…
    @@ -57,6 +60,10 @@ General:
    * ☐ Beep after extraction finished
    * ☒ Eject CD after extraction finished

    Filename:

    * ☒ Use various artist naming scheme: `%albumartist%\%albumtitle%\%tracknr2% %artist% - %title%`

    Click OK.

    ### EAC > Drive Options…
    @@ -72,8 +79,11 @@ 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 "No error occurred"
    * Click "Test encoder" - You should see a success return code.

    Click OK.