Reinhard Pointner
def34ef2ca
-Djna.boot.library.path="$APP_ROOT/lib"
2018-04-05 16:18:46 +08:00
Reinhard Pointner
da4965ecb7
Test custom build for BreeR
2018-04-03 14:31:46 +08:00
Reinhard Pointner
4927eafc72
Test -Djdk.gtk.version=3
2018-04-03 14:05:42 +08:00
Reinhard Pointner
5c3ffa1706
Refactor common options into @{java.application.options} build variable
2018-03-16 20:53:13 +07:00
Reinhard Pointner
acf8a061bd
Remove ipk package and replace with armhf deb package
2017-02-07 21:50:37 +08:00
Reinhard Pointner
3c96a9f294
Unify deb/ipk builds and switch to jdeb
2016-11-04 06:46:00 +08:00
Reinhard Pointner
b244aba3f2
-DuseGVFS=true
2016-07-12 00:48:07 +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
76f275ebae
Improve sanity check
2016-03-05 21:06:23 +00:00
Reinhard Pointner
1f6d16d8b9
* support JAVA_OPTS convention for JVM argument injection
2015-10-16 14:29:28 +00:00
Reinhard Pointner
3b1cee165a
* ERR_MSG: The environment variable 'HOME' must be set
2015-10-11 14:04:13 +00:00
Reinhard Pointner
57c74a3c92
* clean up some launcher files and add default options for using the 7z executable
2015-03-28 18:37:38 +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
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
5c29cf6f74
* replace all net.sourceforge.filebot with net.filebot in deployment build files
2014-04-19 06:33:08 +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
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
ff35d137df
* disable warm-up feature to reduce possibly unnecessary network usage
2013-11-22 06:53:31 +00:00
Reinhard Pointner
a939e11c0d
* ship fpcalc with filebot instead of relying on the chromaprint-tools package
...
* update fpcalc binaries to 1.0.1
2013-11-08 13:05:42 +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
0aa761ef0a
* disable all features that hook into glibs by default
2013-02-15 19:05:06 +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
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
Reinhard Pointner
4479b123d5
* add -Dunixfs=false as default value to all unix startup scripts
2012-04-15 15:44:19 +00:00
Reinhard Pointner
cfccf90c72
+ support extracting archives (zip, rar, 7z, ...)
...
* added 7-Zip-JBinding libs and native dependencies
* added CLI option -extract and make it available in scripting environment
* allow --output to be used as output folder in -rename CLI call
2012-02-26 12:58:16 +00:00
Reinhard Pointner
c35164389e
* fix EOL for good, didn't know i had to set it in SVN
2011-11-21 17:45:55 +00:00
Reinhard Pointner
22b15cbb56
* fix line endings to LF
2011-11-21 17:37:46 +00:00
Reinhard Pointner
e389930a40
* added startup script for mac (untested)
2011-11-16 03:00:54 +00:00
Reinhard Pointner
b0d4833cbc
* revert changes, "$@" escapes individual args
2011-09-14 22:31:16 +00:00
Reinhard Pointner
3f1982a06d
* modified cmdline stubs
2011-09-14 18:33:25 +00:00
Reinhard Pointner
0d65e7e94d
* fix deployment issues
2011-01-10 14:01:41 +00:00
Reinhard Pointner
2e66fc97ee
* added debian packages (using ant-deb-task)
2010-11-07 15:04:10 +00:00