[DOCS] How do I disable the Rename History?
Posted: 15 Feb 2019, 07:37
You can pass the -no-history flag to disable the rename history for a single filebot instance:
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
-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
