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