Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#362434 - 30/08/2014 14:43 CD ripping on Linux?
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5680
Loc: London, UK
Linux Mint; command-line (no GUI). No encoding -- just WAV. FreeDB lookup optional, but preferred.

I've tried 'jack', but it didn't quit when it had finished, didn't rename the files according to the FreeDB data, the progress window is _ugly_, and various other problems.

Ideas?
_________________________
-- roger

Top
#362435 - 30/08/2014 14:46 Re: CD ripping on Linux? [Re: Roger]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
How about the cdfs-src package ?

Never used it myself, but the idea is it allows one to mount an audio CD as a filesystem, where each track appears as an ordinary WAVE audio file that can be copied off.

Top
#362436 - 30/08/2014 15:20 Re: CD ripping on Linux? [Re: Roger]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
Oh, easier:

cdparanoia --output-wav --batch

Or just Google it: https://www.google.ca/#q=linux+command-line+cd+ripper


Edited by mlord (30/08/2014 15:24)

Top
#362437 - 30/08/2014 15:39 Re: CD ripping on Linux? [Re: Roger]
peter
carpal tunnel

Registered: 13/07/2000
Posts: 4172
Loc: Cambridge, England
Yes, if you don't care about FreeDB lookup, or don't care about combining it with ripping, then you still can't do better than good old-fashioned cdparanoia. FreeDB's tags are best viewed as a "good first draft" and often need a bit of editing.

Peter

Top
#362438 - 30/08/2014 15:50 Re: CD ripping on Linux? [Re: peter]
Roger
carpal tunnel

Registered: 18/01/2000
Posts: 5680
Loc: London, UK
Originally Posted By: peter
FreeDB's tags are best viewed as a "good first draft" and often need a bit of editing.


I generally use them as a hint to MusicBrainz.
_________________________
-- roger

Top
#362442 - 31/08/2014 08:59 Re: CD ripping on Linux? [Re: Roger]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
My solution to Linux CD ripping is a copy of dbPoweramp running on WinXP in a VirtualBox instance. There really is no better CD ripper than dbPoweramp.

It is the same VBox instance that I ran on three machines simultaneously when reripping to FLAC the other year.
_________________________
Remind me to change my signature to something more interesting someday

Top
#362443 - 31/08/2014 09:38 Re: CD ripping on Linux? [Re: Roger]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14478
Loc: Canada
Vbox needs a GUI, so disqualified here. smile
There are lots of very good GUI rippers native to Linux.

Cheers

Top
#362444 - 31/08/2014 16:07 Re: CD ripping on Linux? [Re: mlord]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
I've never fired up the VBox GUI on my Linux box. VBox provides RDP access to all the instances wink
_________________________
Remind me to change my signature to something more interesting someday

Top
#362445 - 31/08/2014 16:09 Re: CD ripping on Linux? [Re: mlord]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5914
Loc: Wivenhoe, Essex, UK
There are good CD rippers for Linux, but none of them are as complete and good as dbPoweramp.
_________________________
Remind me to change my signature to something more interesting someday

Top
#362447 - 31/08/2014 17:11 Re: CD ripping on Linux? [Re: Roger]
sein
old hand

Registered: 07/01/2005
Posts: 893
Loc: Sector ZZ9pZa
Back in the day I used 'rip', a Perl script that handled things nicely and did exactly what I think you want it to do.

Take a look: http://rip.sourceforge.net/ - last updated in 2003 but it should still be pretty useful.
_________________________
Hussein

Top
#362453 - 01/09/2014 10:29 Re: CD ripping on Linux? [Re: Roger]
julf
veteran

Registered: 01/10/2001
Posts: 1307
Loc: Amsterdam, The Netherlands
My favourite is morituri

Command line, musicbrainz and accuraterip support, test and copy etc., and written in python.

Top