pccasto / rubyripper

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

flac encoding stops after first track #250

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Rip any old CD
2. use flac encoding only
3. encodes first track but then stops.  all WAVs are generated properly

What is the expected output? What do you see instead?

1) What version of rubyripper are you using? On what operating system?
0.5.3 on Ubuntu 8.10
2) Are you using the gtk2 or the commandline interface?
gtk2
3) Is the problem gone with the default settings? If so, please attach your
settings file ($HOME/.rubyripper/settings).
no...default settings are not for flac only

Original issue reported on code.google.com by reardo...@gmail.com on 19 Oct 2008 at 2:49

GoogleCodeExporter commented 8 years ago
More info: when I watch process creation, it looks like it is re-encoding the 
first
track each time.  IOW, flac is being encoded but again and again.

After ripping, I rr hangs in some loop, maxing out CPU util at 100% (50% on my
dual-core).

+Reardon

Original comment by reardo...@gmail.com on 19 Oct 2008 at 2:59

GoogleCodeExporter commented 8 years ago
Please set extra encoding threads to 0. There are some threading problems due 
to the
0.17 release of the gtk2 bindings of ruby. I have experimented some ideas. But 
so far
nothing seems to work to prevent the freezing.

Original comment by rubyripp...@gmail.com on 20 Oct 2008 at 7:43