2013-03-14 17:32:38 -04:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
|
|
|
|
# FileBot feature settings
|
|
|
|
-Dapplication.analytics=true
|
|
|
|
|
|
|
|
# network settings
|
|
|
|
-Djava.net.useSystemProxies=true
|
|
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
|
|
|
|
|
|
|
# use NTFS extended attributes for storing metadata
|
|
|
|
-DuseExtendedFileAttributes=true
|
|
|
|
|
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|
2013-10-09 02:31:05 -04:00
|
|
|
|
|
|
|
# look for fpcalc here
|
|
|
|
-Dnet.sourceforge.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|