Added KOGI to the Dislike Scene Releases for indexers that rename

- Added: KOGI to the Dislike Scene Releases for indexers that rename
- Added: DEPRECATED warning for the optional.json, please use optionals.json
pull/619/head
TRaSH 2 years ago
parent cba35e338e
commit 2d4af33b08

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

Loading…
Cancel
Save