[PR #18] [MERGED] Add sonarr search option #304

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/18
Author: @Flaminel
Created: 11/29/2024
Status: Merged
Merged: 12/4/2024
Merged by: @Flaminel

Base: mainHead: add_sonarr_search_option


📝 Commits (5)

  • a722b29 added Sonarr search type option
  • 9af80ad updated test data
  • ee27af3 fixed duplicated Sonarr search items when using search type Season
  • 2c230b2 added enhanced logging option along with Sonarr and Radarr enhanced logs
  • fa47e2a switched to ghcr.io

📊 Changes

66 files changed (+553 additions, -211 deletions)

View changed files

📝 README.md (+5 -24)
📝 code/Common/Configuration/Arr/ArrConfig.cs (+1 -1)
📝 code/Common/Configuration/Arr/ArrInstance.cs (+1 -1)
📝 code/Common/Configuration/Arr/RadarrConfig.cs (+1 -1)
📝 code/Common/Configuration/Arr/SonarrConfig.cs (+3 -1)
code/Common/Configuration/Arr/SonarrSearchType.cs (+8 -0)
📝 code/Common/Configuration/DownloadClient/DelugeConfig.cs (+1 -3)
📝 code/Common/Configuration/DownloadClient/QBitConfig.cs (+1 -3)
📝 code/Common/Configuration/DownloadClient/TransmissionConfig.cs (+1 -1)
📝 code/Common/Configuration/Logging/LoggingConfig.cs (+2 -0)
📝 code/Domain/Models/Arr/Queue/QueueRecord.cs (+1 -0)
code/Domain/Models/Arr/SearchItem.cs (+21 -0)
code/Domain/Models/Arr/SonarrSearchItem.cs (+21 -0)
code/Domain/Models/Radarr/Movie.cs (+8 -0)
📝 code/Domain/Models/Radarr/RadarrCommand.cs (+1 -1)
code/Domain/Models/Sonarr/Episode.cs (+12 -0)
code/Domain/Models/Sonarr/Series.cs (+8 -0)
📝 code/Domain/Models/Sonarr/SonarrCommand.cs (+6 -2)
📝 code/Executable/DependencyInjection/ConfigurationDI.cs (+5 -1)
📝 code/Executable/appsettings.Development.json (+2 -0)

...and 46 more files

📄 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/18 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 11/29/2024 **Status:** ✅ Merged **Merged:** 12/4/2024 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_sonarr_search_option` --- ### 📝 Commits (5) - [`a722b29`](https://github.com/Cleanuparr/Cleanuparr/commit/a722b297f70b68fe703f66df5ad0f03c1cf31a8f) added Sonarr search type option - [`9af80ad`](https://github.com/Cleanuparr/Cleanuparr/commit/9af80adbf5933d8765dedf95d1d75773536f96da) updated test data - [`ee27af3`](https://github.com/Cleanuparr/Cleanuparr/commit/ee27af3585a61186c173c4915b12a1b85318e479) fixed duplicated Sonarr search items when using search type Season - [`2c230b2`](https://github.com/Cleanuparr/Cleanuparr/commit/2c230b29a727161ad7112d521f5c2068860ee1a0) added enhanced logging option along with Sonarr and Radarr enhanced logs - [`fa47e2a`](https://github.com/Cleanuparr/Cleanuparr/commit/fa47e2a9d415df0ee61cb1442b8923768790fc28) switched to ghcr.io ### 📊 Changes **66 files changed** (+553 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -24) 📝 `code/Common/Configuration/Arr/ArrConfig.cs` (+1 -1) 📝 `code/Common/Configuration/Arr/ArrInstance.cs` (+1 -1) 📝 `code/Common/Configuration/Arr/RadarrConfig.cs` (+1 -1) 📝 `code/Common/Configuration/Arr/SonarrConfig.cs` (+3 -1) ➕ `code/Common/Configuration/Arr/SonarrSearchType.cs` (+8 -0) 📝 `code/Common/Configuration/DownloadClient/DelugeConfig.cs` (+1 -3) 📝 `code/Common/Configuration/DownloadClient/QBitConfig.cs` (+1 -3) 📝 `code/Common/Configuration/DownloadClient/TransmissionConfig.cs` (+1 -1) 📝 `code/Common/Configuration/Logging/LoggingConfig.cs` (+2 -0) 📝 `code/Domain/Models/Arr/Queue/QueueRecord.cs` (+1 -0) ➕ `code/Domain/Models/Arr/SearchItem.cs` (+21 -0) ➕ `code/Domain/Models/Arr/SonarrSearchItem.cs` (+21 -0) ➕ `code/Domain/Models/Radarr/Movie.cs` (+8 -0) 📝 `code/Domain/Models/Radarr/RadarrCommand.cs` (+1 -1) ➕ `code/Domain/Models/Sonarr/Episode.cs` (+12 -0) ➕ `code/Domain/Models/Sonarr/Series.cs` (+8 -0) 📝 `code/Domain/Models/Sonarr/SonarrCommand.cs` (+6 -2) 📝 `code/Executable/DependencyInjection/ConfigurationDI.cs` (+5 -1) 📝 `code/Executable/appsettings.Development.json` (+2 -0) _...and 46 more files_ </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:55 -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#304
No description provided.