[Krename-users] renaming files with square brackets
Brought to you by:
domseichter,
stonki
From: Jared <lis...@le...> - 2009-10-22 03:23:02
|
I just noticed a bug in v4.0.1. If I try to rename files w/ square brackets i the name, KRename will add a backslash before the brackets in the output filename. For example, if I have the following source file: 1-07 Take Flight (Wings) [Pocketman].flac and I rename it with this template: 1##-[$6-] I get the following output: 107-Take Flight (Wings) \[Pocketman\].flac It looks like this is related to escaping special string characters for manipulation, but the escape characters are inadvertently making to the final output. -- Jared |