Page 1 of 1

MultiRenameTool: add [I] for to insert ISO-date-format

Posted: 2022-05-13, 11:49 UTC
by Stefan2
Suggestion:

- maybe allow [ I ] (upper case i for ISO) for to insert date in 8601-ISO format with hyphen as separators: [Y-M-D]


- or


- allow to add dot or hyphen manually into [YMD] for to create own [Y-M-D] format

- Maybe like the code from >>>[%x%_] Same as [%x%], but replace all backslashes in paths by the provided character (here: "_") and remove the ":"<<<

So [YMD-] will give us [Y-M-D] format
and [YMD.] will give us [Y.M.D] format







 

Re: MultiRenameTool: add [I] for to insert ISO-date-format

Posted: 2022-05-13, 13:13 UTC
by ghisler(Author)
Just use the hyphens outside of the placeholder:
[Y]-[M]-[D]

Re: MultiRenameTool: add [I] for to insert ISO-date-format

Posted: 2022-05-13, 13:18 UTC
by Gral
Did you ever try internal content plugin?
With

Code: Select all

[=tc.creationdate.YMD]
[=tc.writedate.YMD]
[=tc.accessdate.YMD]
you can insert whatever you wish,
also

Code: Select all

[=tc.creationdate.Y-M-D]
[=tc.writedate.Y-M-D]
[=tc.accessdate.Y-M-D]
are already predefined.

Re: MultiRenameTool: add [I] for to insert ISO-date-format

Posted: 2022-05-13, 13:48 UTC
by Stefan2
Thank you.


I just made the suggestion to do this in a more quicker way than the mentioned:

- select files
- open MRT
- insert [YMD] before of [N] , add - , (maybe also insert [t]) and press enter
or
- insert [I] and [t] before of [N] and press enter




but, all fine