Commit Graph

56 Commits

Author SHA1 Message Date
Reinhard Pointner 582cfd1acd Update platform defaults 2018-07-01 23:36:32 +07:00
Reinhard Pointner 6cc6a9b320 Support Desktop Linux for portable Linux builds 2018-07-01 18:17:59 +07:00
Reinhard Pointner b1f10e7353 -jar "$FILEBOT_HOME/jar/filebot.jar" 2018-06-27 23:13:25 +07:00
Reinhard Pointner fc2dab33a6 Refactor filebot.sh launcher 2018-06-21 14:09:59 +07:00
Reinhard Pointner 9abbeec248 -Dnet.filebot.media.ffprobe="ffprobe" 2018-06-20 01:53:52 +07:00
Reinhard Pointner f4acb0ba7e Update portable package (Linux) 2018-06-13 02:25:10 +07:00
Reinhard Pointner 5c3ffa1706 Refactor common options into @{java.application.options} build variable 2018-03-16 20:53:13 +07:00
Reinhard Pointner 33e980e114 Sign and verify new release jars with GnuPG 2017-04-13 17:54:09 +08:00
Reinhard Pointner 9e7263c80f [Revert] C.UTF-8 doesn't seem to work on some Linux devices 2017-02-10 17:43:07 +08:00
Reinhard Pointner 76d7364cc0 C.UTF-8 2017-02-03 03:38:38 +08:00
Reinhard Pointner fc1c1226fe Include Linux native libraries for all supported platforms in the portable *.tar.xz package 2017-02-01 23:44:26 +08:00
Reinhard Pointner 779e1a4844 -DuseGVFS=false by default
@see https://www.filebot.net/forums/viewtopic.php?f=11&t=4464&p=24875#p24875
2016-12-05 23:49:23 +09:00
Reinhard Pointner 032d12d182 Fix portable startup config 2016-11-27 22:24:57 +08:00
Reinhard Pointner b244aba3f2 -DuseGVFS=true 2016-07-12 00:48:07 +08:00
Reinhard Pointner 71bc810f93 Remove synology-specific config 2016-05-09 15:59:41 +08:00
Reinhard Pointner a367bffcc4 Make sure that users can override the filebot java system properties by setting $JAVA_OPTS 2016-03-08 16:21:13 +00:00
Reinhard Pointner 139e3eef6c Update filebot.sh with $APP_DATA must be writable sanity checks 2016-03-06 15:32:30 +00:00
Reinhard Pointner b42d25f92e * force UTF-8 filesystem encoding (just in case it's not default)
@see http://www.filebot.net/forums/viewtopic.php?f=6&t=2921
2015-12-09 06:47:50 +00:00
Reinhard Pointner 1f6d16d8b9 * support JAVA_OPTS convention for JVM argument injection 2015-10-16 14:29:28 +00:00
Reinhard Pointner 97ac339eee * standardize filebot.sh for embedded linux 2015-06-25 20:10:40 +00:00
Reinhard Pointner c129f726a9 * clean up some launcher files and add default options for using the 7z executable 2015-03-28 18:14:58 +00:00
Reinhard Pointner 1c6fdc1a16 * set swing.crossplatformlaf property to Nimbus laf for all platforms 2014-11-10 20:29:45 +00:00
Reinhard Pointner 580b976f6d + remove analytics 2014-11-10 08:18:32 +00:00
Reinhard Pointner 653cef411a * make sure to default to Nimbus rather than Metal if the System/GTK look-and-feel doesn't work (e.g. on KDE) 2014-11-09 21:04:35 +00:00
Reinhard Pointner 50f9e64f0d * make sure system encoding is always set to UTF-8 under all circumstances under all *nix systems 2014-10-26 17:48:52 +00:00
Reinhard Pointner a7e67974a2 * depricated options 2014-07-29 06:52:25 +00:00
Reinhard Pointner a8bf338570 * fix nested relative symlink issues in the portable scripts as well
* portable startup scripts now are /bin/sh compatible
2014-06-20 18:41:18 +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 d4fba892f3 -DuseExtendedFileAttributes=true 2014-04-02 07:57:45 +00:00
Reinhard Pointner 664f83ced0 * move package net.sourceforge.tuned to net.sourceforge.filebot.util 2014-04-01 12:36:34 +00:00
Reinhard Pointner b92aacfcb8 * disable system proxy support in portable release to avoid system proxy implementation issues 2014-03-04 13:51:35 +00:00
Reinhard Pointner b55c0e3fbf * set -DuseCreationDate explicitly depending on each platforms capabilities 2014-01-28 15:38:16 +00:00
Reinhard Pointner 08fd294853 * set -Djna.nosys=true for all packages that are expected to extract & load jnidispatch to avoid nasty surprises 2013-11-28 17:52:42 +00:00
Reinhard Pointner 6fc15999dc * misc updates 2013-11-17 19:16:00 +00:00
Reinhard Pointner a054f08946 * force UTF-8 encoding always for embedded Linux devices (should be default but with embedded devices u never know)
@see http://www.filebot.net/forums/viewtopic.php?f=8&t=738#p6057
2013-09-28 13:47:55 +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 f5572c655e * support system property -DuseGVFS=true|false to turn on/off whether GIO is used in DnD 2013-01-12 02:19:47 +00:00
Reinhard Pointner d11ea6a4b2 * force JVM language and encoding settings properly 2012-12-01 13:52:50 +00:00
Reinhard Pointner ad95949ebf * force UTF-8 encoding on embedded systems which defaults to ANSI_X3.4-1968 in cases where $LANG and $LC_ALL environment variables are not configured 2012-12-01 12:25:22 +00:00
Reinhard Pointner 2eeca8be77 * make sure to create prefs in the application folder rather than the working dir 2012-11-18 15:20:19 +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 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 f3dda44f8c * set unixfs system property via filebot option -unixfs rather than -Dunixfs=true in the startup scripts 2012-08-15 10:47:46 +00:00
Reinhard Pointner e6260ef0f9 * maybe a bad idea to delete any hidden folders... delete my .svn folder... limit cleanup to cache|temp|grape so nothing unexpected ever gets deleted 2012-07-28 20:55:20 +00:00
Reinhard Pointner ae6a2cb0ae * make sure each filebot instance gets it's own locked ehcache dir 2012-07-28 10:04:52 +00:00
Reinhard Pointner 71d0bd4786 add connection timeout to all startup scripts:
-Dsun.net.client.defaultConnectTimeout=5000
-Dsun.net.client.defaultReadTimeout=25000
2012-07-21 20:30:22 +00:00
Reinhard Pointner 59b67d7910 * set things up so that temporary files are saved in ~/.filebot/temp 2012-07-16 01:16:33 +00:00