Sonarr/src/NzbDrone.Core/Download
Bogdan 2e784c7f36 Implement equality checks for providers 2024-04-20 18:23:13 +03:00
..
Aggregation Fix spelling "Use languages from Torznab/Newznab attributes if given" 2023-05-21 12:05:18 -04:00
Clients Implement equality checks for providers 2024-04-20 18:23:13 +03:00
Extensions Use 'var' instead of explicit type 2023-05-27 16:55:16 -07:00
History Remove unused imports 2023-05-10 21:08:13 -07:00
Pending New: Add download client name to pending items waiting for a specific client 2024-01-22 20:52:01 -08:00
TrackedDownloads New: Indexer flags 2024-02-20 23:12:45 -05:00
CheckForFinishedDownloadCommand.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
CompletedDownloadService.cs New: Send 'On Manual Interaction Required' notifications in more cases 2024-01-31 19:38:51 -08:00
DownloadCanBeRemovedEvent.cs StyleCop 2022-08-07 15:24:35 -07:00
DownloadClientBase.cs New: Retry on failed downloads of torrent and nzb files 2023-12-30 16:07:18 -08:00
DownloadClientDefinition.cs Implement equality checks for providers 2024-04-20 18:23:13 +03:00
DownloadClientFactory.cs Cleanup other provider status code 2023-08-13 23:36:03 -05:00
DownloadClientInfo.cs Add health check for dl clients removing completed downloads + enable for sab and qbit 2023-09-18 00:08:24 -07:00
DownloadClientItem.cs New: Optionally remove from queue by changing category to 'Post-Import Category' when configured 2024-01-22 23:56:35 -05:00
DownloadClientProvider.cs Improve messaging on indexer specified download client is not available 2024-02-13 16:46:55 -08:00
DownloadClientRepository.cs StyleCop 2022-08-07 15:24:35 -07:00
DownloadClientStatus.cs StyleCop 2022-08-07 15:24:35 -07:00
DownloadClientStatusRepository.cs StyleCop 2022-08-07 15:24:35 -07:00
DownloadClientStatusService.cs StyleCop 2022-08-07 15:24:35 -07:00
DownloadClientType.cs StyleCop 2022-08-07 15:24:35 -07:00
DownloadCompletedEvent.cs StyleCop 2022-08-07 15:24:35 -07:00
DownloadEventHub.cs New: Per download client setting to Remove Completed/Failed downloads instead of global setting 2021-05-16 00:48:14 +02:00
DownloadFailedEvent.cs New: Download client option for redownloading failed releases from Interactive Search 2023-10-09 20:41:46 -07:00
DownloadIgnoredEvent.cs New: Custom Format Language Condition 2022-08-18 19:52:26 -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 Remove unused imports 2023-05-10 21:08:13 -07:00
DownloadSeedConfigProvider.cs StyleCop 2022-08-07 15:24:35 -07:00
DownloadService.cs Fixed: Blocklisting torrents from indexers that do not provide torrent hash 2023-11-19 10:50:08 -08:00
DownloadsProcessedEvent.cs Remove empty constructors 2023-05-10 21:08:13 -07:00
EpisodeGrabbedEvent.cs New: Notifications when Manual Interaction is required for importing 2023-05-08 16:35:03 -07:00
FailedDownloadService.cs Fixed: Blocklisting torrents from indexers that do not provide torrent hash 2023-11-19 10:50:08 -08:00
IDownloadClient.cs New: Async HttpClient 2023-08-19 17:02:48 -07:00
IgnoredDownloadService.cs Remove unused imports 2023-05-10 21:08:13 -07:00
InvalidNzbException.cs StyleCop 2022-08-07 15:24:35 -07:00
ManualInteractionRequiredEvent.cs Fixed: Incorrect event types for interactive import required notifications 2023-05-09 08:09:27 -07:00
NzbValidationService.cs Remove unused imports 2023-05-10 21:08:13 -07:00
ProcessDownloadDecisions.cs Improve Release Grabbing & Failure Logging 2024-01-31 19:33:38 -08:00
ProcessMonitoredDownloadsCommand.cs Don't block task queue for queued update task when there are longer running tasks executing 2022-08-07 15:24:42 -07:00
ProcessedDecisionResult.cs New: Optional 'downloadClientId' for pushed releases 2023-09-17 23:25:00 -07:00
ProcessedDecisions.cs Queue actions 2014-12-09 21:52:41 -08:00
ProvideImportItemService.cs Fixed: Update path before importing to ensure it hasn't changed 2020-12-30 14:01:01 -08:00
RedownloadFailedDownloadService.cs New: Download client option for redownloading failed releases from Interactive Search 2023-10-09 20:41:46 -07:00
RefreshMonitoredDownloadsCommand.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
TorrentClientBase.cs Throw download as failed for invalid magnet links 2024-01-15 21:51:17 -08:00
UsenetClientBase.cs New: Retry on failed downloads of torrent and nzb files 2023-12-30 16:07:18 -08:00