Andrey Prygunkov
|
63cfccab40
|
fixed: sometimes program hanged on starting postprocess/nzbprocess in server (not daemon) mode (bug introduced in r250)
|
2008-11-25 18:26:53 +00:00 |
|
Andrey Prygunkov
|
df7503cb3b
|
changed the method to pass arguments to postprocess/nzbprocess: now using environment variables (old method is still supported for compatibility with existing scripts)
|
2008-11-22 21:04:14 +00:00 |
|
Andrey Prygunkov
|
b823535880
|
added workaround to avoid hangs in child processes (by starting of postprocess or nzbprocess), observed on uClibC based systems
|
2008-11-13 16:50:02 +00:00 |
|
Andrey Prygunkov
|
acaa23fe88
|
changed exit codes for post-process-scripts (old values were too big for POSIX)
|
2008-10-25 21:44:43 +00:00 |
|
Andrey Prygunkov
|
b3d472f88d
|
extended the communication between nzbget and post-process-script and improved delayed parcheck; collections are now detected even if parcheck is disabled; two return codes allow to repair current collection or all collections
|
2008-10-21 22:15:30 +00:00 |
|
Andrey Prygunkov
|
6801fea2b1
|
added support for delayed par-check/repair (post-process-script can request par-check/repair using special exit code)
|
2008-10-18 18:52:58 +00:00 |
|
Andrey Prygunkov
|
f48e5396e4
|
removed trailing slash in directory name passed to nzbprocess-script (to be similar to postprocess-script)
|
2008-10-12 11:21:34 +00:00 |
|
Andrey Prygunkov
|
8fd31eeb4b
|
added script-processing of files in incoming directory to allow automatic unpacking and queueing of compressed nzb-files; new options <NzbProcess> and <NzbLogKind>
|
2008-09-29 21:57:28 +00:00 |
|
Andrey Prygunkov
|
5fea19aa88
|
added scheduler; new options <TaskX.Time>, <TaskX.WeekDays>, <TaskX.Command>
|
2008-09-25 21:19:24 +00:00 |
|
Andrey Prygunkov
|
e9370792f5
|
avoided the short-time unpausing of queue between parcheck and postscript if both options <ParPauseQueue> and <PostPauseQueue> are enabled
|
2008-08-10 11:04:15 +00:00 |
|
Andrey Prygunkov
|
9f4d2d8924
|
added options <ParPauseQueue> and <PostPauseQueue>
|
2008-08-09 19:18:45 +00:00 |
|
Andrey Prygunkov
|
e28aa2ee67
|
added the categories: new option <AppendCategoryDir>; new switch <-K>; new command <K> in switch <-E>; new parameter in XML-/JSON-RPC-command <editqueue>; new parameter to post-process-scripts; scan the subdirectories of incoming nzb-directory; automatic moving of already downloaded files after the changing of category
|
2008-07-20 13:47:50 +00:00 |
|
Andrey Prygunkov
|
b4211a57e6
|
fixed compilation error on PC-BSD
|
2008-04-08 17:39:26 +00:00 |
|
Andrey Prygunkov
|
695e3a912c
|
improved error-handling on start of post-process-script
|
2008-04-05 14:14:31 +00:00 |
|
Andrey Prygunkov
|
cb10f39db3
|
fixed a deadlock in postprocessor (could hang the program)
|
2008-03-26 18:35:00 +00:00 |
|
Andrey Prygunkov
|
dfa839c4e0
|
added the automatic termination (killing) of post-process-script on server's shutdown
|
2008-03-23 15:26:07 +00:00 |
|
Andrey Prygunkov
|
876fee3bc5
|
added field <ID> to post-queue-items (for feature usage)
|
2008-03-23 14:48:56 +00:00 |
|
Andrey Prygunkov
|
8cd59b9ab5
|
improved error-reporting by starting of post-process-script and on par-failures
|
2008-03-22 14:10:37 +00:00 |
|
Andrey Prygunkov
|
1c333e68c2
|
added the saving of script-output in post-job-object and the returning of the output by command <postqueue> via XML-RPC and JSON-RPC
|
2008-03-18 17:53:45 +00:00 |
|
Andrey Prygunkov
|
173622fea1
|
implemented the output-redirection for post-process-scripts on windows
|
2008-03-17 16:44:14 +00:00 |
|
Andrey Prygunkov
|
0970c0bc52
|
added the redirecting of post-process-script's output to log; new option <PostLogKind> to specify the default message-kind for unformatted log-messages
|
2008-03-14 22:42:55 +00:00 |
|