Andrey Prygunkov
|
702b635826
|
improved RPC-API: history items now preserve "NZBID" from queue items; that makes the tracking of items across queue and history easier for third-party apps; field "NZBID" returned by RPC-method "history" is now available for history items of all kinds (NZB, URL, DUP); field "ID" is deprecated and should not be used
|
2014-07-04 19:07:51 +00:00 |
|
Andrey Prygunkov
|
990c5f67e4
|
fixed: current download could be damaged if the program was restarted during download and the option "ContinuePartial" was active (bug introduced in v13)
|
2014-07-03 20:45:53 +00:00 |
|
Andrey Prygunkov
|
f85533d608
|
fixed: some nzb-file data were not calculated for history items loaded from disk state; this may cause problems for commands "Post-process again" and "Download remaining files" (bug introduced in v13)
|
2014-05-28 21:37:44 +00:00 |
|
Andrey Prygunkov
|
8c36a4d4c6
|
fixed: renaming or deleting of temporary files could fail, especially when options "UnpackPauseQueue" and "ScriptPauseQueue" were not active (windows only)
|
2014-05-22 16:58:16 +00:00 |
|
Andrey Prygunkov
|
4712c6a372
|
fixed: errors during loading of queue from disk state may render the already loaded parts useless too; now at least these parts of queue are used
|
2014-04-25 22:51:22 +00:00 |
|
Andrey Prygunkov
|
bdcb8864fb
|
fixed: history status "SKIPPED" and "SCAN" for URL-items were not properly read from disk state
|
2014-04-14 20:55:04 +00:00 |
|
Andrey Prygunkov
|
e151691711
|
fixed: files state were not fully reloaded when option "ContinuePartial" was used (bug introduced in r982)
|
2014-04-12 08:14:01 +00:00 |
|
Andrey Prygunkov
|
a83dbccc6c
|
changed the way option "ContinuePartial" works: now the information about completed articles is stored in a special file in QueueDir; when option "DirectWrite" is active no separate flag-files per article are created in TempDir; the file contains additional information, which were not stored/available before; fixed: per-server/per-nzb article completion statistics could be inaccurate for nzb-files whose download were interrupted by reload/restart; per-server/per-nzb article completion statistics are now available via RPC-method "listgroups" for active downloads (not only for "history")
|
2014-04-10 20:06:55 +00:00 |
|
Andrey Prygunkov
|
3cd126f08d
|
fixed: after deleting servers from config file the program could crash on start when loading server volume statistics data from disk
|
2014-04-09 20:09:08 +00:00 |
|
Andrey Prygunkov
|
160d098510
|
extended data volume statistics dialog with numbers for current day, month, all-time total and custom counter; the custom counter can be manually reset; new fields in the result of RPC-method "servervolumes"; new RPC-method "resetservervolume"
|
2014-04-04 20:44:46 +00:00 |
|
Andrey Prygunkov
|
47fbe6423e
|
added collecting of download volume statistics data per news server; in web-interface the data is shown as chart in "Statistics and Status" dialog; new RPC-method "servervolumes" returns the collected data
|
2014-04-01 21:06:31 +00:00 |
|
Andrey Prygunkov
|
bf66500aac
|
reworking queue (continued): merged url queue into main download queue: urls added to queue are now immediately shown in web-interface; urls can be reordered and deleted; when urls are fetched the downloaded nzb-files are put into queue at the positions of their urls; this solves the problem with fetched nzb-files ordered differently than the urls if the fetching of upper (position wise) urls were completed after of the lower urls; removed options "ReloadUrlQueue" and "ReloadPostQueue" since there are no separate url- and post-queues anymore; nzb-files added via urls have new field "URL" which can be accessed via RPC-methods "listgroups" and "history"; new env. var. "NZBNP_URL", "NZBNA_URL" and "NZBPP_URL" passed to NzbProcess, NzbAddedProcess and PostProcess-scripts; removed remote command "--list U", urls are now shown as groups by command "--list G"; RPC-method "urlqueue" is still supported for compatibility but should not be used since the urls are now returned by method "listgroups", the entries have new field "Kind" which can be "NZB" or "URL"
|
2014-03-18 22:35:58 +00:00 |
|
Andrey Prygunkov
|
8168804f05
|
reorganized source code directory structure: created directory 'daemon' with several subdirectories and put all source code files there
|
2014-02-24 22:11:14 +00:00 |
|