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