2011-12-19 06:38:54 -05:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
2011-12-28 08:51:36 -05:00
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
2015-05-10 17:56:06 -04:00
|
|
|
-Dapplication.help=skip
|
2011-12-19 06:38:54 -05:00
|
|
|
|
2013-11-22 03:28:17 -05:00
|
|
|
# put all temporary files here
|
|
|
|
-Djava.io.tmpdir="%APPDATA%\FileBot\temp"
|
|
|
|
|
2012-07-04 06:22:41 -04:00
|
|
|
# FileBot system properties
|
2014-07-20 12:49:40 -04:00
|
|
|
-DthreadPool=32
|
2013-02-07 03:34:08 -05:00
|
|
|
|
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-07-18 06:48:56 -04:00
|
|
|
|
2012-07-17 16:52:03 -04:00
|
|
|
# do not use native shell for move/copy operations
|
|
|
|
-DuseNativeShell=false
|
|
|
|
|
2014-10-02 12:46:45 -04:00
|
|
|
# do not use NTFS extended attributes for storing metadata
|
2014-04-20 11:24:30 -04:00
|
|
|
-DuseExtendedFileAttributes=false
|
2014-04-06 01:35:53 -04:00
|
|
|
-DuseCreationDate=false
|
2012-10-23 15:05:55 -04:00
|
|
|
|
2012-07-19 23:38:47 -04:00
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
2013-11-24 02:44:48 -05:00
|
|
|
-Djna.boot.library.path="%EXEDIR%"
|
2012-07-19 23:38:47 -04:00
|
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
|
2013-10-09 02:31:05 -04:00
|
|
|
# look for fpcalc here
|
2014-04-19 02:33:08 -04:00
|
|
|
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
2013-10-09 02:31:05 -04:00
|
|
|
|
2015-09-20 15:34:15 -04:00
|
|
|
# use Java implementation for extracting archives
|
|
|
|
-Dnet.filebot.Archive.extractor="ApacheVFS"
|
|
|
|
|
2011-12-19 06:38:54 -05:00
|
|
|
# force english locale
|
2011-12-28 08:51:36 -05:00
|
|
|
-Dfile.encoding=UTF-8
|
2011-12-19 06:38:54 -05:00
|
|
|
-Duser.country=US
|
|
|
|
-Duser.country.format=US
|
|
|
|
-Duser.language=en
|
|
|
|
-Duser.language.format=en
|
|
|
|
|
2012-06-07 05:35:43 -04:00
|
|
|
# disable HW acceleration
|
|
|
|
-Dsun.java2d.d3d=false
|
|
|
|
|
2011-12-19 06:38:54 -05:00
|
|
|
# force platform L&F
|
|
|
|
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|
2015-09-20 15:34:15 -04:00
|
|
|
|
|
|
|
# force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler)
|
|
|
|
-Dnet.filebot.OpenSubtitlesXmlRpc.url="http://api.opensubtitles.org/xml-rpc"
|