Page 1 of 1

Rename function without moving

Posted: 20 Oct 2019, 10:00
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]

Re: Rename function without moving

Posted: 20 Oct 2019, 10:46
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.

Re: Rename function without moving

Posted: 20 Oct 2019, 11:00
by Achandab
ok thanks!