Number these files

All about user-defined episode / movie / file name format expressions
Post Reply
florent198
Posts: 4
Joined: 16 Apr 2020, 12:27

Number these files

Post by florent198 »

Hello, I don't know how to do to name my files according to the order of appearance of my right column like that :
100.{n.colon(' - ')} ({y}){' CD'+pi}{subt}.{vf}.{vc}.{ac}
101.
102.

Is it possible ?
Thanks in advance
Take care of you
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Number these files

Post by rednoah »

Please define "order of appearance". ;)


:idea: You can use {i} for "order of appearance" in New Names.
:idea: Please read the FAQ and How to Request Help.
florent198
Posts: 4
Joined: 16 Apr 2020, 12:27

Re: Number these files

Post by florent198 »

Ok thanks and it's possible to start at number 100 for example
florent198
Posts: 4
Joined: 16 Apr 2020, 12:27

Re: Number these files

Post by florent198 »

Or naming like that for big folders : 001,002,003 ?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Number these files

Post by rednoah »

florent198 wrote: 16 Apr 2020, 12:48 Ok thanks and it's possible to start at number 100 for example
e.g.

Code: Select all

{100+i}
florent198 wrote: 16 Apr 2020, 13:02 Or naming like that for big folders : 001,002,003 ?
e.g.

Code: Select all

{i.pad(3)}
:idea: Please read the FAQ and How to Request Help.
florent198
Posts: 4
Joined: 16 Apr 2020, 12:27

Re: Number these files

Post by florent198 »

Thanks a lot
Post Reply