From 3d40e40c9500d52ac911c382e673ed6282214a47 Mon Sep 17 00:00:00 2001 From: Harry Stern Date: Fri, 3 Mar 2023 20:54:24 -0500 Subject: [PATCH] Update README.md config file example Show how to set top-level whipper arguments Signed-off-by: Harry Stern --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b39c31f3..21104dd8 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,10 @@ defeats_cache = True ; whether the drive is capable of defeating the audio cac read_offset = 6 ; drive read offset in positive/negative frames (no leading +) # do not edit the values 'vendor', 'model', and 'release'; they are used by whipper to match the drive +# top-level whipper arguments go in [whipper]; subcommand arguments go in [whipper.subcommand...] +[whipper] +eject = always + # command line defaults for `whipper cd rip` [whipper.cd.rip] unknown = True