- Install cdparanoia
- Install ripit
- Put the following into a script call rip.sh:
- Do as many concurrent rips as you have CD drives using:
drive=$1
echo Using sr${drive}
ripit --outputdir ~/Music/iTunes\ Music/Music --device /dev/sr${drive} --quality 0 --vbrmode new --preset insane --coverart 1 --dirtemplate '"$artist/$album"' --loop 1 --threads 4
sh rip.sh n
Where n is the CD drive number.
No comments:
Post a Comment