Search found 4 matches

by fabfrances
Sat Nov 16, 2024 11:04 pm
Forum: MP - General Support
Topic: Batch rename mask
Replies: 1
Views: 1034

Re: Batch rename mask

I believe I have found my response:

The format should be: {EXIF:Date Taken[Ymd_HMS]}
by fabfrances
Sat Nov 16, 2024 10:48 pm
Forum: MP - General Support
Topic: Batch rename mask
Replies: 1
Views: 1034

Batch rename mask

Hi,
I am using XnView MP version 1.8.3.
I used the batch rename function with this mask: {Creation Date[Ymd_HMS]}
And it works well for me.
However, I have few files where I would like to get the "Date Taken" instead of the creation date of the file.
But I cannot find the list of mask for renaming ...
by fabfrances
Sun Jun 23, 2024 11:34 am
Forum: MP - General Support
Topic: Cannot figure out how to use Name template
Replies: 1
Views: 359

Re: Cannot figure out how to use Name template

Ok I have found out finally...

So in case someone needs it, the naming is working with "variable" first as for example "Creation Date", then the format in the below form:

{Creation Date [Ymd_HMS]}

Doing so it will take the exif data of when the picture was created, then format it by your template ...
by fabfrances
Sun Jun 23, 2024 11:27 am
Forum: MP - General Support
Topic: Cannot figure out how to use Name template
Replies: 1
Views: 359

Cannot figure out how to use Name template

HEllo,

Very new to XNView, I wanted to use the rename function to rename pictures with format "YYYYMMDD_HHMMSS"

So basically using the exif data from the picture formated as:
- Year on 4 digits
- month on 2 digits
- day on 2 digits
- underscore sign _
- hour on 2 digits
- minutes on 2 digits ...