Page 1 of 1

Rename and move

Posted: 13 Jun 2014, 17:26
by esullivan
I tried reading through the examples but it's not landing with me.

I have this currently for TV
s{s.pad(2)}.e{e.pad(2)}.{t}

How would I edit that to move the files after? Can it be done right in the program or does moving have to be done in CLI?

Re: Rename and move

Posted: 13 Jun 2014, 17:42
by rednoah
So what's stopping you from defining the target path instead of only the target filename???
http://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7

Re: Rename and move

Posted: 13 Jun 2014, 17:51
by esullivan
That's where I am lost.

If I put X:\TV Shows\{n}\Season {s}

in front of

s{s.pad(2)}.e{e.pad(2)}.{t}

will it move it to x:\TV Shows\{show name}\Season {Number}\{Scheme I already setup}?

Re: Rename and move

Posted: 13 Jun 2014, 17:55
by esullivan
Sure enough.

D:\ServerFolders\Videos\TV\{n}\Season {s.pad(2)}\s{s.pad(2)}.e{e.pad(2)}.{t}

Will move the file after it renames it, even create the folder if it's not there.

Thanks man.