mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #30] [MERGED] Add Lidarr support #296
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/30
Author: @Flaminel
Created: 1/1/2025
Status: ✅ Merged
Merged: 1/15/2025
Merged by: @Flaminel
Base:
main← Head:add_lidarr_support📝 Commits (10+)
fec366fupdated test dataa1fcdb6updated appsettingsfd106bbupdated test data4a16fd2added support for Lidarr8c23e8cupdated test dataaa38a97updated READMEe540fbfchanged blocklist code to accommodate more arrs20be1bcupdated README1f9094astreamlined content deletion when all files are unwanted77bc456renamed var📊 Changes
63 files changed (+943 additions, -243 deletions)
View changed files
📝
.gitignore(+0 -1)📝
README.md(+80 -35)📝
code/Common/Configuration/Arr/ArrConfig.cs(+11 -0)➕
code/Common/Configuration/Arr/LidarrConfig.cs(+6 -0)📝
code/Common/Configuration/ContentBlocker/BlocklistType.cs(+1 -1)📝
code/Common/Configuration/ContentBlocker/ContentBlockerConfig.cs(+1 -29)➖
code/Common/Configuration/ContentBlocker/PatternConfig.cs(+0 -8)📝
code/Common/Configuration/DownloadClient/DownloadClientConfig.cs(+1 -1)➕
code/Domain/Models/Arr/Blocking/BlockedItem.cs(+8 -0)➕
code/Domain/Models/Arr/Blocking/LidarrBlockedItem.cs(+8 -0)➕
code/Domain/Models/Arr/Blocking/RadarrBlockedItem.cs(+6 -0)➕
code/Domain/Models/Arr/Blocking/SonarrBlockedItem.cs(+10 -0)📝
code/Domain/Models/Arr/Queue/QueueRecord.cs(+15 -5)➕
code/Domain/Models/Lidarr/Album.cs(+12 -0)➕
code/Domain/Models/Lidarr/Artist.cs(+8 -0)➕
code/Domain/Models/Lidarr/LidarrCommand.cs(+10 -0)📝
code/Executable/DependencyInjection/ConfigurationDI.cs(+2 -3)📝
code/Executable/DependencyInjection/LoggingDI.cs(+18 -6)📝
code/Executable/DependencyInjection/ServicesDI.cs(+1 -0)📝
code/Executable/appsettings.Development.json(+24 -11)...and 43 more files
📄 Description
Relates to #24
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.