diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index aa7b6622b..26a25d495 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -623,6 +623,11 @@ AV1 +
{
+ "trash_id": "9c38ebb7384dada637be8899efa68e6f",
+ "trash_score": "-10000",
+ "name": "SDR",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "2160p",
+ "implementation": "ResolutionSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": 2160
+ }
+ },
+ {
+ "name": "HDR Formats",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": false,
+ "fields": {
+ "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b"
+ }
+ },
+ {
+ "name": "SDR",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": false,
+ "fields": {
+ "value": "\\bSDR\\b"
+ }
+ }
+ ]
+}
+