fn:revert --action rename Not working?
Posted: 05 Jul 2017, 19:40
Hi,
I wanted to rename my files back to what they were called earlier ( in a particular directory).
I use this:
But this gives me
Was --action rename removed?
Btw, "-- action test" works fine
Thanks for your help!
I wanted to rename my files back to what they were called earlier ( in a particular directory).
I use this:
Code: Select all
filebot -script fn:revert --action rename /mnt/Disk2/
Code: Select all
/mnt/Disk2$ filebot -script fn:revert --action rename /mnt/Disk2
rename not in [MOVE, COPY, KEEPLINK, SYMLINK, HARDLINK, DUPLICATE, REFLINK, TEST]
java.lang.IllegalArgumentException: rename not in [MOVE, COPY, KEEPLINK, SYMLINK, HARDLINK, DUPLICATE, REFLINK, TEST]
at net.filebot.StandardRenameAction.forName(StandardRenameAction.java:180)
at net.filebot.StandardRenameAction$forName.call(Unknown Source)
at Script1.revert(Script1.groovy:9)
at Script1$_run_closure1.doCall(Script1.groovy:23)
at Script1.run(Script1.groovy:21)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:119)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
at net.filebot.Main.main(Main.java:115)
Failure (°_°)
Failure (°_°)
Btw, "-- action test" works fine
Thanks for your help!