407a7074e6Run --def exec commands via powershell -Command instead of cmd /c (in order to support '...' and simple curl calls and gain a small amount of cross-platform compatibility)
Reinhard Pointner
2017-02-05 16:04:10 +0800
2c26d8df51Docker images are available on Docker Hub
Reinhard Pointner
2017-02-05 02:57:41 +0800
df1c2ca7fdBetter error message when internal function calls fail
Reinhard Pointner
2017-01-31 00:23:17 +0800
b44df59d55Use internal logging for --log-file instead of copying stdio/stderr to file (which doesn't work for native code or sub-process console output anyway)
Reinhard Pointner
2017-01-28 19:07:12 +0800
3fee8bed74Improve error logging when renaming fails due to permission issues
Reinhard Pointner
2017-01-28 04:27:21 +0800
ee96df22f5Use internal logging for --log-file instead of copying stdio/stderr to file (which doesn't work for native code or sub-process console output anyway)
Reinhard Pointner
2017-01-28 01:22:46 +0800
b8884e432fFix for less popular international shows (because we really need to know international alias names for these shows)
Reinhard Pointner
2017-01-26 03:29:43 +0800
ec0b0038e6Improved errror messages for when TheTVDB is down and sends back invalid xml.
Reinhard Pointner
2017-01-25 21:09:51 +0800
86ce5e7e8cMore general grepTheTvdbId()
Reinhard Pointner
2017-01-25 20:14:54 +0800
a9cf202540More general grepTheTvdbId()
Reinhard Pointner
2017-01-25 05:22:07 +0800
a7791c653dInclude {absolute} episode number in special Episode objects
Reinhard Pointner
2017-01-23 23:02:09 +0800
52bb296ee4Improved console output when --action test --conflict override is used (i.e. files can't be deleted in test mode which disables override behavior)
Reinhard Pointner
2017-01-23 04:39:48 +0800
282f48158eAllow String/File/Path/etc objects to be used as file path parameter
Reinhard Pointner
2017-01-21 21:08:05 +0800
464e9852a9Play with Desktop Bridge app extensions (i.e. context menu verbs)
Reinhard Pointner
2017-01-10 23:14:31 +0800
f97c798a6aPlay with Desktop Bridge app extensions (i.e. context menu verbs)
Reinhard Pointner
2017-01-10 22:48:15 +0800
fc91eef44fPlay with Desktop Bridge app extensions (i.e. context menu verbs)
Reinhard Pointner
2017-01-10 22:30:03 +0800
f2dc2dc75fPlay with Desktop Bridge app extensions (i.e. context menu verbs)
Reinhard Pointner
2017-01-10 22:12:30 +0800
b29740e51eFile type associations and verbs for "reserved file types" such as .mp4 or .wmv are ignored unfortunately.
Reinhard Pointner
2017-01-10 22:01:39 +0800
05520a2c40File type associations and verbs for "reserved file types" such as .mp4 or .wmv are ignored unfortunately.
Reinhard Pointner
2017-01-10 21:51:45 +0800
e3e430213aFile type associations and verbs for "reserved file types" such as .mp4 or .wmv are ignored unfortunately.
Reinhard Pointner
2017-01-10 21:49:29 +0800
19d405daf4Play with Desktop Bridge app extensions (i.e. context menu verbs)
Reinhard Pointner
2017-01-10 18:20:10 +0800
54c875c38dPlay with Desktop Bridge app extensions (i.e. context menu verbs)
Reinhard Pointner
2017-01-10 17:05:02 +0800
b4e9e67f6cAllow only one binding preview evaluator thread to make sure we don't hit online resources more than once (i.e. 2 threads requesting the same data at the same time)
Reinhard Pointner
2017-01-10 00:45:12 +0800
512051bf27Improved built-in File format examples
Reinhard Pointner
2017-01-08 00:55:10 +0800
8606ef44caMake sure that method signature for Integer getModelIndex() is exactly the same, otherwise the class file may include two method signature for exactly the same method, and differences with annotations in the output class files in the Eclipse and Oracle javac can lead to unexpected bugs and changes in behavior from development to deployment. Scary!
Reinhard Pointner
2017-01-08 00:11:58 +0800
9347f36b0asnapd modifies $XDG_RUNTIME_DIR so we need to pass the path to the gvfs folder via -Dnet.filebot.gio.GVFS="/run/user/`id -u`/gvfs"
Reinhard Pointner
2017-01-07 13:54:28 +0800
4217dc0dd1Experiment with reading iTunes metadata (TV Show type)
Reinhard Pointner
2017-01-05 21:50:09 +0800
ba772e03c8Catch exceptions and log as warning before the interrupt the program flow (i.e. when using -mediainfo and -list with custom --format options that yield empty strings)
Reinhard Pointner
2017-01-05 17:04:40 +0800
b76ecfc6feLatest json-io 4.9.4 borked json parser in a 0.0.1 release (Seriously, WTF) so revert to 4.9.1 and no more library auto-updates for anybody.
Reinhard Pointner
2017-01-04 02:08:52 +0800