Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 19:42:35 -0700 (PDT)
From:      Philip Hallstrom <philip@adhesivemedia.com>
To:        Nathan Mace <mace_nathan@uchaswv.edu>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ripping mp3's
Message-ID:  <20010927194129.F83633-100000@teak.adhesivemedia.com>
In-Reply-To: <20010927211437.17a15563.mace_nathan@uchaswv.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010927194129.F83633-100000>