[PR #45] [MERGED] Add option to not remove private downloads from the download client #284

Closed
opened 2025-10-09 17:00:44 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/45
Author: @Flaminel
Created: 1/18/2025
Status: Merged
Merged: 1/18/2025
Merged by: @Flaminel

Base: mainHead: add_option_to_not_remove_from_client


📝 Commits (1)

📊 Changes

20 files changed (+181 additions, -73 deletions)

View changed files

📝 README.md (+22 -16)
📝 code/Common/Configuration/ContentBlocker/ContentBlockerConfig.cs (+4 -1)
📝 code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs (+6 -0)
📝 code/Executable/appsettings.Development.json (+5 -2)
📝 code/Executable/appsettings.json (+3 -1)
📝 code/Infrastructure/Verticals/Arr/ArrClient.cs (+11 -5)
📝 code/Infrastructure/Verticals/Arr/LidarrClient.cs (+6 -2)
📝 code/Infrastructure/Verticals/Arr/RadarrClient.cs (+6 -2)
📝 code/Infrastructure/Verticals/Arr/SonarrClient.cs (+6 -2)
📝 code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs (+16 -2)
code/Infrastructure/Verticals/DownloadClient/BlockFilesResult.cs (+14 -0)
📝 code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs (+14 -9)
📝 code/Infrastructure/Verticals/DownloadClient/DownloadServiceBase.cs (+2 -2)
📝 code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs (+2 -2)
📝 code/Infrastructure/Verticals/DownloadClient/IDownloadService.cs (+2 -2)
📝 code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs (+15 -10)
📝 code/Infrastructure/Verticals/DownloadClient/StalledResult.cs (+1 -1)
📝 code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs (+15 -9)
📝 code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs (+28 -5)
📝 code/test/docker-compose.yml (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/45 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_option_to_not_remove_from_client` --- ### 📝 Commits (1) - [`e081715`](https://github.com/Cleanuparr/Cleanuparr/commit/e08171510f8b505e242315c40892fdeab4f371ea) ### 📊 Changes **20 files changed** (+181 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+22 -16) 📝 `code/Common/Configuration/ContentBlocker/ContentBlockerConfig.cs` (+4 -1) 📝 `code/Common/Configuration/QueueCleaner/QueueCleanerConfig.cs` (+6 -0) 📝 `code/Executable/appsettings.Development.json` (+5 -2) 📝 `code/Executable/appsettings.json` (+3 -1) 📝 `code/Infrastructure/Verticals/Arr/ArrClient.cs` (+11 -5) 📝 `code/Infrastructure/Verticals/Arr/LidarrClient.cs` (+6 -2) 📝 `code/Infrastructure/Verticals/Arr/RadarrClient.cs` (+6 -2) 📝 `code/Infrastructure/Verticals/Arr/SonarrClient.cs` (+6 -2) 📝 `code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs` (+16 -2) ➕ `code/Infrastructure/Verticals/DownloadClient/BlockFilesResult.cs` (+14 -0) 📝 `code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs` (+14 -9) 📝 `code/Infrastructure/Verticals/DownloadClient/DownloadServiceBase.cs` (+2 -2) 📝 `code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs` (+2 -2) 📝 `code/Infrastructure/Verticals/DownloadClient/IDownloadService.cs` (+2 -2) 📝 `code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs` (+15 -10) 📝 `code/Infrastructure/Verticals/DownloadClient/StalledResult.cs` (+1 -1) 📝 `code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs` (+15 -9) 📝 `code/Infrastructure/Verticals/QueueCleaner/QueueCleaner.cs` (+28 -5) 📝 `code/test/docker-compose.yml` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:00:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr-Cleanuparr#284
No description provided.