From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ADE7713989A for ; Thu, 27 Aug 2015 19:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 955C714355; Thu, 27 Aug 2015 19:42:50 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 6716614318 for ; Thu, 27 Aug 2015 19:42:49 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0DsFQA731xV/0v8d0tcgxCBMoglwwsEAgKBPD0QAQEBAQEBAYEKQQWDXQEBAwE6HCgLCyETEg8FJTeIJAjPIwEBAQcCAR+LOoUMFoMBgRYFi0SHLHeKCIEohlAZiyuCFIFFI4QUIjGCRwEBAQ X-IPAS-Result: A0DsFQA731xV/0v8d0tcgxCBMoglwwsEAgKBPD0QAQEBAQEBAYEKQQWDXQEBAwE6HCgLCyETEg8FJTeIJAjPIwEBAQcCAR+LOoUMFoMBgRYFi0SHLHeKCIEohlAZiyuCFIFFI4QUIjGCRwEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="161606570" Received: from 75-119-252-75.dsl.teksavvy.com (HELO waltdnes.org) ([75.119.252.75]) by ironport2-out.teksavvy.com with SMTP; 27 Aug 2015 15:42:47 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Thu, 27 Aug 2015 15:42:46 -0400 From: "Walter Dnes" Date: Thu, 27 Aug 2015 15:42:46 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] CD ripper that generates song titles? Message-ID: <20150827194246.GA26102@waltdnes.org> References: <20150826200610.GA22849@waltdnes.org> <20150826225803.08cffa46@thetick> <20150826225317.GA23022@waltdnes.org> <55def686.chdf8A+Ii/EUSrDs%Joerg.Schilling@fokus.fraunhofer.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55def686.chdf8A+Ii/EUSrDs%Joerg.Schilling@fokus.fraunhofer.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-Archives-Salt: af9bea8e-3734-42f5-9b89-24a63dd25f05 X-Archives-Hash: 6839eb683ebb38e81dd0c916ebbe593c On Thu, Aug 27, 2015 at 01:37:42PM +0200, Joerg Schilling wrote > BTW: I recommend to add: speed=4 paraopts=proof and if your drive supports > C2 errors, it may be a good idea to use: > > speed=4 paraopts=proof,c2check > > as add-on. How do I know that the drive goes as low as 4? "eject -X /dev/sr0" and "eject -X /dev/sr1" both report 48 with no indication of the minimum speed. Here's the contents of my /proc/sys/dev/cdrom/info CD-ROM information, Id: cdrom.c 3.20 2003/12/17 drive name: sr1 sr0 drive speed: 48 48 drive # of slots: 1 1 Can close tray: 1 1 Can open tray: 1 1 Can lock tray: 1 1 Can change speed: 1 1 Can select disk: 0 0 Can read multisession: 1 1 Can read MCN: 1 1 Reports media changed: 1 1 Can play audio: 1 1 Can write CD-R: 1 1 Can write CD-RW: 1 1 Can read DVD: 1 1 Can write DVD-R: 1 0 Can write DVD-RAM: 0 0 Can read MRW: 1 1 Can write MRW: 1 1 Can write RAM: 1 1 > The reason why cdda2wav uses systematic file names is to allow easy > copying with cdrecord (by using cdrecord *.wav). If there is a demand > on title based filenames, I could add this feature. Title-artist-based filenames are harder than it looks. I'm working on a bash script to generate title_-_artist.flac filenames from audio_nn.inf data. Then I'll pass that name to flac's "-o" parameter. I've already run into one CD who's .inf file format is... Performer= 'Various Artists' Tracktitle= 'Johnny Cash / I Walk The Line' ...while another CD has .inf data like... Performer= 'Glenn Miller' Tracktitle= 'In the mood' The script can select 2 branches depending on whether or not there's a "/" in Tracktitle, but I'm sure there are probably other variants out there. -- Walter Dnes I don't run "desktop environments"; I run useful applications