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
fd786a6938
* build new filebot.icns file using iconutil
...
e.g.
iconutil -c icns -o filebot.icns filebot.iconset
2014-04-22 07:26:55 +00:00
Reinhard Pointner
86ad52b696
* remove outdated Apple Java bundler and replace with Oracle Java bundle
...
* fix various OSX bundle issues
2014-04-22 06:17:21 +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
ca3fc8f3fa
+ Groovy engine extensions rewrite complete :)
2014-04-18 19:41:39 +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
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
664f83ced0
* move package net.sourceforge.tuned to net.sourceforge.filebot.util
2014-04-01 12:36:34 +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
508dd826e6
* fix update curl call
2014-03-26 07:15:23 +00:00
Reinhard Pointner
161d09e291
* added FileBot.jar auto-update script for Linux to portable package
2014-03-26 07:06:39 +00:00
Reinhard Pointner
d2b2b453b5
* add icon to uninstaller and name "Uninstall FileBot" since that works better with Win 8
2014-03-20 15:59:23 +00:00
Reinhard Pointner
e67c3669b1
# boost application startup speed
...
-XX:+TieredCompilation
2014-03-19 19:02:44 +00:00
Reinhard Pointner
cf8b3d835f
+ REQUIRE min JRE 7 and update all libs
2014-03-18 20:16:39 +00:00
Reinhard Pointner
9a6adb4a85
* explicitly set /norestart just in case it's not default on odd systems
2014-03-05 05:30:54 +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
dd40f467ba
* OC-less exe installer
2014-02-24 02:11:53 +00:00
Reinhard Pointner
5d86ed4ba1
* added fix suggested by Manel Rodero
2014-02-06 16:31:30 +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
6996914492
-DuseCreationDate=true
2014-01-26 03:51:47 +00:00
Reinhard Pointner
afe59c4117
* removed OC from future installers for the next 4.0 release
2014-01-19 15:29:27 +00:00
Reinhard Pointner
bb32741af9
* try to make sure we always start a new cache for each update (so we don't have to worry about outdated yet cached data)
2014-01-13 04:11:05 +00:00
Reinhard Pointner
ec73e35dc1
* properly support 'cuninst filebot'
2013-12-26 07:36:48 +00:00
Reinhard Pointner
9c41231af1
* try to uninstall previous packages before install using powershell
2013-12-26 05:29:39 +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
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
ff35d137df
* disable warm-up feature to reduce possibly unnecessary network usage
2013-11-22 06:53:31 +00:00
Reinhard Pointner
57f451025f
* get rid of chocolatey "javaruntime" dependencies which is frickle at best
2013-11-21 08:55:26 +00:00
Reinhard Pointner
6fc15999dc
* misc updates
2013-11-17 19:16:00 +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
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
07173fabf0
+ use RSyntaxTextArea as Groovy editor so we get neat highlighting and bracket matching :)
2013-10-03 19:44:33 +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
09d2dc24af
* use XZ Utils for packing online database files
2013-08-10 07:56:11 +00:00
Reinhard Pointner
45435fa529
* fix installer issues and require Java 7 on Windows
2013-08-07 18:36:28 +00:00
Reinhard Pointner
97c014f88e
* try OpenCandy in NSIS installer
2013-08-04 13:18:07 +00:00
Reinhard Pointner
c4fba18fd9
* update things based on issue reports by users
2013-06-27 02:11:04 +00:00
Reinhard Pointner
aa2b980386
* make sure installer can't hang on IM
2013-06-25 02:38:02 +00:00
Reinhard Pointner
619b561fcc
* misc. commits
2013-06-24 09:27:03 +00:00
Reinhard Pointner
4208cb6557
* try using Install Monetizer for a bit and see how it performs
2013-06-15 10:01:31 +00:00
Reinhard Pointner
f64496a989
* make default config more fail-safe
2013-03-19 11:14:43 +00:00
Reinhard Pointner
c4f82956e9
* cosmetic changes
2013-03-15 15:08:12 +00:00
Reinhard Pointner
b4631951ab
* use launch4j for console executable instead of startup script
2013-03-14 21:32:38 +00:00
Reinhard Pointner
26bc859eda
+ use our own domain www.filebot.net :)
2013-03-09 17:15:46 +00:00
Reinhard Pointner
cd3e46160c
* install .ipk to /opt
2013-03-05 15:40:37 +00:00
Reinhard Pointner
377506801b
* enhanced formats for AMC
2013-02-22 11:37:08 +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
651e0dcc46
* update docs
2013-02-13 05:58:13 +00:00
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
Reinhard Pointner
f66b6fe23a
* try to fix loadLibrary issues with mac/linux
2012-03-03 01:41:47 +00:00
Reinhard Pointner
b509f108d0
* improved error reporting
2012-03-02 04:14:01 +00:00
Reinhard Pointner
4826948534
* fix new 7zip integration for webstart
2012-02-26 19:50:53 +00:00
Reinhard Pointner
82471e029f
* fix deployment issues with libs not being found
2012-02-26 18:05:07 +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
12aa612bd4
* various little fixes / improvements
2012-02-24 13:39:32 +00:00
Reinhard Pointner
51ccbbc572
* remove INDEX.LIST from glazedlists.jar cause it messes with webstart deployment
...
* JWS prompts don't work properly, switch to silent updates again
2012-02-20 13:50:42 +00:00
Reinhard Pointner
4b080503fc
* update update-descriptor for 2.5
2012-02-20 09:40:54 +00:00
Reinhard Pointner
cc5845b2a0
+ support Movie disk folders in movie mode
...
+ improved handling for derivate files (files with the same name but different extensions) in movie mode
2012-02-10 16:43:09 +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
49c549bf3c
* clean-up
2011-12-29 01:31:11 +00:00
Reinhard Pointner
bb8f4fb3e7
+ added portable profile
2011-12-28 13:51:36 +00:00
Reinhard Pointner
b82943439c
* make webstart lazy loading work (reduce initial download to ~2.5MB)
2011-12-26 18:10:53 +00:00
Reinhard Pointner
c1b49e98d2
* fixed webstart auto-update by setting jnlp spec to Java 6 ... should have known that a year ago...
2011-12-26 12:23:26 +00:00
Reinhard Pointner
5fc97f9339
* added shortcut descs and uninstall shortcut
2011-12-26 06:48:54 +00:00
Reinhard Pointner
0eff37b056
* recompiled launcher.exe
2011-12-22 18:41:56 +00:00
Reinhard Pointner
568705fa3e
* added fail-save launcher to msi installer
2011-12-19 11:38:54 +00:00
Reinhard Pointner
673b2cc7b5
* deployment clean-up
2011-12-14 12:18:06 +00:00
Reinhard Pointner
710010b4d7
* move build lib
2011-12-13 15:26:17 +00:00
Reinhard Pointner
5ee97945fb
* fix webstart by signing all jars
2011-12-07 21:56:43 +00:00
Reinhard Pointner
3ac1f8f532
* update build information
2011-12-07 05:51:08 +00:00
Reinhard Pointner
1c8287169a
* deb: suggest openjdk-7-jre
2011-11-29 03:18:49 +00:00
Reinhard Pointner
5d5f52da69
* no longer supported
2011-11-28 10:53:49 +00:00
Reinhard Pointner
73cf4a9b2f
* added guava-10.0.1 to libs
2011-11-26 07:53:00 +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
e26ae9f4e7
* added OSX cmdline support (thanks to Christopher!)
2011-11-20 18:04:50 +00:00
Reinhard Pointner
e389930a40
* added startup script for mac (untested)
2011-11-16 03:00:54 +00:00
Reinhard Pointner
1f6bef9027
* rename
2011-11-15 04:58:08 +00:00
Reinhard Pointner
c7a2e602a4
* properly setup everything for CLI when installing via MSI package
2011-11-15 03:03:53 +00:00
Reinhard Pointner
eb75ee3cb6
added jgat-custom to build
2011-09-21 13:40:46 +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
921d739a4d
* added console application stub
2011-09-13 19:41:22 +00:00
Reinhard Pointner
7c2c574940
* detect charset when parsing subtitles instead of assuming it's UTF-8
...
* added ICU4J library to build
2011-09-03 09:30:38 +00:00
Reinhard Pointner
74bdf6784d
* add new dependency to jnlp descriptor
2011-08-11 16:07:42 +00:00
Reinhard Pointner
9c0f194bfd
* fixed x64 msi installer issue
2011-02-27 05:12:50 +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
Reinhard Pointner
99226cb67b
* save application data to user home instead of the working directory if application is installed (because we don't have write permissions in the working directory in that case)
2010-11-07 14:57:57 +00:00
Reinhard Pointner
408d34f55a
* added msi installer (create via wix)
2010-11-06 11:01:19 +00:00
Reinhard Pointner
93869ebd62
* check jarbundler ant lib into svn as well
2010-10-31 07:25:02 +00:00
Reinhard Pointner
8c95bf25d5
* added an ant target for building an osx app bundle
2010-10-28 12:25:47 +00:00
Reinhard Pointner
92765d5b93
* update to ehcache 2.20 (requires slf4j)
...
* update to groovy 1.7.5
* update to jna 3.2.7
* update to junit 4.8.2
* update to miglayout 3.7.3.1
* update to nekohtml 1.9.14
* update mediainfo windows native libs to 0.7.35
2010-10-24 13:43:11 +00:00
Reinhard Pointner
9cb654d8c6
* added mac-x86_64 mediainfo nativelib (0.7.27) to build and webstart deployment
2010-02-07 02:15:38 +00:00
Reinhard Pointner
ee25c0f7a6
* allow Java Web Start splash
2009-10-23 08:30:06 +00:00
Reinhard Pointner
d841b76fc4
* update jnlp descriptors
2009-10-15 15:17:14 +00:00
Reinhard Pointner
3d9839a73f
* highlight verification cells (green foreground)
...
* increase max-heap-size in jnlp descriptor
2009-08-10 16:20:18 +00:00
Reinhard Pointner
b0ea60dad6
+ added webstart deployment
...
* added jnlp descriptors
* automated build, code signing and pack200 compression
* some webstart related code adjustments
* added MediaInfo 0.7.19 native libs for various operating systems
* updated jna
* use .properties file for application settings (name, version, apikeys, ...)
2009-07-27 22:34:42 +00:00