Commit Graph

45 Commits

Author SHA1 Message Date
Reinhard Pointner 9dd32ecbfa Support for using 7z and unrar tools 2019-03-01 03:23:27 +07:00
Reinhard Pointner 3fdde4d712 -Dnet.filebot.UserFiles.fileChooser=JavaFX 2019-02-28 02:17:13 +07:00
Reinhard Pointner 7e67b93aaf # Use Darcula LaF 2019-02-25 20:06:12 +07:00
Reinhard Pointner 89c6d4fae1 # Use Java API move/copy operations
# Use Windows Explorer default DnD file order
2018-07-01 15:43:53 +07:00
Reinhard Pointner 70811c393e Unify Windows Java Options 2018-06-25 17:58:30 +07:00
Reinhard Pointner 055e9586d0 Update MSI exe/ini files 2018-06-09 14:27:03 +07:00
Reinhard Pointner 28cc439bfc Refactor MSI build (heat, candle, light, F*CK THIS SHIT) 2018-06-09 12:35:57 +07:00
Reinhard Pointner e7b115d6c8 # disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
2017-07-25 16:40:34 +08:00
Reinhard Pointner 5a06961dfb # support FILEBOT_OPTS environment variable 2017-04-09 17:17:01 +08:00
Reinhard Pointner 1b693dfa14 # support JAVA_OPTS environment variable 2017-03-08 01:20:16 +08:00
Reinhard Pointner ad09eb8ae7 # make sure to use the bundled JNA library
-Djna.nosys=true
-Djna.nounpack=true
2016-11-07 15:04:31 +08:00
Reinhard Pointner 4e177576e0 Unify common build properties 2016-11-05 04:19:30 +08:00
Reinhard Pointner 65df381014 # force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler) 2015-09-20 19:34:15 +00:00
Reinhard Pointner d95e4a985e * fail-safe config 2015-05-10 21:56:06 +00:00
Reinhard Pointner 580b976f6d + remove analytics 2014-11-10 08:18:32 +00:00
Reinhard Pointner b1f4174d7e * fix comments 2014-10-02 16:46:45 +00:00
Reinhard Pointner 1d19965e72 * this should people give more of a "queue" when processing large sets of files 2014-07-20 16:49:40 +00:00
Reinhard Pointner b99f159df3 * don't use -XX args for GUI app since it seems to make things a bit less stable 2014-05-18 09:38:41 +00:00
Reinhard Pointner dd0e707de5 * keep xattr disabled for the platform launcher as per specification 2014-04-20 15:24:30 +00:00
Reinhard Pointner 5c29cf6f74 * replace all net.sourceforge.filebot with net.filebot in deployment build files 2014-04-19 06:33:08 +00:00
Reinhard Pointner 1d9890dc40 * fix portable settings 2014-04-15 04:25:27 +00:00
Reinhard Pointner cf062bbe44 * disable useCreationDate by default
* if useCreationDate  is enabled set the movie release date, not just the year
2014-04-06 05:35:53 +00:00
Reinhard Pointner d4fba892f3 -DuseExtendedFileAttributes=true 2014-04-02 07:57:45 +00:00
Reinhard Pointner e67c3669b1 # boost application startup speed
-XX:+TieredCompilation
2014-03-19 19:02:44 +00:00
Reinhard Pointner 6996914492 -DuseCreationDate=true 2014-01-26 03:51:47 +00:00
Reinhard Pointner 25fe9bcc2c * make sure to avoid JNA jnidispatch native lib conflicts 2013-11-24 07:44:48 +00:00
Reinhard Pointner e1c8e8d17b * try to fix various potential JNA init issues 2013-11-22 08:28:17 +00:00
Reinhard Pointner 19f69c9fbc * set "fpcalc" executable via system property net.sourceforge.filebot.AcoustID.fpcalc 2013-10-09 06:31:05 +00:00
Reinhard Pointner 61bd6f1d9e * no need to override -Xmx anymore since newer version of Java have a better default max-memory value 2013-02-15 10:45:06 +00:00
Reinhard Pointner 44bd948156 * improved cache prefetch depending on distro 2013-02-07 08:34:08 +00:00
Reinhard Pointner 70376e97f1 * start preparing special package for ubuntu software center 2013-02-03 10:15:36 +00:00
Reinhard Pointner 16eca618f5 * set -Djava.net.useSystemProxies=true for all deployment modes to automatically respect user-defined proxy settings of the OS 2012-11-15 10:25:55 +00:00
Reinhard Pointner 46f5e98c55 * add .cmd launcher to portable distro 2012-11-04 02:10:27 +00:00
Reinhard Pointner acbe82aa53 * disable EAs in platform launcher by default 2012-11-03 14:24:06 +00:00
Reinhard Pointner 2d3b6cf3a4 * save metadata as extended file attributes for each file
* set file creation date to episode/movie release date
2012-10-23 19:05:55 +00:00
Reinhard Pointner 2c2ff2965d * increase default connection timeouts to 10s/60s 2012-08-19 03:01:38 +00:00
Reinhard Pointner 6963eb41eb * added -DuseNativeShell to jnlp
* don't create auto-create folders when not necessary
* manually set java/jna.library.path to make sure it's in the install folder
2012-07-20 03:38:47 +00:00
Reinhard Pointner 306eda5c8a * make sure to resolve relative paths NativeRenameAction 2012-07-18 10:48:56 +00:00
Reinhard Pointner 0d2314eab0 * integrate native MOVE/COPY on Windows 2012-07-17 20:52:03 +00:00
Reinhard Pointner 8921cfc934 * set more sensible http connection timeouts in the GUI application launchers => -Dsun.net.client.defaultConnectTimeout=5000
-Dsun.net.client.defaultReadTimeout=25000
2012-07-07 08:19:00 +00:00
Reinhard Pointner e535b692ff * simplified certain scripting use-cases 2012-07-04 10:22:41 +00:00
Reinhard Pointner f1b75f5e0e * disable direct3d for fail-safe launcher 2012-06-07 09:35:43 +00:00
Reinhard Pointner 6f56b23d35 * don't use java.io.tmpdir for the persistent cache but our own application folder 2011-12-29 04:56:28 +00:00
Reinhard Pointner bb8f4fb3e7 + added portable profile 2011-12-28 13:51:36 +00:00
Reinhard Pointner 568705fa3e * added fail-save launcher to msi installer 2011-12-19 11:38:54 +00:00