Namingg and move files

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jaredc2
Posts: 8
Joined: 25 Jan 2020, 17:40

Namingg and move files

Post by jaredc2 »

im using filebot to name my files and using the following expressions.


i currently have one preset for each.

Code: Select all

{n.space(' ')} ({y}) (WebRip) ({vf.upper()})

Code: Select all

{n.space(' ')} ({y}) (BluRay) ({vf.upper()})
Filbote has a input folder. so made a folder called WebRip Original Files, how would i move them after their named to a different folder? theirs no output box i can locate. I would like to put them in a folder like WebRip Named.

Can you add a output folder? also what is the includes box?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Namingg and move files

Post by rednoah »

e.g. try this:

Code: Select all

X:/Media/{vs}/{ny} [{vf}]
:idea: Please read the FAQ and How to Request Help.
Post Reply