








(3)
Your rating: Now say why...



| Downloads:5,631 |
| Version Downloads:5,043 |
| Type:Utilities : File Management |
| License:Free |
| Date:26 Feb 2009 |
| Platform:PPC / Intel |
| Price:Free |
Overall (Version 0.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
-2
+5
Fredducker reviewed on 11 Jun 2010
The Icon looks awful.
+1
Yes - you want to enable expert mode by visiting the preferences but to be honest, the simple mode is in because the "now expert mode" was daunting to my fellow beta testers.
I wrote this tool to do complex renaming operations without using the shell - and I'm still using it. It may be not as easy as other ones to use but it has decent "renaming power" you will not find in other tools (if you are able to understand the logic behind and how to formulate roles)
> Lots of features are not easy to understand, for example how do i clear a list and do another batch?
Well, you drag and drop a list of files onto the window, it replaces the previous one.
read subdirectories only works in export mode as you have no GUI in simple mode to
see a path component. Simple mode: drag folder, rename, next folder. Anything beyond that: export mode
> The Icon looks awful.
I'm sorry about that but the icon will stay. But it is very easy to replace it (while I do not recommend it).
+1
1) first chose where to append number (see "select what to modify" on the lower left)
2) press number
Deppending on the action selector a number will be append either on the base name or the extension (only append is possible).
export mode:
1) select the files you want to operate on (all files that have a checkmark)
2) build a rule that will generate your desired output
(here we assume you want to generate a number and appending it to the base name)
a) add 3 tokes to the rule editor (pressing 3x the plus button on the right)
b) modify first token to SYS:BASE
c) modifiy second token to Counter:1
d) modify thrid token to SYS:EXT
3) press show preview
4) if rule will generate your output press rename otherwise undo and redefine you rule
Using export mode boils down to 2 things
1) you must understand how to select you files with the select operators
2) you must understand how the tokens work
The application will go thru every selected file and apply the token rules against each selected filename. The name will be constructed from ground up each time. Because of this you must base your rules on the old name and this is the point where the diffent tokens come into play. SYS-BASE for example is the current base name while SYS-EXT is the current extension.
With the above rule the application will replace each selected filename with:
[old basename][Counter][old extension]
(note: these are not token names just a function example)
which has the effect that a counter is inserted before the extension.
As soon the have leaned this you can build very complex renaming operations because the tokens are evalueate from left to right their position is changing the result of the rule.
With above example but different positions:
[Counter:1][SYS-BASE][SYS-EXT]
will prepend a number before the your filename.
+1
msadesign reviewed on 06 Aug 2009
But so what? saved me a bunch of work and obviously a labor of love. I appreciate the work. And the price :-)
I'd like to give it a 5, but I know the developer agrees there's more work, and that is the only reason I gave it less than 5.
Did I mention it's free?
+20
mac4drew reviewed on 23 Feb 2009
thanks for the review.
Due upcoming changes I would like to set the current features in stone (0.5 will have saving/loading of rules - versions after this will build on the interal classes with the current features)
So if you miss something (that maybe another app has) please report it here :-)
Other remarks (especially critics or suggestions for improvement) are highly welcome!