notes/Music CD Ripping notes-LBvaALq2.sh
#Ripping Music CDs in Linux from the shell


#abcde - Get's Music Info such as artist, album, and title

#install abcde

sudo apt install abcde

#rip to ogg format

abcde

#to rip to mp3 you need to install eyed3

sudo apt install eyed3

#then tell abcde to output to mp3
abcde -o mp3

#abcde uses cdparanoia to rip the audio as wav
#you can do this yourself 
#rip a cd

cdparanoia -B

#example of ripping tracks 1 and 2

cdparanoia -B -- 1-2

syntax highlighted by Code2HTML, v. 0.9.1