Radarr CF Update

- NEW: CF `[UHD (SPHD)]` HQ 4k Encoding Group that does `DV HDR10` and HD Audio with a recommended score of `2250`.
- Updated: CF `[LQ]` added `PATOMiEL` to the `Nominated Unwanted Groups` condition because of their bad naming.
pull/543/head
TRaSH 3 years ago
parent 24fc38f73b
commit add9ad8bb5

@ -73,7 +73,7 @@
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(TEKNO3D|TIKO|Liber8|FZHD)\\b" "value": "\\b(TEKNO3D|TIKO|Liber8|FZHD|PATOMiEL)\\b"
} }
} }
] ]

@ -0,0 +1,62 @@
{
"trash_id": "65be7ce5ec4c31e684c7b8368b8bd6bb",
"trash_score": "2250",
"name": "UHD (SPHD)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "SPHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bSPHD\\b"
}
},
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "Not WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR\\b"
}
}
]
}
Loading…
Cancel
Save