[DOCS] How do I disable the Rename History?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[DOCS] How do I disable the Rename History?

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply