mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #18] [MERGED] Add sonarr search option #304
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add_sonarr_search_option📝 Commits (5)
a722b29added Sonarr search type option9af80adupdated test dataee27af3fixed duplicated Sonarr search items when using search type Season2c230b2added enhanced logging option along with Sonarr and Radarr enhanced logsfa47e2aswitched 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.