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

Closes #9995
2024-05-09 20:58:49 +03:00
..
Aggregation New: Use languages from Torznab/Newznab attributes if given 2023-05-22 02:03:33 +03:00
Clients New: Support stoppedUP and stoppedDL states from qBittorrent 2024-05-09 20:58:49 +03:00
Extensions Use 'var' instead of explicit type 2023-05-28 16:41:52 +03:00
History Rename MovieImportedEvent to MovieFileImportedEvent 2022-07-03 12:35:15 -05:00
Pending New: Show error message for pending queue items without movies 2024-01-30 22:39:39 +02:00
TrackedDownloads New: Set Indexer flags in Manual Import 2024-02-21 20:46:16 +02:00
CheckForFinishedDownloadCommand.cs New: Monitor and Process downloads separately 2020-04-22 17:33:08 -04:00
CompletedDownloadService.cs New: Send 'On Manual Interaction Required' notifications in more cases 2024-02-02 00:01:24 +02:00
DownloadCanBeRemovedEvent.cs Fixed: Remove seeded downloads if they've finished seeding after import 2020-04-26 14:54:20 -04:00
DownloadClientBase.cs Fixed: Retrying download on not suppressed HTTP errors 2024-04-25 17:22:49 +03:00
DownloadClientDefinition.cs New: Per download client setting to Remove Completed/Failed 2021-11-24 12:51:10 -06:00
DownloadClientFactory.cs Cleanup other provider status code 2023-08-17 23:01:59 +03:00
DownloadClientInfo.cs Add health check for dl clients removing completed downloads + enable for sab and qbit 2023-09-18 15:28:13 +03:00
DownloadClientItem.cs New: Optionally remove from queue by changing category to 'Post-Import Category' when configured 2024-01-24 09:37:39 +02:00
DownloadClientProvider.cs Improve messaging on indexer specified download client is not available 2024-02-14 02:55:31 +02:00
DownloadClientRepository.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatus.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatusRepository.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatusService.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientType.cs Add missing new lines at end of files 2019-12-27 20:40:13 -05:00
DownloadCompletedEvent.cs Fixed: Manual Imports for Unknown Movies 2020-05-24 22:35:22 -04:00
DownloadEventHub.cs New: Per download client setting to Remove Completed/Failed 2021-11-24 12:51:10 -06:00
DownloadFailedEvent.cs New: Download client option for redownloading failed releases from Interactive Search 2023-10-11 04:50:39 +03:00
DownloadIgnoredEvent.cs New: Add Release group to history for all events 2022-03-06 17:27:25 -06: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-11-24 12:51:10 -06:00
DownloadSeedConfigProvider.cs New: Removing rtorrent downloads when seeding criteria have been met 2021-11-23 15:06:44 -06:00
DownloadService.cs Fixed: Blocklisting torrents from indexers that do not provide torrent hash 2024-01-09 00:30:32 +02:00
DownloadsProcessedEvent.cs Remove empty constructors 2023-05-19 04:14:48 +03:00
FailedDownloadService.cs Fixed: Blocklisting torrents from indexers that do not provide torrent hash 2024-01-09 00:30:32 +02:00
IDownloadClient.cs New: Async HttpClient 2023-08-12 02:07:29 +03:00
IgnoredDownloadService.cs New: Custom Format Updates (#8067) 2023-02-05 17:09:37 -06:00
InvalidNzbException.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
ManualInteractionRequiredEvent.cs New: Notifications when Manual Interaction is required for importing 2023-05-10 00:18:15 +03:00
MovieGrabbedEvent.cs New: Download History 2020-04-22 17:33:08 -04:00
NzbValidationService.cs New: Use RadarrApi For MovieInfo 2020-05-20 11:00:20 -04:00
ProcessDownloadDecisions.cs Improve Release Grabbing & Failure Logging 2024-02-02 01:12:35 +02:00
ProcessMonitoredDownloadsCommand.cs Don't block task queue for queued update task when there are longer running tasks 2022-11-29 21:44:03 -06:00
ProcessedDecisionResult.cs Optional 'downloadClientId' for pushed releases 2023-09-19 14:01:45 +03: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 2021-01-25 21:26:34 -05:00
RedownloadFailedDownloadService.cs New: Download client option for redownloading failed releases from Interactive Search 2023-10-11 04:50:39 +03:00
RefreshDownloadsCommand.cs New: Monitor and Process downloads separately 2020-04-22 17:33:08 -04:00
TorrentClientBase.cs Fixed: Validating DownloadStation output path 2024-01-27 18:38:44 +02:00
UsenetClientBase.cs Fixed: Validating DownloadStation output path 2024-01-27 18:38:44 +02:00