2018-06-25 17:58:30 +07:00
|
|
|
# Default Java Options
|
2018-06-09 14:27:03 +07:00
|
|
|
@{java.application.options}
|
|
|
|
|
2018-06-25 17:58:30 +07:00
|
|
|
# Default Windows Java Options
|
|
|
|
@{windows.application.options}
|
|
|
|
|
|
|
|
# Deployment Options
|
2016-11-07 15:04:31 +08:00
|
|
|
-Dapplication.deployment=msi
|
2011-12-19 11:38:54 +00:00
|
|
|
|
2018-07-01 15:43:53 +07:00
|
|
|
# Use Java API move/copy operations
|
|
|
|
-DuseNativeShell=false
|
2013-11-22 08:28:17 +00:00
|
|
|
|
2018-07-01 15:43:53 +07:00
|
|
|
# Use Windows Explorer default DnD file order
|
|
|
|
-Dnet.filebot.dnd.sort=false
|
2013-02-07 08:34:08 +00:00
|
|
|
|
2018-06-25 17:58:30 +07:00
|
|
|
# Improved parallel processing
|
|
|
|
-DthreadPool=64
|
2012-07-17 20:52:03 +00:00
|
|
|
|
2018-06-25 17:58:30 +07:00
|
|
|
# Do not use NTFS extended attributes
|
2014-04-20 15:24:30 +00:00
|
|
|
-DuseExtendedFileAttributes=false
|
2012-10-23 19:05:55 +00:00
|
|
|
|
2018-06-25 17:58:30 +07:00
|
|
|
# Use Apache VFS to extract archives
|
2019-03-01 03:23:27 +07:00
|
|
|
-Dnet.filebot.archive.extractor=ApacheVFS
|
2012-07-20 03:38:47 +00:00
|
|
|
|
2019-02-25 20:06:12 +07:00
|
|
|
# Use Darcula LaF
|
|
|
|
-Dnet.filebot.theme=Darcula
|
2019-02-28 02:17:13 +07:00
|
|
|
-Dnet.filebot.UserFiles.fileChooser=JavaFX
|
2015-09-20 19:34:15 +00:00
|
|
|
|
2018-06-25 17:58:30 +07: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
|
|
|
|
|
2018-06-25 17:58:30 +07:00
|
|
|
# Disable HW acceleration
|
2012-06-07 09:35:43 +00:00
|
|
|
-Dsun.java2d.d3d=false
|
2017-07-25 16:40:34 +08:00
|
|
|
-Dprism.order=sw
|
2012-06-07 09:35:43 +00:00
|
|
|
|
2018-06-25 17:58:30 +07:00
|
|
|
# Support JAVA_OPTS and FILEBOT_OPTS environment variables
|
2017-03-08 01:20:16 +08:00
|
|
|
%JAVA_OPTS%
|
2017-04-09 17:17:01 +08:00
|
|
|
%FILEBOT_OPTS%
|