From 13d00296cb9a139e983943558ae394e930fe3774 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 9 Jul 2022 19:22:54 +0200 Subject: [PATCH] Synced with Radarr - Synced with Radarr - Splitted Condition - Testing new setup --- docs/json/sonarr/v4/normal/dv-webdl.json | 25 ++++++++---------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/docs/json/sonarr/v4/normal/dv-webdl.json b/docs/json/sonarr/v4/normal/dv-webdl.json index 26e2461f0..4767d1898 100644 --- a/docs/json/sonarr/v4/normal/dv-webdl.json +++ b/docs/json/sonarr/v4/normal/dv-webdl.json @@ -12,39 +12,30 @@ } }, { - "name": "WEB", + "name": "Not Remux", "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 3 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": false, - "required": false, + "negate": true, + "required": true, "fields": { - "value": 4 + "value": 7 } }, { - "name": "Group Exceptions", + "name": "Not HDR", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(SIC|HULU|Flights)\\b" + "value": "\\bHDR(\\b|\\d)" } }, { - "name": "Not DV HDR10", + "name": "Not Hulu", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b" + "value": "\\b(hulu)\\b" } } ]