SDK rename and move to parent folder
I'm working on my first plugin and so far i'm quite happy.
As an analog photographer, i digitise my film with an digital camera adding up with something like DSC56788.raw.
Then I convert with NLP, that creates a subfolder positives and DSC56788-positive.tif
Now I need rename them always by hand, and if this can go using my myplugin my workflow will be 10 times faster.
So select all files rename to a 'prefixname'-01.tif and the numbers should be increasing, after that my plugin runs exiftool based on those new filenames, and updates the metadata.
So some pointers to help me out, if possible ?
I know how to loop and increase numbers, but it's the catalog commands i'm stuck with.
thx
Patrick
