Backup and Restore Settings

How-to guides, frequently asked questions, not-so-obvious features, etc
Post Reply
User avatar
rednoah
The Source
Posts: 21739
Joined: 16 Nov 2011, 08:59

Backup and Restore Settings

Post by rednoah »

Press F5 to open Groovy Pad and then click on Image Application Data to Import / Export your User Data.
Image


View preferences:

Code: Select all

filebot -script fn:preferences
Clear preferences:

Code: Select all

filebot -clear-prefs
Export preferences:

Code: Select all

filebot -script fn:preferences --output /path/to/folder
Import preferences:

Code: Select all

filebot -script fn:preferences *.prefs.xml
:idea: Please read the FAQ and How to Request Help.
Post Reply