Commit Graph

71 Commits

Author SHA1 Message Date
Taloth Saldono 1a6abfe635 Fixed: Manually marking a release as failed will now also remove it from the queue in drone and, if enabled, remove it from the download client. 2014-06-30 23:26:18 +02:00
Taloth Saldono 839a2ac742 Fixed: NzbDrone running on Windows should no longer fail while getting a very long path from a sabnzbd running on linux. 2014-06-30 23:26:17 +02:00
Mark McDowall 6a9993fa70 Fixed: Category is not required SABnzbd or NZBGet 2014-06-24 23:32:26 -07:00
Taloth Saldono 9633afc612 New: Added Presets to Indexers to add indexers with default properties. In an older version of NzbDrone these default indexers were added automatically and could not be removed. 2014-06-22 21:26:59 +02:00
Taloth Saldono 8967f59f35 Fixed: Sabnzbd/Nzbget settings will now fail to save if you entered a non-existing category. 2014-06-12 23:46:35 +02:00
Mark McDowall 95f4d71c68 Fixed issue trying getting parent of drive 2014-06-09 18:26:49 -07:00
Taloth Saldono cdca754b0f Fixed issue with Nzbget client detecting completed downloads when no intermediate directory was used. 2014-06-09 12:56:33 +02:00
Taloth Saldono 231128e01c Changed code to avoid duplicates making their way into the TrackedDownload cache. 2014-06-07 22:18:45 +02:00
Taloth Saldono b72c9b338c Changed health check to send user to appropriate scenario on Wiki. Also added support to Nzbget to get the Category config. 2014-06-07 21:56:09 +02:00
Taloth Saldono 9916479f02 Sabnzbdproxy now returns the folder instead of the file in case of a single file download. 2014-06-04 22:27:16 +02:00
Taloth Saldono 1a63b1caba Updated migration to attempt associate old grabbed & imported events and associate drone factory imports during CompletedDownloadHandling. 2014-05-30 19:40:38 +02:00
Taloth Saldono 1b96a43037 Fixed performance issues with the QueueModule and limited the number of items the Download Client will fetch as history. 2014-05-30 19:40:35 +02:00
Taloth Saldono c6e33bc463 Processed comments. 2014-05-30 19:40:34 +02:00
Taloth Saldono ab154d924e Added db migration to deal with the settings changes. 2014-05-30 19:40:33 +02:00
Taloth Saldono 67dcfad5dc Sabnzbd Download Client now reports paused items as having unknown remaining time. 2014-05-30 19:40:32 +02:00
Taloth Saldono cb0f7792f2 Queue UI no longer shows unknown ETAs as 0:00:00. 2014-05-30 19:40:31 +02:00
Taloth Saldono f304ad50d1 New: Updated Nzbget Download Client proxy with time estimation for both download and post-processing stages. 2014-05-30 19:40:31 +02:00
Taloth Saldono b8c9f6d42e Fixed detection of failed unpack for nzbget proxy. 2014-05-30 19:40:30 +02:00
Taloth Saldono 2035fe8578 New: Drone now uses the Download Client API to determine if a download is ready for import. (User configuration is required to replace the drone factory with this feature) 2014-05-30 19:40:29 +02:00
Taloth Saldono 063b9a1778 Fixed: Failed history items now get removed from Nzbget if configured. 2014-05-30 19:40:27 +02:00
Mark McDowall a40b9a306e Fixed: API keys should be more reliably cleansed from the logs 2014-05-24 23:17:59 -07:00
Mark McDowall b3fb807f41 HttpProvider.PostCommand will no longer keep the connection alive 2014-05-10 21:37:07 -07:00
Mark McDowall 3f4c1a16f8 Health check results are stored in memory and updated as required 2014-04-09 17:19:08 -07:00
Mark McDowall e21574a203 Blacklisting improvements
New: New releases that fail will be retried a second time after waiting 1hr (configurable)
Fixed: Blacklisting releases with the same date and vastly different ages
2014-04-08 17:19:36 -07:00
Mark McDowall 8b9ea9817a Show download client and download client id in history details 2014-04-06 21:07:55 -07:00
Mark McDowall bac75ac6d9 New: Failed download handling for Nzbget 2014-03-20 00:08:15 -07:00
Mark McDowall 0a5ed41270 Fixed: Don't blacklist nzbs due to disk space issues 2014-03-16 22:32:15 -07:00
Mark McDowall 2f3430387e Major logging overhaul 2014-03-13 13:13:02 -07:00
Mark McDowall 9dcd58a631 Prevent queue/history from blowing up 2014-03-06 22:28:06 -08:00
Mark McDowall 9533e9e403 Better help text for download client priority 2014-03-05 21:58:32 -08:00
Mark McDowall 96a4cd33cb Added help text to Nzbget and Sab priority settings 2014-03-05 13:23:11 -08:00
Mark McDowall 98858bd237 Better error messaging when connecting to nzbget fails 2014-02-27 07:07:02 -08:00
Mark McDowall 7084b0244e Better error message when error is received from SABnzbd 2014-02-26 22:06:24 -08:00
Mark McDowall e309f89ea1 New: Option to use SSL to connect to nzbget 2014-02-26 19:21:15 -08:00
Mark McDowall c8ae9f40fb New: App health displayed in UI 2014-02-25 21:40:47 -08:00
Taloth Saldono 4786bc0c34 Failed Download detection now ignores history without unique download client id. 2014-02-24 21:50:00 +01:00
Mark McDowall 9c7eaf0043 Fixed: removed validation for Nzbget username and password when either is blank 2014-02-24 08:09:16 -08:00
Mark McDowall d703bc8dc5 Fixed: SABnzbd test with fail if the API Key is wrong 2014-02-19 18:40:19 -08:00
Mark McDowall d86a54d208 Failed download handling won't error when download client hasn't been configured 2014-02-18 23:19:21 -08:00
Mark McDowall f9312eb3e5 Fixed a copy pasta error for SAB history 2014-02-17 17:57:20 -08:00
Mark McDowall 77b83b521e Validation, settings UI cleanup and different settings models, oh my
New: Download client UI matches other settings
Fixed: Prevent drone factory folder from being set to invalid paths/root path for series
Fixed: Switching pages in settings will not hide changes
Fixed: Test download clients
Fixed: Settings are validated before saving
2014-02-16 23:01:36 -08:00
Mark McDowall 606d78f5e1 Download clients now use thingy provider 2014-02-16 23:01:36 -08:00
Mark McDowall c9a77e99a0 Error handling in migration to new quality 2014-02-04 18:46:03 -08:00
Taloth Saldono c90791b266 Quality Order can now be change on per Quality Profile. Quality Title used in Renaming can now be changed by the user. Both options require Advanced Settings to be enabled. 2014-01-27 19:21:29 +01:00
Mark McDowall 37231d1ef0 DiskProvider split to Windows and Mono projects 2014-01-25 23:51:33 -08:00
Mark McDowall 332136bc6f Only get DownloadClientId when its been added to history 2014-01-07 17:05:06 -08:00
Mark McDowall fcd5619041 Fixed: Manually failing a release 2014-01-05 11:49:04 -08:00
Mark McDowall 53cebdee17 NzbGet now uses RestSharp 2013-12-01 01:44:33 -08:00
kayone bedcbf9e70 touch! 2013-11-30 19:47:04 -08:00
kayone 150b14aaeb renamed FailedDownloadCommand to CheckForFailedDownloadCommand 2013-11-30 18:06:26 -08:00