How may I migrate my settings from my old Windows 10 PC to my new Windows 10 PC? I still have access to the old PC.
I tried copying the folder "Users\username\AppData\Local\Packages\PointPlanck.FileBot_randomstring
...but that didn't seem to work
Migrate Filebot settings - Windows Store App
Re: Migrate Filebot settings - Windows Store App
1.
You can backup / import / export settings using filebot -script fn:preferences commands:
viewtopic.php?f=3&t=4205
This does not include the history file. The history can be imported / exported with the import / export buttons in the History dialog.
2.
Due to Windows Store app sandboxing, the FileBot app data folder is implicitly redirected to this folder:
Copying the files here should work, but there might be some Windows Store sandboxing magic, that makes things not work as expected.
You can backup / import / export settings using filebot -script fn:preferences commands:
viewtopic.php?f=3&t=4205

2.
Due to Windows Store app sandboxing, the FileBot app data folder is implicitly redirected to this folder:
Code: Select all
%USERPROFILE%\AppData\Local\Packages\PointPlanck.FileBot_*\LocalCache\Roaming\FileBot
Re: Migrate Filebot settings - Windows Store App
Thanks @rednoah
The export/import worked though whilst preforming the import I did get WARNINGS, see below;
The export/import worked though whilst preforming the import I did get WARNINGS, see below;
Code: Select all
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedConstructor$1 (file:/C:/Program%20Files/WindowsApps/PointPlanck.FileBot_4.8.1.0_x64__49ex9gnthnt12/lib/groovy-all.jar) to constructor java.util.prefs.Preferences()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedConstructor$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Re: Migrate Filebot settings - Windows Store App
Those warnings can be ignored. Java 10 and Groovy just aren't best friends yet.