Commit Graph

99 Commits

Author SHA1 Message Date
Reinhard Pointner 029abe25b8 * fine-tune ubuntu integration 2013-02-08 04:45:54 +00:00
Reinhard Pointner 44bd948156 * improved cache prefetch depending on distro 2013-02-07 08:34:08 +00:00
Reinhard Pointner 69b4f70a7c * fix things up for the ubuntu software center packages 2013-02-04 14:34:39 +00:00
Reinhard Pointner c722008d65 * possible fix for all these DBUS warnings on headless machines 2013-02-04 09:51:37 +00:00
Reinhard Pointner 70376e97f1 * start preparing special package for ubuntu software center 2013-02-03 10:15:36 +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 e318db8b56 * include fpcalc in installer packages 2013-01-10 19:13:21 +00:00
Reinhard Pointner d94c85ab00 * improve stability 2012-12-03 18:08:02 +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 9804c1e103 * prefer msi /quiet install in chocolatey install script 2012-12-01 12:20:29 +00:00
Reinhard Pointner 35535267d3 * prefer passive installer with progress bars but no user-interaction 2012-11-24 00:12:32 +00:00
Reinhard Pointner 5ba5622350 * added chocolatey package 2012-11-23 04:27:54 +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 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 a7822901f8 * HPFS+ should support POSIX style xattr, might just work so enable by default. If it doesn't it'll just log some errors and continue. 2012-10-28 10:54:39 +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 d1010338ec * fix various MSI installer update/upgrade 32/64-bit issues 2012-10-22 11:02:14 +00:00
Reinhard Pointner 06e6c5962f * loading windows natives is error prone, just stick to the pure-Java stuff 2012-10-15 12:48:47 +00:00
Reinhard Pointner 56fff6f621 * fine-tuning 2012-10-15 12:10:36 +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 639fc97b51 + added ed2k hash support to SFV panel (special thanks to thraash) 2012-09-26 16:09: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 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 59b67d7910 * set things up so that temporary files are saved in ~/.filebot/temp 2012-07-16 01:16:33 +00:00
Reinhard Pointner a8f1b1c57a * added Ivy and AntBuilder to fatjar to people can directly use it in filebot/groovy scripts.
@Grapes dependency management doesn't work for ant, javamail, etc because they require a groovy RootLoader, that in turned messed up caching.

After wasting a few sleepless nights I give up and just add things like this.
2012-07-14 08:41:28 +00:00
Reinhard Pointner fa6909ddfe * init application with Groovy RootLoader to make @Grapes work properly in scripting 2012-07-11 17:18:14 +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 36bcd880db + final adjustments for 2.4
* support "A | B | C" syntax for series mode --q option
* fine-tuning for series auto-selection
* don't create desktop shortcut when running via JNLP
2012-06-24 05:43:09 +00:00
Reinhard Pointner 0c6b16b5f2 * set maxHeapSize through *.l4j.ini only 2012-06-18 08:34:51 +00:00
Reinhard Pointner 025970e940 * use an SVG as application icon in .deb deployment 2012-06-17 12:21:40 +00:00
Reinhard Pointner 8e821d9a17 * setup /usr/bin/filebot via postinst/prerem scripts 2012-06-17 10:43:18 +00:00
Reinhard Pointner d01d858713 * fix linux startup script for the portable package 2012-06-09 02:37:31 +00:00
Reinhard Pointner f1b75f5e0e * disable direct3d for fail-safe launcher 2012-06-07 09:35:43 +00:00
Reinhard Pointner a342f14ccf + support .ipk package 2012-05-08 01:23:32 +00:00
Reinhard Pointner c38e0d8b95 * make sure the filebot script runs in headless mode to prevent stealing focus problems 2012-04-17 02:21:15 +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 c739552c9a * easy-to-enable proxy settings 2012-03-17 18:54:44 +00:00
Reinhard Pointner 0b171db10d * update scripts 2012-03-10 10:47:39 +00:00