recyclarr: add fallback SD qualities for old shows

This commit is contained in:
2026-04-29 11:35:32 -04:00
parent c9d0035cc2
commit a31c82d184

View File

@@ -173,6 +173,19 @@ in
];
}
{ name = "HDTV-720p"; }
# SD fallback for shows that predate HD or whose only seeded
# public-tracker copies are 480p/DVD/SDTV. Sonarr will still
# upgrade to WEB/Bluray (cutoff above) when an HD release
# surfaces.
{
name = "SD";
qualities = [
"WEBDL-480p"
"WEBRip-480p"
"DVD"
"SDTV"
];
}
];
}
];