Commit Graph

36 Commits

Author SHA1 Message Date
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 ab964c1c23 # make sure required environment variables are set 2015-10-11 16:55:58 +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 580b976f6d + remove analytics 2014-11-10 08:18:32 +00:00
Reinhard Pointner fe65b1d9f8 * the hook should be called "prerm" 2014-10-31 15:39:36 +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 b777a8ea54 * ignore errors that may or may not occur during the prerem/postinst scripts if you're installing filebot using the .deb packages 2014-04-30 17:55:19 +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 2752de9a00 * calling filebot -clear-cache in pre/post install causes issues cause it's run as root which then owns ~/.filebot which will break filebot for the actual user 2014-04-02 16:20:43 +00:00
Reinhard Pointner d4fba892f3 -DuseExtendedFileAttributes=true 2014-04-02 07:57:45 +00:00
Reinhard Pointner 8b2e38a149 * replace /opt/usr/bin with /opt/bin for improved Synology compatibility
@see http://www.filebot.net/forums/viewtopic.php?f=3&t=1455
2014-03-26 15:25:56 +00:00
Reinhard Pointner 850df65f34 * set -DuseCreationDate explicitly depending on each platforms capabilities 2014-01-28 15:44:01 +00:00
Reinhard Pointner b55c0e3fbf * set -DuseCreationDate explicitly depending on each platforms capabilities 2014-01-28 15:38:16 +00:00
Reinhard Pointner 5eb7606fca * include fpcalc binaries in ipkg packages
fpcalc (Linux 32-bit) is the official build AcoustID => http://acoustid.org/chromaprint
fpcalc (Linux ARM) was built by and copied from the Bliss project => http://pcloadletter.co.uk/2012/09/17/bliss-package-for-synology/
2013-11-07 14:56:54 +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 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 f64496a989 * make default config more fail-safe 2013-03-19 11:14:43 +00:00
Reinhard Pointner cd3e46160c * install .ipk to /opt 2013-03-05 15:40:37 +00:00
Reinhard Pointner 44bd948156 * improved cache prefetch depending on distro 2013-02-07 08:34:08 +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 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 2d9242a13b * fine-tune xattr related logging and standard settings 2012-10-24 10:10:03 +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 6bd0be7845 * make sure to use UNIX line endings 2012-10-12 17:28:09 +00:00
Reinhard Pointner a4d46c1152 * upload-data-frs only when necessary 2012-10-12 15:45:00 +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 8e821d9a17 * setup /usr/bin/filebot via postinst/prerem scripts 2012-06-17 10:43:18 +00:00
Reinhard Pointner a342f14ccf + support .ipk package 2012-05-08 01:23:32 +00:00