Where does FileBot import the license file?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
devster
Posts: 417
Joined: 06 Jun 2017, 22:56

Where does FileBot import the license file?

Post by devster »

Is there a way to put the license file into a folder and have FileBot automatically import it on first run, without executing first filebot --license <file>.psm?
I only work in black and sometimes very, very dark grey. (Batman)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: License Error: Banned due to abuse

Post by rednoah »

:!: WARNING: DO NOT SET -Dnet.filebot.license UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.


:!: WARNING: THIS OPTION IS INTENDED FOR ADVANCED LINUX AND DOCKER SETUPS. DO NOT USE IT ON WINDOWS UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.


Yes, filebot --license <file>.psm just runs a license check and then copies the license into the application data folder. I think it's $APP_DATA/.license by default.


You can also override the default path with your own via the net.filebot.license system property:

Code: Select all

-Dnet.filebot.license="/path/to/license.psm"
:idea: Please read the FAQ and How to Request Help.
Post Reply