2011-12-19 11:38:54 +00:00
|
|
|
# FileBot launch4j runtime config
|
2011-12-28 13:51:36 +00:00
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
2016-11-07 07:04:31 +00:00
|
|
|
-Dapplication.deployment=msi
|
2015-05-10 21:56:06 +00:00
|
|
|
-Dapplication.help=skip
|
2011-12-19 11:38:54 +00:00
|
|
|
|
2013-11-22 08:28:17 +00:00
|
|
|
# put all temporary files here
|
2016-11-07 07:04:31 +00:00
|
|
|
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
|
2013-11-22 08:28:17 +00:00
|
|
|
|
2012-07-04 10:22:41 +00:00
|
|
|
# FileBot system properties
|
2014-07-20 16:49:40 +00:00
|
|
|
-DthreadPool=32
|
2013-02-07 08:34:08 +00:00
|
|
|
|
2012-11-15 10:25:55 +00:00
|
|
|
# network settings
|
|
|
|
-Djava.net.useSystemProxies=true
|
2012-07-18 10:48:56 +00:00
|
|
|
|
2012-07-17 20:52:03 +00:00
|
|
|
# do not use native shell for move/copy operations
|
|
|
|
-DuseNativeShell=false
|
|
|
|
|
2014-10-02 16:46:45 +00:00
|
|
|
# do not use NTFS extended attributes for storing metadata
|
2014-04-20 15:24:30 +00:00
|
|
|
-DuseExtendedFileAttributes=false
|
2014-04-06 05:35:53 +00:00
|
|
|
-DuseCreationDate=false
|
2012-10-23 19:05:55 +00:00
|
|
|
|
2016-11-07 07:04:31 +00:00
|
|
|
# look for executables in the application folder
|
|
|
|
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
|
|
|
|
|
|
|
# look for native libraries in the application folder
|
2012-07-20 03:38:47 +00:00
|
|
|
-Djna.library.path="%EXEDIR%"
|
2013-11-24 07:44:48 +00:00
|
|
|
-Djna.boot.library.path="%EXEDIR%"
|
2012-07-20 03:38:47 +00:00
|
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
|
2016-11-07 07:04:31 +00:00
|
|
|
# make sure to use the bundled JNA library
|
|
|
|
-Djna.nosys=true
|
|
|
|
-Djna.nounpack=true
|
|
|
|
|
|
|
|
# reduce default logging
|
|
|
|
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"
|
2013-10-09 06:31:05 +00:00
|
|
|
|
2015-09-20 19:34:15 +00:00
|
|
|
# use Java implementation for extracting archives
|
|
|
|
-Dnet.filebot.Archive.extractor="ApacheVFS"
|
|
|
|
|
2011-12-19 11:38:54 +00:00
|
|
|
# force english locale
|
2011-12-28 13:51:36 +00:00
|
|
|
-Dfile.encoding=UTF-8
|
2011-12-19 11:38:54 +00:00
|
|
|
-Duser.country=US
|
|
|
|
-Duser.country.format=US
|
|
|
|
-Duser.language=en
|
|
|
|
-Duser.language.format=en
|
|
|
|
|
2012-06-07 09:35:43 +00:00
|
|
|
# disable HW acceleration
|
|
|
|
-Dsun.java2d.d3d=false
|
2017-07-25 08:40:34 +00:00
|
|
|
-Dprism.order=sw
|
2012-06-07 09:35:43 +00:00
|
|
|
|
2011-12-19 11:38:54 +00:00
|
|
|
# force platform L&F
|
|
|
|
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|
2015-09-20 19:34:15 +00:00
|
|
|
|
|
|
|
# force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler)
|
|
|
|
-Dnet.filebot.OpenSubtitlesXmlRpc.url="http://api.opensubtitles.org/xml-rpc"
|
2017-03-07 17:20:16 +00:00
|
|
|
|
|
|
|
# support JAVA_OPTS environment variable
|
|
|
|
%JAVA_OPTS%
|
2017-04-09 09:17:01 +00:00
|
|
|
|
|
|
|
# support FILEBOT_OPTS environment variable
|
|
|
|
%FILEBOT_OPTS%
|