diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 3bee411e6..4c229c8d7 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -469,7 +469,7 @@ Add this to your `Preferred (3)` with a score of [15] Add this to your `Must not contain (2)` ```bash -/^(?!.*(\bSIC\b|HDR|HULU|REMUX))(?=.*\b(DV|Dovi|Dolby[- .]?Vision)\b).*/i +/^(?!.*(HDR|HULU|REMUX))(?=.*\b(DV|Dovi|Dolby[- .]?Vision)\b).*/i ``` ------ diff --git a/docs/json/sonarr/optional.json b/docs/json/sonarr/optional.json deleted file mode 100644 index f0a544d88..000000000 --- a/docs/json/sonarr/optional.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "!!! DEPRECATED !!!": "This JSON only exists as fallback for people still using the old trash-sync", - - "ignore": [{ - "name": "Golden rule", - "term": "/(?=(1080|720)).*((x|h)[ ._-]?265|hevc)/i" - }, { - "name": "Ignore Dolby Vision without HDR10 fallback.", - "term": "/^(?!.*(HDR|HULU|REMUX))(?=.*\\b(DV|Dovi|Dolby[- .]Vision)\\b).*/i" - }, { - "name": "Ignore The Group -SCENE", - "term": "/\\b(-scene)\\b/i" - }, { - "name": "Ignore so called scene releases", - "term": "/([_. ]WEB[_. ]|\\bCAKES\\b|GGEZ|GGWP|GLHF)/i" - }], - "required": [], - "preferred": [{ - "score": 15, - "terms": [{ - "name": "Prefer Season Packs", - "term": "/\\bS\\d+\\b(?!E\\d+\\b)/i" - }] - }, { - "score": 10, - "terms": [{ - "name": "Prefer HDR", - "term": "/\\bHDR(\\b|\\d)/i" - }] - }, { - "score": 100, - "terms": [{ - "name": "Prefer Dolby Vision", - "term": "/\\b(dv|dovi|dolby[ .]?vision)\\b/i" - }] - }, { - "score": -25, - "terms": [{ - "name": "Dislike retags: rartv, rarbg, eztv, TGx", - "term": "/(\\[rartv\\]|\\[rarbg\\]|\\[eztv\\]|\\[TGx\\])/i" - }, { - "name": "Dislike retagged groups", - "term": "/(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b/i" - }, { - "name": "Dislike release ending: en", - "term": "/\\s?\\ben\\b$/i" - }, { - "name": "Dislike release containing: 1-", - "term": "/(1-.+)$/i" - }] - }] -} diff --git a/docs/json/sonarr/optionals.json b/docs/json/sonarr/optionals.json index a899c306a..e2980618d 100644 --- a/docs/json/sonarr/optionals.json +++ b/docs/json/sonarr/optionals.json @@ -8,7 +8,7 @@ }, { "name": "Ignore Dolby Vision without HDR10 fallback.", "trash_id": "436f5a7d08fbf02ba25cb5e5dfe98e55", - "term": "/^(?!.*(\\bSIC\\b|HDR|HULU|REMUX))(?=.*\\b(DV|Dovi|Dolby[- .]?Vision)\\b).*/i" + "term": "/^(?!.*(HDR|HULU|REMUX))(?=.*\\b(DV|Dovi|Dolby[- .]?Vision)\\b).*/i" }, { "name": "Ignore The Group -SCENE", "trash_id": "f3f0f3691c6a1988d4a02963e69d11f2",