Some features
Posted: 2015-06-29 11:26:51
Hello, I've been using Ant Renamer since version 1. Alays great and reliable.
These days I have found some situations I couldn't handle with it, though.
For instance, I've needed to exclude some files from the renaming, for example about 9000 files out of 143000, the ones that have not patterns like ".+-\d+x\d+" in the name (ending in "-<number>x<number>").
Why? Because that was the solution to avoiding renaming some files as long as I could not directly move the targeted files (by writing "<new directory>\<file name pattern>"). The problem is wider, as I would need to create folders named by images properties (as "<image width>x<image height>").
So, could we ever get such features as regex negative lookbehind and folder creation out of some pattern or just folder creation at all?
Thanks.
These days I have found some situations I couldn't handle with it, though.
For instance, I've needed to exclude some files from the renaming, for example about 9000 files out of 143000, the ones that have not patterns like ".+-\d+x\d+" in the name (ending in "-<number>x<number>").
Why? Because that was the solution to avoiding renaming some files as long as I could not directly move the targeted files (by writing "<new directory>\<file name pattern>"). The problem is wider, as I would need to create folders named by images properties (as "<image width>x<image height>").
So, could we ever get such features as regex negative lookbehind and folder creation out of some pattern or just folder creation at all?
Thanks.