Re-naming by giving new names
Re-naming by giving new names
Hi,
I just purchased this program, but I'm unsure how to use it.
I've got picture and videos files with too many duplicate/scramble names. I'm looking to unify all my files in numerical order.
For example, if my files look like this:
Picture 1
Picture 2
Picture 3
I'll be looking to re-name them like this:
1
2
3
Is this doable?
I just purchased this program, but I'm unsure how to use it.
I've got picture and videos files with too many duplicate/scramble names. I'm looking to unify all my files in numerical order.
For example, if my files look like this:
Picture 1
Picture 2
Picture 3
I'll be looking to re-name them like this:
1
2
3
Is this doable?
Re: Re-naming by giving new names
Yes, renaming is generic files without matching them against an online database is supported:
viewtopic.php?f=3&t=2072
In this particular case, a format such as this will do the job:
Alternatively, just using {i} will also work, if you just want to put files into order.
viewtopic.php?f=3&t=2072
In this particular case, a format such as this will do the job:
Code: Select all
fn.after(/Picture /)
Alternatively, just using {i} will also work, if you just want to put files into order.
Code: Select all
i.pad(3)
Re: Re-naming by giving new names
Hi buddy,rednoah wrote: ↑15 Apr 2019, 05:42 Yes, renaming is generic files without matching them against an online database is supported:
viewtopic.php?f=3&t=2072
In this particular case, a format such as this will do the job:Code: Select all
fn.after(/Picture /)
Alternatively, just using {i} will also work, if you just want to put files into order.Code: Select all
i.pad(3)
Thank you. I am faced with this error. Can you, please assist?

Re: Re-naming by giving new names
I highly doubt that you want to rename every single file to i.pad literally.
Please read the documentation regarding format expressions and look at the examples, then everything will become clear.
Q: What does {...} do?
Please read the documentation regarding format expressions and look at the examples, then everything will become clear.
Q: What does {...} do?
Re: Re-naming by giving new names
Hi,
Where can I read upon this?
I was hoping one could just provide the code I need. I did pay for it.
Re: Re-naming by giving new names
I've read the Documentation here.
https://www.filebot.net/naming.html
It's all gibberish to me. I have no idea what I am doing.
Re: Re-naming by giving new names
use e.g.
output
output
Code: Select all
{i.pad(3)}
001
Code: Select all
{i.pad(4)}
ext. will not change0001
Re: Re-naming by giving new names
Hi Kim,kim wrote: ↑16 Apr 2019, 00:17 use e.g.outputCode: Select all
{i.pad(3)}
001outputCode: Select all
{i.pad(4)}
ext. will not change0001
That worked. Thank you!!!
In three folders I have images and videos mixed. I wanted to re-name the pictures and videos separately.
Can you, please provide the code needed to re-name them numerical order apart?
I'm then done.
Re: Re-naming by giving new names
The easiest way would be to rename video files and image files separately:
https://www.filebot.net/forums/viewtopic.php?f=3&t=4222
https://www.filebot.net/forums/viewtopic.php?f=3&t=4222
Re: Re-naming by giving new names
Hi,rednoah wrote: ↑16 Apr 2019, 05:14 The easiest way would be to rename video files and image files separately:
viewtopic.php?f=3&t=4222
Thank you. I'll give it a go, when I return home from work.
I take it the only options that applies to me would be 1 and 4?
Re: Re-naming by giving new names
1 to 3 if you're using the GUI.
4 if you're using the CLI.
5 if you're using the CLI on Linux.
4 if you're using the CLI.
5 if you're using the CLI on Linux.
Re: Re-naming by giving new names
Hi,
I'm on Windows?
So, it's 1 to 3?
I'm on Windows?
So, it's 1 to 3?
Re: Re-naming by giving new names
Play with it. You'll figure it out. 
