Gentoo Archives: gentoo-user

From: Joerg Schilling <Joerg.Schilling@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CD ripper that generates song titles?
Date: Thu, 27 Aug 2015 11:37:55
Message-Id: 55def686.chdf8A+Ii/EUSrDs%Joerg.Schilling@fokus.fraunhofer.de
In Reply to: Re: [gentoo-user] CD ripper that generates song titles? by Walter Dnes
1 Walter Dnes <waltdnes@××××××××.org> wrote:
2
3 > Thanks. I've now switched from cdparanoia to cdda2wav, like so...
4 >
5 > cdda2wav -vall dev=1,0,0 cddb=0 -paranoia -B
6 >
7 > I get separate tracks and info files, e.g. audio_01.inf, audio_01.wav.
8 > audio_02.inf, audio_02.wav, etc. I can pull the tune and artist from
9 > the Tracktitle= entry in the corresponding .inf file, and write a bash
10 > script to cycle through the directory, and use flac's -o option to give
11 > the flac file the correct name. I have an issue with /etc/sudoers, but
12 > that's a totally different thread.
13
14 BTW: I recommend to add: speed=4 paraopts=proof and if your drive supports
15 C2 errors, it may be a good idea to use:
16
17 speed=4 paraopts=proof,c2check
18
19 as add-on.
20
21 The reason why cdda2wav uses systematic file names is to allow easy copying
22 with cdrecord (by using cdrecord *.wav). If there is a demand on title based
23 filenames, I could add this feature.
24
25 Jörg
26
27 --
28 EMail:joerg@××××××.net (home) Jörg Schilling D-13353 Berlin
29 joerg.schilling@××××××××××××××××.de (work) Blog: http://schily.blogspot.com/
30 URL: http://cdrecord.org/private/ http://sourceforge.net/projects/schilytools/files/'

Replies

Subject Author
Re: [gentoo-user] CD ripper that generates song titles? Walter Dnes <waltdnes@××××××××.org>