AlexLeoTW / rubyripper

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

rubyripper_cli.rb has problems with various special characters in artist/album/track names #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. rip a cd that has " (double quote) or ` (backquote) in a track name
2. double quote will fail to encode with a sh syntax error (at least with flac)
3. backquote will fail and exit 

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

What version of rubyripper are you using? On what operating system? What is
your version of the ruby-gtk bindings?

0.4beta on linux

Please provide any additional information below.

Original issue reported on code.google.com by jve...@gmail.com on 27 Feb 2007 at 5:39

GoogleCodeExporter commented 8 years ago
For the other issue pending about various artist support, I have to rewrite the 
extraction of tracknames from the freedb info anyway. Thanks for reminding that 
I 
also have to replace any backquotes and double quotes.

Original comment by rubyripp...@gmail.com on 27 Feb 2007 at 5:52

GoogleCodeExporter commented 8 years ago
Fixed in commit 76. Backquotes are replaced with single quotes. Double quotes 
are 
removed.

Original comment by rubyripp...@gmail.com on 28 Feb 2007 at 1:44