Page 1 of 1
[Filebot Node on Synology] Is it possible to move without renaming?
Posted: 13 Nov 2024, 17:59
by Phileas50
Working with it with success for quite a time now. One question. Among the choices is Move and Rename . Is it possible to move without renaming???
Best Regards'
Re: Filebot Node on Synology
Posted: 13 Nov 2024, 18:12
by rednoah
Move / Rename is the
same operation as far as your computer is concerned. If you use
{fn} current file name at the end of your format, then files will only be moved but not renamed, as in moved but with the same file name,
as specified by your custom format.
e.g. move and rename:
e.g. rename in place:
{folder} is the current folder path
e.g. move only:
{fn} is the current file name
Re: [Filebot Node on Synology] Is it possible to move without renaming?
Posted: 13 Nov 2024, 22:04
by Phileas50
Understood . Thank you Sir.