Calculating AccurateRip Offsets
- disneymike
- Posts: 31
- Joined: Sat May 23, 2009 4:00 am
- Location: Murrieta, CA
- Contact:
Calculating AccurateRip Offsets
Twice since I've started using Rip 1.0v8, I have had the "Calculating AccurateRip Offsets" message appear on the last track of a CD and seem to hang. I'm not sure if it would finish if I let it go, but both times I aborted Rip after several minutes. When I try the same disc again, the problem recurs.
Re: Calculating AccurateRip Offsets
Are there any messages in the console to indicate what might be going on?
Another trick you can do is, in Terminal, run
This will enable large amounts of debuggin output on the progress of ripping, which could help pinpoint the error.
Another trick you can do is, in Terminal, run
Code: Select all
defaults write org.sbooth.Rip logMessageLevel 2
- disneymike
- Posts: 31
- Joined: Sat May 23, 2009 4:00 am
- Location: Murrieta, CA
- Contact:
Re: Calculating AccurateRip Offsets
Very cool. I'll try that next time I encounter this error.sbooth wrote:Are there any messages in the console to indicate what might be going on?
Another trick you can do is, in Terminal, run
This will enable large amounts of debuggin output on the progress of ripping, which could help pinpoint the error.Code: Select all
defaults write org.sbooth.Rip logMessageLevel 2