From 053160fb36a6a02ca1d8676f7587832e126bc26c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 12 Apr 2026 21:38:11 -0400 Subject: [PATCH] recyclarr: add upscaled custom format to block fake 2160p --- services/arr/recyclarr.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/services/arr/recyclarr.nix b/services/arr/recyclarr.nix index 7b19cbc..93312d3 100644 --- a/services/arr/recyclarr.nix +++ b/services/arr/recyclarr.nix @@ -96,6 +96,13 @@ in { name = "Remux + WEB 2160p"; } ]; } + # Upscaled - block releases upscaled to 2160p from lower resolution sources + { + trash_ids = [ "bfd8eb01832d646a0a89c4deb46f8564" ]; + assign_scores_to = [ + { name = "Remux + WEB 2160p"; } + ]; + } ]; }; @@ -151,6 +158,13 @@ in { name = "WEB-2160p"; } ]; } + # Upscaled - block releases upscaled to 2160p from lower resolution sources + { + trash_ids = [ "23297a736ca77c0fc8e70f8edd7ee56c" ]; + assign_scores_to = [ + { name = "WEB-2160p"; } + ]; + } ]; }; };