I want to change the filename, this is the current filename for example
[2020.10.10] %album%
I want to change the date to [2020-10-10] %album%
And I have many file, is there a way to change all filename
I want to change the filename, this is the current filename for example
[2020.10.10] %album%
I want to change the date to [2020-10-10] %album%
And I have many file, is there a way to change all filename
if you use
how do you get the date?
Or try an action of the type "Replace" where you replace the . with a -
The %album% is just the filename
My filename already has [2020.10.10] albumname
How do you use the (replace) thing to change (.) to (-)
I think i got it, thanks