Thread: ? for Mac Users
View Single Post
  #33  
Old 2005-08-24, 05:24 PM
ffooky ffooky is offline
 
Join Date: Nov 2004
Re: ? for Mac Users

I just realised that an external isn't necessary

D/l MissingMediaBurner Insert the disc to be ripped and quit iTunes or any other program that may take possession of the CD.

Open a Terminal window and at the prompt type:

disktool -l

A list of discs will come up (***Disk Appeared ('disk0',Mountpoint = '', fsType = '', volName = '') etc, etc) and you should look for the audio disc in that list, e.g:

***Disk Appeared ('disk1',Mountpoint = '/Volumes/Dead Leaves And The Dirty Ground (Single)', fsType = 'cddafs', volName = 'Dead Leaves And The Dirty Ground (Single)')

The important bit is 'disk1'.

Now type:

disktool -u disk1 (or, of course, whatever the corresponding identity given in the stage above was)

The audio disc should now dismount after a couple more lines appear.

Now you can start up MissingMediaBurner. With any luck it should be able to find your drive. If it doesn't I'm afraid I can't help you there.

Click the Audio button and then select "Rip Audio Tracks to Wav Files" from the drop down menu at "Choose Function for Audio". Drag your destination folder in when prompted.

It's now very important that you put a check next to "Show Command" before clicking start.

The command that MMB is going to use to rip your disc will now be shown and you need to insert this sequence into the command:

-paranoia -paraopts retries=3

so that it is altered from e.g.

".........IODVDServices/1 ; mv *.wav........"

to:

".........IODVDServices/1 -paranoia -paraopts retries=3 ; mv *.wav........"

Click OK and your disc will be ripped as accurately as with xACT.

If you want something like the EAC log you can copy/paste the bottom part of the Terminal window that will be opened by MMB once it starts ripping:

samplefile size will be 137004044 bytes.
recording 776.6666 seconds stereo with 16 bits @ 44100.0 Hz ->'audio'...
using lib paranoia for reading.
percent_done:
100% track 1 successfully recorded
100% 0 rderr, 0 edge, 0 atom, 0 drop, 0 dup, 0 skip, 0 drift 0 overl
100% track 2 successfully recorded
100% 0 rderr, 0 edge, 0 atom, 0 drop, 0 dup, 0 skip, 0 drift 0 overl
100% track 3 successfully recorded
100% 0 rderr, 0 edge, 0 atom, 0 drop, 0 dup, 0 skip, 0 drift 0 overl

If you'd like the disc/track name to appear in this text it's possible to add a freedb look up to the command but the extracted tracks themselves will still be named track 01 etc.

HTH.
__________________
Two tracks for a desert island:

Black Keys - I Got Mine
Tintern Abbey - Vacuum Cleaner

Last edited by U2Lynne; 2005-08-25 at 01:07 PM. Reason: made changes poster made in next post
Reply With Quote Reply with Nested Quotes