From 4c80e26431c83aac60678f920803edb6d1f7b2fb Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 29 Apr 2026 18:48:19 +0100 Subject: [PATCH] recyclarr: fix Sonarr UHD template name (web-2160p, not uhd-bluray-web) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Sonarr 4K profile is sonarr-v4-quality-profile-web-2160p in TRaSH's recyclarr templates — uhd-bluray-web exists for German content only. The English UHD profile is WEB-only and named "WEB-2160p", so update the include list and the AV1-ban score assignment to match. Co-Authored-By: Claude Opus 4.7 --- services/recyclarr.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/recyclarr.nix b/services/recyclarr.nix index d67cc60..9f4e337 100644 --- a/services/recyclarr.nix +++ b/services/recyclarr.nix @@ -6,7 +6,7 @@ # secret to manage. Runs weekly via systemd timer; idempotent. # # Profiles installed: -# Sonarr: WEB-1080p (default) | UHD Bluray + WEB (per-show opt-in) +# Sonarr: WEB-1080p (default) | WEB-2160p (per-show opt-in, WEB only) # Radarr: HD Bluray + WEB (default) | UHD Bluray + WEB (per-movie opt-in) # # AV1 is banned across all 4 profiles (GPU lacks hardware decode). @@ -30,8 +30,8 @@ let - template: sonarr-quality-definition-series - template: sonarr-v4-quality-profile-web-1080p - template: sonarr-v4-custom-formats-web-1080p - - template: sonarr-v4-quality-profile-uhd-bluray-web - - template: sonarr-v4-custom-formats-uhd-bluray-web + - template: sonarr-v4-quality-profile-web-2160p + - template: sonarr-v4-custom-formats-web-2160p custom_formats: # AV1 ban — GPU has no hardware decode for AV1. @@ -40,7 +40,7 @@ let assign_scores_to: - name: WEB-1080p score: -10000 - - name: UHD Bluray + WEB + - name: WEB-2160p score: -10000 radarr: