Commit Graph

351 Commits

Author SHA1 Message Date
Reinhard Pointner 2f73a4dd33 + Experiment with snappy / snapcraft 2016-05-18 05:42:24 +08:00
Reinhard Pointner bc439f0a7d + Experiment with snappy / snapcraft 2016-05-18 02:14:03 +08:00
Reinhard Pointner c07e7e115f Remove JNLP / Java WebStart from build (not used and deprecated for years) 2016-05-12 21:49:58 +08:00
Reinhard Pointner 71bc810f93 Remove synology-specific config 2016-05-09 15:59:41 +08:00
Reinhard Pointner a3c75f51e3 Move to GitHub 2016-04-21 01:54:09 +08:00
Reinhard Pointner 544389f43d Distribute FileBot Installer fia GitHub Releases 2016-04-19 20:10:32 +00:00
Reinhard Pointner bd402bd920 Open help links on install (for the n00bs) 2016-04-12 09:10:57 +00:00
Reinhard Pointner 34f5bd01ac Update NSIS installer 2016-04-11 09:51:24 +00:00
Reinhard Pointner 0ddab83eac Remove uninstall and links and anything that's not required and might freeze (e.g. wmic does like to freeze) 2016-04-09 17:21:12 +00:00
Reinhard Pointner fe00eb2977 Remove uninstall and links and anything that's not required and might freeze (e.g. wmic does like to freeze) 2016-04-09 17:03:14 +00:00
Reinhard Pointner 42393fa8da Work around illegal (but sometimes happening) PWD state 2016-04-09 15:15:08 +00:00
Reinhard Pointner 925f5526ba Open Getting Started and FAQ 2016-04-09 11:36:45 +00:00
Reinhard Pointner 4289fb9012 Open Getting Started and FAQ 2016-04-09 11:35:12 +00:00
Reinhard Pointner 1df8d03278 Try to fix freeze issues 2016-04-09 08:33:48 +00:00
Reinhard Pointner aa430846c3 Try to fix freeze issues 2016-04-08 23:50:29 +00:00
Reinhard Pointner 6de3558eee Update nuspec 2016-04-08 05:27:02 +00:00
Reinhard Pointner 2d053909db Use same exit codes as synology packages 2016-04-05 18:06:11 +00:00
Reinhard Pointner 63d74da890 Make sure `filebot` command is executable 2016-04-05 18:06:09 +00:00
Reinhard Pointner e47b16dffa Set "Send to" shortcut when installing the MSI package 2016-03-23 15:30:41 +00:00
Reinhard Pointner 9fe67fbc7c Set "Send to" shortcut when installing the MSI package 2016-03-23 12:13:00 +00:00
Reinhard Pointner 977527cd70 Update NSIS installer 2016-03-12 19:11:11 +00:00
Reinhard Pointner 022c2c40a3 Fix NSIS installer issues 2016-03-08 16:40:44 +00: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 bdff24f5cf Update NSIS installer 2016-02-27 06:35:34 +00:00
Reinhard Pointner 07653691d7 Update NSIS installer 2016-02-27 06:23:26 +00:00
Reinhard Pointner 66fa39af25 wmic product where name="FileBot" call uninstall /nointeractive 2016-02-27 03:27:37 +00:00
Reinhard Pointner 51cbe49028 Add LATEST release section on SF FRS 2016-02-25 17:29:50 +00:00
Reinhard Pointner e43e5f9f17 Launch via /usr/libexec/java_home to avoid `java` command not found / old version / etc issues 2016-02-07 09:42:56 +00:00
Reinhard Pointner 785a95a8e6 add subtitles.iconset 2016-01-07 05:08:04 +00:00
Reinhard Pointner b13efb9c14 update launch4j config 2015-12-25 11:52:55 +00:00
Reinhard Pointner 124a264d41 update launch4j config 2015-12-25 11:50:21 +00:00
Reinhard Pointner 898eafdf7c * try publishing a seprate free app that contains only the subtitles module and see if that's acceptable in the mac appstore 2015-12-12 12:06:13 +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 6b05c3f0c6 * use SHA-256 for chocolatey package 2015-11-26 06:13:04 +00:00
Reinhard Pointner 7ba342eb3d * preserve userdata when upgrading 2015-11-20 15:18:23 +00:00
Reinhard Pointner 9a663ea711 * prepare for next release 2015-11-09 11:12:45 +00:00
Reinhard Pointner 034dd6435a * prepare for next release 2015-11-09 11:10:43 +00:00
Reinhard Pointner 9fd6b028cf * put SHA-256 checksums at the end of the readme.md file 2015-11-06 06:30:37 +00:00
Reinhard Pointner ebbc36a0c0 * update README.md template 2015-10-22 06:49:15 +00:00
Reinhard Pointner b8d3a6e2f3 * update README.md template 2015-10-22 06:40:53 +00:00
Reinhard Pointner 9124e9b43e * add README.md to sourceforge.net release fileset 2015-10-22 05:59:42 +00:00
Reinhard Pointner 46c72b86c9 * makensis 2015-10-18 19:49:25 +00:00
Reinhard Pointner 29bec4ebaf * initialize java.util.prefs.Preferences once as Administrator
```
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002.
 Windows RegCreateKeyEx(...) returned error code 5.
```

@see http://stackoverflow.com/q/16428098/1514467
2015-10-18 19:18:25 +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 3b1cee165a * ERR_MSG: The environment variable 'HOME' must be set 2015-10-11 14:04:13 +00:00
Reinhard Pointner 65df381014 # force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler) 2015-09-20 19:34:15 +00:00
Reinhard Pointner 7b720bc023 * codesign *.exe files 2015-08-22 23:53:48 +00:00
Reinhard Pointner 6a8c380ec8 * code sign NSIS installer 2015-08-21 21:45:17 +00:00
Reinhard Pointner 4727de1006 * code sign NSIS installer 2015-08-21 21:35:01 +00:00
Reinhard Pointner 0f5d92db76 * update filebot.sh as well 2015-06-29 12:04:34 +00:00
Reinhard Pointner 97ac339eee * standardize filebot.sh for embedded linux 2015-06-25 20:10:40 +00:00
Reinhard Pointner c10e8146bc SYNO_LIBRARY_PATH="/usr/local/mediainfo/lib:/usr/local/chromaprint/lib" 2015-06-18 11:16:52 +00:00
Reinhard Pointner daf9144786 * play with signing the windows installer & self-signed certificates 2015-06-17 18:46:33 +00:00
Reinhard Pointner 9bff41722f * play with signing the windows installer & self-signed certificates 2015-06-17 18:38:47 +00:00
Reinhard Pointner e9a23d9d53 * formatting 2015-06-16 06:54:40 +00:00
Reinhard Pointner d4a13b7eb3 * make sure USER environment variable is set 2015-06-07 19:14:33 +00:00
Reinhard Pointner 042eb1379c * use sh template 2015-06-05 06:34:29 +00:00
Reinhard Pointner 1f48628afd * use Apache Commons VFS2 with junrar plugin 2015-06-04 10:41:43 +00:00
Reinhard Pointner b62b719700 * use more variables to make editing easier 2015-06-03 19:27:30 +00:00
Reinhard Pointner 34f06133dd * update download url 2015-06-03 13:24:13 +00:00
Reinhard Pointner a4be46d2cd * update chocolatey build with sha1 sums for all msi packages 2015-06-02 18:36:33 +00:00
Reinhard Pointner ee201249d3 * avoid keywords 2015-06-02 13:50:14 +00:00
Reinhard Pointner cb54b639db * update chocolatey build with sha1 sums for all msi packages 2015-06-02 11:56:22 +00:00
Reinhard Pointner 15fe09c44d * update chocolatey build with sha1 sums for all msi packages 2015-06-02 11:46:12 +00:00
Reinhard Pointner aa26342eb8 * avoid chocolatey app review questions 2015-06-01 20:11:41 +00:00
Reinhard Pointner 9cd4aa00fe * update choco pkg copyright 2015-05-27 06:40:07 +00:00
Reinhard Pointner 9b18de09cb * update build 2015-05-23 16:50:59 +00:00
Reinhard Pointner 6b98ab3463 * use best compression available for all package types 2015-05-22 06:37:43 +00:00
Reinhard Pointner 4a105ba11c * update maintainer email 2015-05-22 06:37:38 +00:00
Reinhard Pointner 54ef46123a * make sure /usr/local/bin exists 2015-05-20 19:01:33 +00:00
Reinhard Pointner 849f92d207 * make sure /usr/local/bin exists 2015-05-20 13:46:37 +00:00
Reinhard Pointner b271afbad2 * add (password protected, 64 chars) GPG keyring for automating builds 2015-05-16 13:05:59 +00:00
Reinhard Pointner 784c1e2efc * [spk] install executable by linking to /usr/local/bin/filebot 2015-05-16 04:52:25 +00:00
Reinhard Pointner d95e4a985e * fail-safe config 2015-05-10 21:56:06 +00:00
Reinhard Pointner d2de80d867 * update debian-source-package 2015-05-09 20:29:27 +00:00
Reinhard Pointner b1c73f50a2 * update spk package according to the latest spec (e.g. add 256x256 icon) 2015-05-03 15:57:56 +00:00
Reinhard Pointner 61b8d67707 * link filebot into /usr/bin instead of /usr/syno/bin 2015-04-05 07:43:49 +00:00
Reinhard Pointner 178151abd8 * support SynoCommunity AcoustID fpcalc package 2015-03-30 13:09:22 +00:00
Reinhard Pointner 05b980f77d * allow spaces in log files 2015-03-29 17:28:34 +00:00
Reinhard Pointner 229d701564 * fixfix 2015-03-29 10:17:04 +00:00
Reinhard Pointner d1566c5bc8 * try to support DSM log button 2015-03-29 10:08:00 +00:00
Reinhard Pointner 5b8a80e1be * try to support DSM log button 2015-03-29 09:55:31 +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 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 4bea07a5ae # user per user app data location to avoid permission conflicts between root and admin users 2015-03-27 16:03:53 +00:00
Reinhard Pointner b96f1949b8 * use 7z executable shipped with Synology NAS by default 2015-03-26 08:51:09 +00:00
Reinhard Pointner e894621e0b * change path order 2015-03-25 18:06:12 +00:00
Reinhard Pointner 9c774e39c8 * change path order 2015-03-25 17:51:40 +00:00
Reinhard Pointner 0b895172c3 * add 3rd party packages to the library path by default 2015-03-24 18:04:32 +00:00
Reinhard Pointner 4cca332ffc * improve DSM package maintenance scripts to avoid things breaking for each DSM update 2015-02-23 07:56:01 +00:00
Reinhard Pointner d755103cd4 * improve DSM package maintenance scripts to avoid things breaking for each DSM update 2015-02-23 07:24:27 +00:00
Reinhard Pointner 2c90b92625 * improve DSM package maintenance scripts to avoid things breaking for each DSM update 2015-02-23 07:02:25 +00:00
Reinhard Pointner b02ec3ab4e * just add <Property Id="REBOOT" Value="ReallySuppress" /> and see if it makes a difference at all 2015-02-21 17:50:29 +00:00
Reinhard Pointner 34ce4c2f9c * fix changelog format 2015-01-23 19:27:16 +00:00
Reinhard Pointner f7d5e8bbef * update USC package changelog for v4.5.6 release 2015-01-23 08:15:21 +00:00
Reinhard Pointner 70589c13c7 * synology os removes /usr/syno/bin/* links on upgrade, so lets try to put our symlink to /usr/local/bin/ 2015-01-13 06:05:03 +00:00
Reinhard Pointner bfa53d60d7 * automate USC package build 2014-12-22 21:35:14 +00:00