mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 19:35:15 -05:00
54 lines
1.3 KiB
INI
54 lines
1.3 KiB
INI
# default java options
|
|
@{java.application.options}
|
|
|
|
# deployment options
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
-Dapplication.deployment=msi
|
|
-Dapplication.help=skip
|
|
|
|
# put all temporary files here
|
|
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
|
|
|
|
# FileBot system properties
|
|
-DthreadPool=32
|
|
|
|
# do not use native shell for move/copy operations
|
|
-DuseNativeShell=false
|
|
|
|
# do not use NTFS extended attributes for storing metadata
|
|
-DuseExtendedFileAttributes=false
|
|
|
|
# look for executables in the application folder
|
|
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\lib\fpcalc.exe"
|
|
|
|
# look for native libraries in the application folder
|
|
-Djna.library.path="%EXEDIR%\lib"
|
|
-Djna.boot.library.path="%EXEDIR%\lib"
|
|
-Djava.library.path="%EXEDIR%\lib"
|
|
|
|
# use Java implementation for extracting archives
|
|
-Dnet.filebot.Archive.extractor="ApacheVFS"
|
|
|
|
# force english locale
|
|
-Dfile.encoding=UTF-8
|
|
-Duser.country=US
|
|
-Duser.country.format=US
|
|
-Duser.language=en
|
|
-Duser.language.format=en
|
|
|
|
# disable HW acceleration
|
|
-Dsun.java2d.d3d=false
|
|
-Dprism.order=sw
|
|
|
|
# force platform L&F
|
|
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|
|
|
|
# force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler)
|
|
-Dnet.filebot.OpenSubtitlesXmlRpc.url="http://api.opensubtitles.org/xml-rpc"
|
|
|
|
# support JAVA_OPTS environment variable
|
|
%JAVA_OPTS%
|
|
|
|
# support FILEBOT_OPTS environment variable
|
|
%FILEBOT_OPTS%
|