From owner-freebsd-questions Thu Sep 27 19:43:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from teak.adhesivemedia.com (teak.adhesivemedia.com [207.202.159.79]) by hub.freebsd.org (Postfix) with ESMTP id 756D537B40E for ; Thu, 27 Sep 2001 19:43:12 -0700 (PDT) Received: from localhost (philip@localhost) by teak.adhesivemedia.com (8.11.6/8.11.6) with ESMTP id f8S2gZF83654; Thu, 27 Sep 2001 19:42:35 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Date: Thu, 27 Sep 2001 19:42:35 -0700 (PDT) From: Philip Hallstrom To: Nathan Mace Cc: freebsd-questions Subject: Re: ripping mp3's In-Reply-To: <20010927211437.17a15563.mace_nathan@uchaswv.edu> Message-ID: <20010927194129.F83633-100000@teak.adhesivemedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I use this: cd /local/fs/tmp/ripped-mp3s && \ /bin/rm -f * && \ /usr/local/bin/dagrab -vC -n 200 -a \ -e '/usr/local/bin/lame -h -b '320' --tt "@TRK" --ta "@AUT" --tl "@DIS" --tn "@NUM" %s @NUM-@TRK.mp3' && \ /bin/rm -f *.wav Works for me... -philip On Thu, 27 Sep 2001, Nathan Mace wrote: > does anyone know of a cd-ripper that supports looking up the song titles off the 'Net? i know that grip does, but i can't get it to work on freebsd because i can't find a ripper that it supports. > > i don't suppose that anyone knows how to make dagrab to work with it do you? thanks > > nathan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message