[PR #133] [MERGED] Add option to set a tag instead of changing the category for unlinked downloads #243

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/133
Author: @Flaminel
Created: 5/8/2025
Status: Merged
Merged: 5/8/2025
Merged by: @Flaminel

Base: mainHead: add_support_for_qbit_unlinked_tag


📝 Commits (3)

  • 5064551 added option to set a tag instead of changing the category for unlinked downloads
  • edf80ec fixed notification for tags
  • d6b35d5 fixed multiple processing of the same category when tag is used for unlinked downloads

📊 Changes

11 files changed (+71 additions, -15 deletions)

View changed files

📝 code/Common/Configuration/DownloadCleaner/DownloadCleanerConfig.cs (+3 -0)
📝 code/Executable/appsettings.Development.json (+1 -0)
📝 code/Executable/appsettings.json (+1 -0)
📝 code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs (+6 -3)
📝 code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs (+26 -5)
📝 code/Infrastructure/Verticals/Notifications/INotificationPublisher.cs (+1 -1)
📝 code/Infrastructure/Verticals/Notifications/NotificationPublisher.cs (+13 -5)
📝 code/test/docker-compose.yml (+4 -1)
📝 docs/docs/configuration/examples/1_docker.mdx (+1 -0)
📝 docs/docs/configuration/examples/2_config-file.mdx (+1 -0)
📝 docs/src/components/configuration/download-cleaner/DownloadCleanerHardlinksSettings.tsx (+14 -0)

📄 Description

Closes #132


🔄 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/133 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_support_for_qbit_unlinked_tag` --- ### 📝 Commits (3) - [`5064551`](https://github.com/Cleanuparr/Cleanuparr/commit/50645518569b05dd5ad7acc9d0788e0fc17753df) added option to set a tag instead of changing the category for unlinked downloads - [`edf80ec`](https://github.com/Cleanuparr/Cleanuparr/commit/edf80ec6dac42882fbbad3dbdf3ba8d388d17167) fixed notification for tags - [`d6b35d5`](https://github.com/Cleanuparr/Cleanuparr/commit/d6b35d59535c47952910a567e6e18eb938857ce3) fixed multiple processing of the same category when tag is used for unlinked downloads ### 📊 Changes **11 files changed** (+71 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `code/Common/Configuration/DownloadCleaner/DownloadCleanerConfig.cs` (+3 -0) 📝 `code/Executable/appsettings.Development.json` (+1 -0) 📝 `code/Executable/appsettings.json` (+1 -0) 📝 `code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs` (+6 -3) 📝 `code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs` (+26 -5) 📝 `code/Infrastructure/Verticals/Notifications/INotificationPublisher.cs` (+1 -1) 📝 `code/Infrastructure/Verticals/Notifications/NotificationPublisher.cs` (+13 -5) 📝 `code/test/docker-compose.yml` (+4 -1) 📝 `docs/docs/configuration/examples/1_docker.mdx` (+1 -0) 📝 `docs/docs/configuration/examples/2_config-file.mdx` (+1 -0) 📝 `docs/src/components/configuration/download-cleaner/DownloadCleanerHardlinksSettings.tsx` (+14 -0) </details> ### 📄 Description Closes #132 --- <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:23 -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#243
No description provided.