toomasadam / aloxripper

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

Track name cleanup a bit too aggressive #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I attempted to rip a various artists disc, where each track was named eg:
"The Band / The Name of the Song".

The existing clean() method truncates any string at the point it finds a
"[", "]", or "/" (though the comment says backslash, it actually looks for
forward slashes).

I'd prefer it just "neutralize" offending characters so can I suggest doing
something like this instead? (see patch)

(Thanks, by the way -- rubyripper is working great for me!)

Original issue reported on code.google.com by stearns%...@gtempaccount.com on 18 Mar 2007 at 12:55

Attachments:

GoogleCodeExporter commented 9 years ago
(sorry, Google timed out and gave me an error when I submitted this the first 
time;
it said "try again in 30 seconds", so I did :-) ... now, if only it would let 
me get
rid of the duplicate!)

Original comment by stearns%...@gtempaccount.com on 18 Mar 2007 at 12:58

GoogleCodeExporter commented 9 years ago
See issue 69.

Original comment by rubyripp...@gmail.com on 18 Mar 2007 at 3:08