Page 1 of 1

[DOCS] How do I disable the Rename History?

Posted: 15 Feb 2019, 07:37
by rednoah
You can pass the -no-history flag to disable the rename history for a single filebot instance:

Shell: Select all

-no-history

You can permanently disable the rename history for all future filebot instances via the application.rename.history system property: application.rename.history = true | false

Shell: Select all

filebot -script fn:properties --def application.rename.history=false
Screenshot