recyclarr: add upscaled custom format to block fake 2160p
All checks were successful
Build and Deploy / deploy (push) Successful in 1m16s

This commit is contained in:
2026-04-12 21:38:11 -04:00
parent 19ea2dc02b
commit 053160fb36

View File

@@ -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"; }
];
}
];
};
};