bleskodev / rubyripper

Fork of the original rubyripper from code.google.com/p/rubyripper + some bugs fixes
126 stars 21 forks source link

rrip_cli doesn't rip any tracks (rrip_gui does) #443

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
rrip_cli does not seem to actually rip any tracks.  
The cli version shows the track titles, prints "Ripping progress (0 %" and 
immediately exits.

rrip_gui works, and does rip tracks (though affected by issue #348).

Also (maybe a clue), the questions about track selection are NOT skipped when 
the -a option is used, although the -a option does cause rrip_cli to print "Rip 
all tracks specified" at startup.  Please see attached session log.

Original issue reported on code.google.com by jim.av...@gmail.com on 13 Sep 2010 at 7:43

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, I forgot to mention I'm using Rubyripper version 0.5.7 in Ubuntu 10.04 
(amd64) with ruby 1.8.7 (the stock ubuntu version).

Original comment by jim.av...@gmail.com on 13 Sep 2010 at 7:46

GoogleCodeExporter commented 8 years ago
I had exactly this problem, and it went away after editing  
~/.rubyripper/settings so that maxThreads=0 instead of the default maxThreads=2.

Original comment by rege...@gmail.com on 24 Feb 2011 at 7:46

GoogleCodeExporter commented 8 years ago
Thanks, comment 2 worked for me.

Original comment by the.ben...@gmail.com on 14 Jun 2011 at 5:55

GoogleCodeExporter commented 8 years ago
This should be fixed in the master branch now.

Original comment by boukewou...@gmail.com on 13 Nov 2011 at 10:08