On 08/12/05, Martin McCormick <martin(a)dc.cis.okstate.edu> wrote:
-J] [-L cddbp-mode] [-H] [-g] [-l buffers] [-D
cd-device]
If I put a -L anything anywhere in that command, it is instant
failure:
# cdda2wav -D0,0,0 -J -L cddb-mode
I think "cddb-mode" should be a 0 or a 1. From the readme of the
current version:
(-L) cddb=cddbpmode do cddbp title lookups.
resolve multiple entries according to cddbpmode:
0=interactive, 1=first entry
So run with something like
cdda2wav -B -L 1 -dev <cd dev>
or
cdda2wav -B -L 0 -dev <cd dev>
Worked for me in a quick test here.
- Pete.