Merge pull request #619 from TRaSH-/Sonarr-RP-added-kogi

Added KOGI to the Dislike Scene Releases for indexers that rename
pull/620/head
TRaSH 2 years ago committed by GitHub
commit c8b1967f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```
------

@ -1,3 +1,4 @@
# DEPRECATED (This JSON only exisist as fallback for people still using the old trash-sync)
{
"ignore": [{
"name": "Golden rule",

@ -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": [{

@ -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`.

Loading…
Cancel
Save