2011-12-28 13:51:36 +00:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=portable
|
|
|
|
-Dapplication.dir="%EXEDIR%"
|
|
|
|
-Duser.home="%EXEDIR%"
|
|
|
|
|
2013-02-07 08:34:08 +00:00
|
|
|
# FileBot feature settings
|
|
|
|
-Dapplication.warmup=false
|
|
|
|
-Dapplication.analytics=true
|
|
|
|
|
2012-11-15 10:25:55 +00:00
|
|
|
# network settings
|
2014-03-04 13:51:35 +00:00
|
|
|
-Djava.net.useSystemProxies=false
|
2012-11-15 10:25:55 +00:00
|
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
2012-03-17 18:54:44 +00:00
|
|
|
|
2012-10-15 12:10:36 +00:00
|
|
|
# do not use native shell for move/copy operations
|
|
|
|
-DuseNativeShell=false
|
2012-07-17 20:52:03 +00:00
|
|
|
|
2012-11-04 02:10:27 +00:00
|
|
|
# do not use NTFS extended attributes for storing metadata
|
2014-04-02 07:57:45 +00:00
|
|
|
-DuseExtendedFileAttributes=true
|
2014-01-26 03:51:47 +00:00
|
|
|
-DuseCreationDate=false
|
2012-10-23 19:05:55 +00:00
|
|
|
|
2012-07-16 01:16:33 +00:00
|
|
|
# put all temporary files here
|
2013-10-09 06:31:05 +00:00
|
|
|
-Djava.io.tmpdir="%EXEDIR%\temp"
|
2012-07-16 01:16:33 +00:00
|
|
|
|
2012-07-07 08:19:00 +00:00
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
|
2013-11-24 07:44:48 +00:00
|
|
|
# do not use any JNA libs that are already installed
|
|
|
|
-Djna.nosys=true
|
|
|
|
|
2013-10-09 06:31:05 +00:00
|
|
|
# look for fpcalc here
|
|
|
|
-Dnet.sourceforge.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
|
|
|
|
2011-12-28 13:51:36 +00:00
|
|
|
# store preferences to text file
|
2014-04-01 12:36:34 +00:00
|
|
|
-Djava.util.prefs.PreferencesFactory=net.sourceforge.filebot.util.prefs.FilePreferencesFactory
|
2014-04-15 04:25:27 +00:00
|
|
|
-Dnet.sourceforge.filebot.util.prefs.file="%EXEDIR%\prefs.properties"
|
2014-03-19 19:02:44 +00:00
|
|
|
|
|
|
|
# boost application startup speed
|
|
|
|
-XX:+TieredCompilation
|