I agree with poster that an action of the type "Format value" is better suited for the purpose.
The pseudo-variable _DIRECTORY addresses the folder "above" the filename.
So: yes, any folders you have loaded will be renamed according to the pattern you define in the "format value" action.
OK!
Well I will give it a try...
I just wanted to correct my post.
Actually, I am not looking for "recursive", as my directory depth is always the same.
As I described above.
I just want to apply the action, "iteratively", on a long directory list of artists.
Thanks though.
I will post back maybe with my results.
But, can the "Format Value" action, be applied on many artists directories? Lets see...
So its: Format string: \%artist%'['%year%']' %album%
Still, I cant make it work this far...
What I get, is empty folders.
Is this what you meant?
You see, I want to have the MP3s inside those folders...
I am doing something wrong...
HAHAaaaaaa.
EVEN better.
First, it has the ^ character for matching the start of a line.
This makes it more secure, as I was worried about possible collisions with albums that have a year as part of their titles.
Then, a nice touch with more compact \d{4}.
And also, that we don't need $2, just $1.
Nice...