number extension for same date files
Moderators: helmut, XnTriq, xnview
-
- Posts: 21
- Joined: Sun Aug 21, 2022 11:34 pm
number extension for same date files
Same date files have a suffix number 01,02,03 etc....is thewre a way of putting these in brackets thanks
-
- Posts: 21
- Joined: Sun Aug 21, 2022 11:34 pm
Re: number extension for same date files
That's not the question
I know I can use batch rename
I know I can use batch rename
Re: number extension for same date files
So what is your question if you want to add brackets in file names without using rename function ?
You mean "Change timestamp" ?
You mean "Change timestamp" ?
Catalogage avec XnviewMP :
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
-
- Posts: 21
- Joined: Sun Aug 21, 2022 11:34 pm
Re: number extension for same date files
Ok
If there are multiple files with the same date, they get renamed
21/06/2024-
21/06/2024-01
21/06/2024-02
21/06/2024-03
So I want to add brackets to 01,02,03
Hope that's clearer
Thanks
If there are multiple files with the same date, they get renamed
21/06/2024-
21/06/2024-01
21/06/2024-02
21/06/2024-03
So I want to add brackets to 01,02,03
Hope that's clearer
Thanks
Re: number extension for same date files
sorry, I misunderstood and also made a mistake
The problem is to rename files using a date field ?
> Batch rename , using the first field "name template"
for example {Creation Date [Ymd]}
.. gives the file names you describe ok
You can use {Creation Date[Y/m/d]}-[##]
With start =1 and step =1
You will get
21/06/2024-[01]
21/06/2024-[02]
21/06/2024-[03]
21/06/2024-[04]
if you rename more than 100 files, use ### ...
The problem is to rename files using a date field ?
> Batch rename , using the first field "name template"
for example {Creation Date [Ymd]}
.. gives the file names you describe ok
You can use {Creation Date[Y/m/d]}-[##]
With start =1 and step =1
You will get
21/06/2024-[01]
21/06/2024-[02]
21/06/2024-[03]
21/06/2024-[04]
if you rename more than 100 files, use ### ...
Catalogage avec XnviewMP :
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
Re: number extension for same date files
Just a bit confused ---michel038 wrote: Thu Feb 15, 2024 10:57 am You can use {Creation Date[Y/m/d]}-[##]
With start =1 and step =1
You will get
21/06/2024-[01]
21/06/2024-[02]
21/06/2024-[03]
21/06/2024-[04]
Would not using [Y/m/d] yield 2024/06/21 instead of 21/06/2024 ?
Also, I don't think Windows will allow me to use the slashes \ | / in filenames.
Re: number extension for same date files
Right, there are mistakes in my post
New version
You can use {Creation Date[Y-m-d]}-[##]
With start =1 and step =1
You will get
2024-06-21-[01]
2024-06-21-[02]
2024-06-21-[03]
2024-06-21-[04]
... abandoning the French date format [d-m-Y] makes sorting by date much easier

New version
You can use {Creation Date[Y-m-d]}-[##]
With start =1 and step =1
You will get
2024-06-21-[01]
2024-06-21-[02]
2024-06-21-[03]
2024-06-21-[04]
... abandoning the French date format [d-m-Y] makes sorting by date much easier
Catalogage avec XnviewMP :
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm