Rename function without moving

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Achandab
Donor
Posts: 109
Joined: 04 Nov 2013, 21:20

Rename function without moving

Post by Achandab »

I may be missing something really obvious but is there a function to just rename without moving files at all?

Trying to rename all contents in one folder but i get an illegal usage error. I dont see a rename only option in filebot node


filebot -script 'fn:amc' /volume1/Media/Movies --output /volume1/Media/Movies --action move -non-strict --order Airdate --conflict auto --lang en --def 'unsorted=y' 'clean=y' 'deleteAfterExtract=y' 'minLengthMS=300000' 'minFileSize=100000000' 'excludeList=.excludes' --log all --log-file '/usr/local/filebot-node/data/filebot.log'

------------------------------------------

Locking /usr/local/filebot-node/data/filebot.log
Run script [fn:amc] at [Sun Oct 20 20:37:49 AEDT 2019]
Parameter: unsorted = y
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: minLengthMS = 300000
Parameter: minFileSize = 100000000
Parameter: excludeList = .excludes
Argument[0]: /volume1/Media/Movies
Illegal usage: output folder [/volume1/Media/Movies] must be separate from input arguments [/volume1/Media/Movies]
Abort (×_×)
------------------------------------------

[Process error]
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename function without moving

Post by rednoah »

If you're using FileBot Node then no, not really.

Otherwise, if you're using the GUI, then using a file name format, e.g. just {ny}, will do the job.
:idea: Please read the FAQ and How to Request Help.
Achandab
Donor
Posts: 109
Joined: 04 Nov 2013, 21:20

Re: Rename function without moving

Post by Achandab »

ok thanks!
Post Reply