Closed GoogleCodeExporter closed 8 years ago
Yikes, hate errors like that ;) I'll see what I can do.
Original comment by rubyripp...@gmail.com
on 6 Feb 2008 at 6:25
I suggest using the escaping library available at http://www.a-k-r.org/escape/
It is packaged in debian with the name libescape-ruby.
I scratched my own itch and rewrote the flac encoding part with it.
Original comment by hha...@gmail.com
on 8 Feb 2008 at 6:18
Attachments:
Whoops, was missing a space in that patch.
Original comment by hha...@gmail.com
on 8 Feb 2008 at 8:31
Attachments:
Can you test if current svn has fixed your problem?
Original comment by rubyripp...@gmail.com
on 18 Jun 2008 at 4:16
The SAME bug occurs if the ALBUM name has quotes in it.
See Bug / Issue 219 (but note the title of the bug is incorrect)
http://code.google.com/p/rubyripper/issues/detail?id=219&q=quotes&sort=-opened&c
olspec=ID%20Type%20Status%20Summary%20Stars%20Opened%20Modified
Original comment by pse.no.s...@gmail.com
on 4 Aug 2008 at 3:01
The bug with quotes in the album name still exists in revision 270 of the svn
code.
If there are quotes in the track name, the encoding does suceed but the quotes
do NOT
appear at all in the final track name.
It looks like rubyripper is stripping the quotes from the track name which in
my view
is not the best solution. There is no technical reason why the track name
cannot
have quotes in it. You will need to properly escape the spcial characters when
reading and writing the files.
Original comment by pse.no.s...@gmail.com
on 4 Aug 2008 at 3:26
I believe your problem is fixed in svn r298. Please protest if this isn't the
case.
Original comment by rubyripp...@gmail.com
on 7 Aug 2008 at 2:03
Original issue reported on code.google.com by
gsf....@gmail.com
on 4 Feb 2008 at 3:42