diff --git a/docs/json/radarr/cf/hybrid.json b/docs/json/radarr/cf/hybrid.json index 0f816782d..6c232ea08 100644 --- a/docs/json/radarr/cf/hybrid.json +++ b/docs/json/radarr/cf/hybrid.json @@ -1,6 +1,6 @@ { "trash_id": "0f12c086e289cf966fa5948eac571f44", - "trash_score": "0", + "trash_score": "100", "name": "Hybrid", "includeCustomFormatWhenRenaming": true, "specifications": [ @@ -13,15 +13,6 @@ "value": "\\bhybrid(\\b|\\d)" } }, - { - "name": "WEBDL w/ DV HDR10(+) or TrueHD", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "^(?=.*\\b(web[ ._-]?(dl|rip))\\b)(((?=.*\\b(DV|DoVi)\\b)((?=.*\\b(HDR10(\\+|P(lus))?)\\b)|(?=.*\\b(HDR(10)?)\\b)))|(?=.*\\b(True[ .-]?HD)\\b))" - } - }, { "name": "Not Hybrid Release Group", "implementation": "ReleaseGroupSpecification", @@ -30,6 +21,15 @@ "fields": { "value": "\\b(HYBRID)\\b" } + }, + { + "name": "Remux", + "implementation": "QualityModifierSpecification", + "negate": false, + "required": true, + "fields": { + "value": 5 + } } ] } diff --git a/docs/json/sonarr/cf/hybrid.json b/docs/json/sonarr/cf/hybrid.json index 44377f1af..1b4039cc1 100644 --- a/docs/json/sonarr/cf/hybrid.json +++ b/docs/json/sonarr/cf/hybrid.json @@ -1,6 +1,6 @@ { "trash_id": "3a4127d8aa781b44120d907f2cd62627", - "trash_score": "0", + "trash_score": "100", "name": "Hybrid", "includeCustomFormatWhenRenaming": true, "specifications": [ @@ -13,15 +13,6 @@ "value": "\\bhybrid(\\b|\\d)" } }, - { - "name": "WEBDL w/ DV HDR10(+) or TrueHD", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, - "fields": { - "value": "^(?=.*\\b(web[ ._-]?(dl|rip))\\b)(((?=.*\\b(DV|DoVi)\\b)((?=.*\\b(HDR10(\\+|P(lus))?)\\b)|(?=.*\\b(HDR(10)?)\\b)))|(?=.*\\b(True[ .-]?HD)\\b))" - } - }, { "name": "Not Hybrid Release Group", "implementation": "ReleaseGroupSpecification", @@ -30,6 +21,15 @@ "fields": { "value": "\\b(HYBRID)\\b" } + }, + { + "name": "Remux", + "implementation": "QualityModifierSpecification", + "negate": false, + "required": true, + "fields": { + "value": 5 + } } ] }