gco / rubyripper

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

No useful status returned if lame encoder fails #412

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Rip any CD track to mp3 using lame
2. Set lame arguments to "-h --cbr -b 256 --id3v1-only"
3. Set Genre to "Unknown" (this will cause lame to complain and quit)

What is the expected output? What do you see instead?
I would like whatever lame spits out to stderr to appear in the log file.

1) What version of rubyripper are you using? On what operating system?
->0.5.7-0ubuntu1~ppa4 on xubuntu karmic (2.6.31-20-generic)

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).
-> Yes.
lame command line:
-h --cbr -b 256 --id3v1-only

4) Does the problem only happen on a specific disc? If so, please attach
the output of cdparanoia -Q. Also the freedb output would be nice if it may
be related to it.
-> No.

Please provide any additional information below.
Here's what lame produces:

Unknown ID3v1 genre: 'Unknown'.

Original issue reported on code.google.com by allischa...@gmail.com on 31 Mar 2010 at 12:54

GoogleCodeExporter commented 9 years ago
In my tests with the lame settings: --bullshit -V 3 --id3v2-only I get a 
perfectly 
nice warning message in the gui and the log file.

So I guess this is already solved then with latest git code.

Original comment by boukewou...@gmail.com on 24 Apr 2010 at 9:05