Mailinglist Archive: opensuse-kde (201 mails)
| < Previous | Next > |
Re: [suse-kde] Ripping albums and command line MP3 tag converter
- From: James Mohr <suse_mailing_list@xxxxxxxxx>
- Date: Sat, 29 Nov 2003 13:24:12 +0100
- Message-id: <200311291324.12994.suse_mailing_list@xxxxxxxxx>
On Saturday 29 November 2003 13:02, sven reinhardt wrote:
> Hi James,
>
> Am Samstag, 29. November 2003 11:07 schrieb James Mohr:
> > [...]
> > So, the first question is whether there is a comfortable GUI to do
> > the same thing in Linux. The tools I have found so far have all been
>
> have you tried konqueror?
> -> Location: audiocd:/
>
> > command line and take about as long to process the album as it does
> > to rip it.
> > [...]
>
> this doesn't take too long here:
> first:
> cdda2wav -D /dev/cdrom -x -s -B
>
> then:
> for j in *.wav; do echo $j; lame -b 160 $j ${j/.wav/.mp3}; rm $j; done
>
> Bye,
> Sven
Hi Sven!
Works fine for CDs, but I have already ripped all of my CDs. I have about 600
albums, as in vinyl, that I want to convert to MP3. I guess most people are
just too young to remember all of the great music that came out on
vinyl. ;-) I've already done about 50 albums with the Windows tool on my
sons' machine, but I was hoping for a Linux-only solution.
Regards,
jimmo
--
---------------------------------------
"Be more concerned with your character than with your reputation. Your
character is what you really are while your reputation is merely what others
think you are." -- John Wooden
---------------------------------------
The Linux Tutorial needs your help!
Visit us at http://www.linux-tutorial.info
> Hi James,
>
> Am Samstag, 29. November 2003 11:07 schrieb James Mohr:
> > [...]
> > So, the first question is whether there is a comfortable GUI to do
> > the same thing in Linux. The tools I have found so far have all been
>
> have you tried konqueror?
> -> Location: audiocd:/
>
> > command line and take about as long to process the album as it does
> > to rip it.
> > [...]
>
> this doesn't take too long here:
> first:
> cdda2wav -D /dev/cdrom -x -s -B
>
> then:
> for j in *.wav; do echo $j; lame -b 160 $j ${j/.wav/.mp3}; rm $j; done
>
> Bye,
> Sven
Hi Sven!
Works fine for CDs, but I have already ripped all of my CDs. I have about 600
albums, as in vinyl, that I want to convert to MP3. I guess most people are
just too young to remember all of the great music that came out on
vinyl. ;-) I've already done about 50 albums with the Windows tool on my
sons' machine, but I was hoping for a Linux-only solution.
Regards,
jimmo
--
---------------------------------------
"Be more concerned with your character than with your reputation. Your
character is what you really are while your reputation is merely what others
think you are." -- John Wooden
---------------------------------------
The Linux Tutorial needs your help!
Visit us at http://www.linux-tutorial.info
| < Previous | Next > |