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'
[Filebot Node on Synology] Is it possible to move without renaming?
Re: Filebot Node on Synology
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
e.g. move and rename:
Format: Select all
/path/to/Media/{ plex.dir }/{ plex.name }
Format: Select all
{ folder }/{ plex.name }
e.g. move only:
Format: Select all
/path/to/Media/{ plex.dir }/{ fn }
Please read the FAQ and How to Request Help.
Re: [Filebot Node on Synology] Is it possible to move without renaming?
Understood . Thank you Sir.