RL Vision Knowledge Base
Support questions and answers for software by RL Vision.
Note: This is an archived discussion. Any bug, problem or suggestion mentioned here is likely to have been fixed since it was written.
Subject: Re: Flash Renamer Duplicates in Filename
Date: Mon, 12 Apr 2010 19:15:47 +0200Yes, that's possible using Regular Expressions in the Replace function. It's a bit tricky to use, but try this to fix your example:
Find: "( \(.*\)){2}?"
Replace: Empty
(Don't include the quotes. Don't forget to enable RegExp.)
// Dan
// Dan
Hasde wrote:
> Hallo,
> I hope that you can help me with my problem. I have several file like this: Tracknumber - Artist - Title (Original Mix) (Original Mix).mp3
>
> Is it possible that the Flash Renamer can find duplicates in the filename and convert ist to e.g.: Tracknumber - Artist - Title (Original Mix).mp3
>
> It would be great to get an answer from you.
>
> Greets
> David
Find: "( \(.*\)){2}?"
Replace: Empty
(Don't include the quotes. Don't forget to enable RegExp.)
// Dan
// Dan
Hasde wrote:
> Hallo,
> I hope that you can help me with my problem. I have several file like this: Tracknumber - Artist - Title (Original Mix) (Original Mix).mp3
>
> Is it possible that the Flash Renamer can find duplicates in the filename and convert ist to e.g.: Tracknumber - Artist - Title (Original Mix).mp3
>
> It would be great to get an answer from you.
>
> Greets
> David


