fongecore / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

on OSX: toc cdparanoia call works; ripping cdp fails #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to actually rip a CD
2. When rrip reaches the ripping stage, cdp prints usage

What is the expected output? What do you see instead?
Instead of the usual ripping progress report, cdparanoia prints usage and
rrip fails. 

What version of rubyripper are you using? On what operating system? What is
your version of the ruby-gtk bindings?
rrip_cli svn 66 on OSX.

Please provide any additional information below.
My thoughts on the problem: line 538 of rr_lib.rb looks like this:

unless @settings['cd'].default_drive : command += " -d
#{@settings['cdrom']}" end

But I'm not sure that @settings['cd'].default_drive is defined at all.

Sorry I didn't catch this earlier; I wasn't ripping anything, so I kept
hitting ^c before the command was actually called a second time. 

Original issue reported on code.google.com by scott.en...@gmail.com on 13 Feb 2007 at 10:08

GoogleCodeExporter commented 8 years ago
Fixed in commit 67. default_drive value initial value was set at false after 
the 
detection. Should be before the detection ofcourse.

Original comment by rubyripp...@gmail.com on 14 Feb 2007 at 12:29