diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 56206dc3c..3bee411e6 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -497,7 +497,8 @@ Add this to your `Must not contain (2)` Add this to your `Must not contain (2)` ```bash -/^(?!.*(-deflate|-inflate))(?=.*([_. ]WEB[_. ]|\bCAKES\b|GGEZ|GGWP|GLHF)).*/i +/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\b|-GGEZ\b|-GGWP\b|-GLHF\b|-KOGI\b)).*/i + ``` ------ diff --git a/docs/json/sonarr/optional.json b/docs/json/sonarr/optional.json index 5aa4ac4c4..415da4d2f 100644 --- a/docs/json/sonarr/optional.json +++ b/docs/json/sonarr/optional.json @@ -1,3 +1,4 @@ +# DEPRECATED (This JSON only exisist as fallback for people still using the old trash-sync) { "ignore": [{ "name": "Golden rule", diff --git a/docs/json/sonarr/optionals.json b/docs/json/sonarr/optionals.json index 520b5f03b..bee26ee35 100644 --- a/docs/json/sonarr/optionals.json +++ b/docs/json/sonarr/optionals.json @@ -16,7 +16,7 @@ }, { "name": "Ignore so called scene releases", "trash_id": "5bc23c3a055a1a5d8bbe4fb49d80e0cb", - "term": "/^(?!.*(-deflate|-inflate))(?=.*([_. ]WEB[_. ]|\\bCAKES\\b|GGEZ|GGWP|GLHF)).*/i" + "term": "/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\\b|-GGEZ\\b|-GGWP\\b|-GLHF\\b|-KOGI\\b)).*/i)).*/i" }], "required": [], "preferred": [{ diff --git a/docs/updates.txt b/docs/updates.txt index 4da001443..0d0e567bf 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,14 @@ +# 2022-06-08 +Radarr cf dv hdr10 fix for bad (re)named files #615 +- Added: Fix for bad (re)named DV HDR10 releases. +- Added: `Not DV` Condition to `[HDR10]` prevent double scoring for bad (re)named DV HDR10 Releases. +Radarr CF Repack2 added to collection and instructions #616 +- Added: CF `[Repack2]` to the collection. +- Updated: How to setup Custom Formats to support `[Repack2]`. +Added KOGI to the Dislike Scene Releases for indexers that rename #619 +- Added: KOGI to the Dislike Scene Releases for indexers that rename. +- Added: DEPRECATED warning for the optional.json, please use optionals.json. + # 2022-06-03 Radarr CF [Repack2] #607 - NEW: Radarr CF `[Repack2]` with a score of `6`.