Rename and move

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
esullivan
Posts: 48
Joined: 13 Jun 2014, 16:05

Rename and move

Post 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?
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename and move

Post 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
:idea: Please read the FAQ and How to Request Help.
User avatar
esullivan
Posts: 48
Joined: 13 Jun 2014, 16:05

Re: Rename and move

Post 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}?
User avatar
esullivan
Posts: 48
Joined: 13 Jun 2014, 16:05

Re: Rename and move

Post 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.
Post Reply