Lidarr/src/NzbDrone.Core/Download
Mickaël Thomas 9da690f807 New: Support stoppedUP and stoppedDL states from qBittorrent
(cherry picked from commit 73a4bdea5247ee87e6bbae95f5325e1f03c88a7f)

Closes #4795
2024-05-10 00:56:42 +03:00
..
Aggregation New: Custom Formats 2023-01-22 16:38:04 -06:00
Clients New: Support stoppedUP and stoppedDL states from qBittorrent 2024-05-10 00:56:42 +03:00
Extensions Use 'var' instead of explicit type 2023-05-28 17:23:59 +03:00
History Remove unused imports 2023-05-12 19:24:16 +03:00
Pending New: Show error message for pending queue items without albums 2024-01-30 16:56:02 +02:00
TrackedDownloads New: Indexer flags 2024-03-10 17:30:09 +02:00
AlbumGrabbedEvent.cs Track fully imported downloads in separate history table 2021-12-29 11:47:19 -06:00
CheckForFinishedDownloadCommand.cs New: Monitor and Process downloads separately 2020-10-13 23:19:27 -04:00
CompletedDownloadService.cs Enforce comment spacing with Stylecop 2022-11-21 19:51:00 -06:00
DownloadCanBeRemovedEvent.cs Fixed: Remove seeded downloads if they've finished seeding after import 2020-10-13 23:19:28 -04:00
DownloadClientBase.cs Fixed: Retrying download on not suppressed HTTP errors 2024-04-27 21:09:14 +03:00
DownloadClientDefinition.cs New: Per download client setting to Remove Completed/Failed 2021-12-29 11:47:19 -06:00
DownloadClientFactory.cs Cleanup other provider status code 2023-08-15 17:50:38 +03:00
DownloadClientInfo.cs Add health check for dl clients removing completed downloads + enable for sab and qbit 2023-09-18 18:13:37 +03:00
DownloadClientItem.cs New: Optionally remove from queue by changing category to 'Post-Import Category' when configured 2024-01-23 12:32:22 +02:00
DownloadClientProvider.cs Improve messaging on indexer specified download client is not available 2024-02-14 03:10:26 +02:00
DownloadClientRepository.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
DownloadClientStatus.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
DownloadClientStatusRepository.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
DownloadClientStatusService.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
DownloadClientType.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
DownloadCompletedEvent.cs Fixed: Prevent NullRef on Manual Import of unknown releases 2021-04-02 00:09:57 -04:00
DownloadEventHub.cs New: Per download client setting to Remove Completed/Failed 2021-12-29 11:47:19 -06:00
DownloadFailedEvent.cs New: Download client option for redownloading failed releases from Interactive Search 2024-01-09 03:04:28 +02:00
DownloadIgnoredEvent.cs New: Add Release group to history for all events 2022-09-26 20:48:04 -05:00
DownloadItemStatus.cs Use DownloadClientIds to find matching series/episodes instead of relying solely on release name 2014-09-28 16:20:06 -07:00
DownloadProcessingService.cs New: Per download client setting to Remove Completed/Failed 2021-12-29 11:47:19 -06:00
DownloadSeedConfigProvider.cs Track fully imported downloads in separate history table 2021-12-29 11:47:19 -06:00
DownloadService.cs Allow to override download client 2024-01-13 00:35:45 +02:00
DownloadsProcessedEvent.cs Remove empty constructors 2023-05-12 19:27:31 +03:00
FailedDownloadService.cs Fixed: Ensure first history item when marked as failed is the selected item 2024-02-03 21:24:06 +02:00
IDownloadClient.cs New: Async HttpClient 2023-08-17 20:13:56 +03:00
IgnoredDownloadService.cs New: Add Release group to history for all events 2022-09-26 20:48:04 -05:00
InvalidNzbException.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
NzbValidationService.cs Remove unused imports 2023-05-12 19:24:16 +03:00
ProcessDownloadDecisions.cs Improve Release Grabbing & Failure Logging 2024-02-03 11:59:45 +02:00
ProcessMonitoredDownloadsCommand.cs Don't block task queue for queued update task when long running tasks queued 2023-01-14 17:52:35 -06:00
ProcessedDecisionResult.cs New: Optional 'downloadClientId' for pushed releases 2024-01-13 00:58:43 +02:00
ProcessedDecisions.cs Queue actions 2014-12-09 21:52:41 -08:00
ProvideImportItemService.cs Track fully imported downloads in separate history table 2021-12-29 11:47:19 -06:00
RedownloadFailedDownloadService.cs Fix typo in albums 2024-01-09 03:33:03 +02:00
RefreshMonitoredDownloadsCommand.cs New: Monitor and Process downloads separately 2020-10-13 23:19:27 -04:00
TorrentClientBase.cs Throw download as failed for invalid magnet links 2024-01-17 03:47:38 +02:00
UsenetClientBase.cs New: Retry on failed downloads of torrent and nzb files 2023-12-31 08:39:10 +02:00