fongecore / rubyripper

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

Multiple DTITLE elements in freedb response is not handled correct #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
What is the expected output? What do you see instead?

The raw response from freedb look like this:

-------------------------------------------------
DTITLE=Bob Dylan / Oh Me! Oh My! Country Pie! (D1) 2000-05-18 Stockhol
DTITLE=m
-------------------------------------------------

but Rubyripper outputs this

-------------------------------------------------
Album : Oh Me! Oh My! Country Pie! (D1) 2000-05-18 Stockhol
-------------------------------------------------

data from the second row is not appended

On the ohter hand, track titles has been corrected:

-------------------------------------------------
TTITLE0=good evening, ladies and gentlemen, would you please welcome .
TTITLE0=..
-------------------------------------------------

is transformed to 

-------------------------------------------------
Track 1 : good evening, ladies and gentlemen, would you please welcome ...
-------------------------------------------------

What version of rubyripper are you using? 

Latest from trunk (84)

On what operating system? 

Linux, Kubuntu

Are you using the gtk2 or the commandline interface?

cli

Please provide any additional information below.

Thanks for fast response on the ohter reports!

Original issue reported on code.google.com by crazysw...@gmail.com on 11 Mar 2007 at 8:45

GoogleCodeExporter commented 8 years ago
Customer is king, you know that ;)

I found the typo which prevented the code to work correctly. I should have used 
a 
normal quote instead of a backquote. I expect things to work correctly now.

Original comment by rubyripp...@gmail.com on 11 Mar 2007 at 10:32