First, install abcde:
sudo apt-get install abcde lame
Next, use the following command to rip the CD.
mkdir ./temp; cd temp; abcde -1xo mp3 -d /dev/scd0 ;find $1 -name *.mp3|
while read FILE; do mv "$FILE" ../bookname01.mp3 ;done;cd ..
Here's a little cheat sheet from abcde's ripper output:
http://www.xiph.org/paranoia/manual.html
OUTPUT SMILIES
:-) Normal operation, low/no jitter
:-| Normal operation, considerable jitter
:-/ Read drift
:-P Unreported loss of streaming in atomic read operation
8-| Finding read problems at same point during reread; hard to
cor-rect
:-0 SCSI/ATAPI transport error
:-( Scratch detected
;-( Gave up trying to perform a correction
8-X Aborted read due to known, uncorrectable error
:^D Finished extracting
PROGRESS BAR SYMBOLS
- Jitter correction required
+ Unreported loss of streaming/other error in read
! Errors found after stage 1 correction; the drive is making
the same error through multiple re-reads, and cdparanoia is having
trouble detecting them.
e SCSI/ATAPI transport error (corrected)
V Uncorrected error/skip
Finally, if you want to update the ID3 tags for all of your ripped files, use tagtool to mass ID3 tag the folder of MP3s
No comments
Post a Comment