diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 7775e6713..f3fee8058 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -581,6 +581,11 @@
Optional (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+.
+{
+ "trash_id": "b17886cb4158d9fea189859409975758",
+ "trash_score": "901",
+ "trash_regex": "https://regex101.com/r/hCAQEO/4",
+ "name": "HDR10+ Boost",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "HDR10+",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\bHDR10(\\+|P(lus)?\\b)"
+ }
+ },
+ {
+ "name": "Not DV HDR10",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
+ }
+ },
+ {
+ "name": "Not HDR10",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\bHDR10(\\b[^+|Plus])"
+ }
+ },
+ {
+ "name": "Not PQ",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\b(PQ)\\b"
+ }
+ },
+ {
+ "name": "Not HLG",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\b(HLG)\\b"
+ }
+ },
+ {
+ "name": "Not SDR",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\bSDR(\\b|\\d)"
+ }
+ },
+ {
+ "name": "Not DV",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
+ }
+ }
+ ]
+}
+