If you find yourself changing the parameters for each Execute you're probably not doing things the smart way.
Here's an example of how FileBot Node is supposed to be used:
1.
Prepare input folder /volume1/complete. That's where we put our new files. Nicely named, badly named, in folders, flat files, anything goes.
2.
Prepare output folder /volume1/media. That's where we will find our neatly organised media files. We never add files to this folder manually. We only ever touch /volume1/complete and let filebot generate the /volume1/media structure.
3.
Open the FileBot Node Client application and input our configuration:
- Set Input Folder to /volume1/complete
- Set Output Folder to /volume1/media
- Set Action to hardlink or copy
- Set Exclude List to .excludes

4.
Now that everything is set up we can run filebot by clicking Execute or Test and see if it works as expected in the output log. If everything looks good, we can then click Schedule to schedule the command to run every day at 4am.

5.
Done! Now the only manual job left is adding files to /volume1/complete and that can easily be automated depending on the setup.
