[Filebot Node on Synology] Is it possible to move without renaming?

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Phileas50
Posts: 9
Joined: 04 Nov 2019, 09:32

[Filebot Node on Synology] Is it possible to move without renaming?

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

Re: Filebot Node on Synology

Post 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:

Format: Select all

/path/to/Media/{ plex.dir }/{ plex.name }
e.g. rename in place:

Format: Select all

{ folder }/{ plex.name }
{folder} is the current folder path

e.g. move only:

Format: Select all

/path/to/Media/{ plex.dir }/{ fn }
{fn} is the current file name
:idea: Please read the FAQ and How to Request Help.
Phileas50
Posts: 9
Joined: 04 Nov 2019, 09:32

Re: [Filebot Node on Synology] Is it possible to move without renaming?

Post by Phileas50 »

Understood . Thank you Sir.
Post Reply