mrfantasy wrote: > It's Perl--the variable $1 is being interpolated. > > I'd have to look at the code, but this might be fixable by using by > either escaping the $ (by a regular expression replace) or by putting > it in the right amount of quotes (putting the file variable in single > quotes might prevent the $ from being treated as a variable > identifier).
This is one of the problems I was trying to fix when changing the way flac/lame are called, i.e. escaping any meta-characters in filenames. It's been a problem since the first version and I've never got round to fixing it. One day ... R. _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
