Merge pull request #1234 from TRaSH-/Starr-CF-Scene-prevent-matching-on-releases-renamed-by-trackers

[Starr] CF Scene prevent matching on releases renamed by trackers
pull/1238/head
TRaSH 1 year ago committed by GitHub
commit c4d5481a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -536,7 +536,7 @@ Add this to your `Must not contain (2)`
Add this to your `Must not contain (2)`
```bash
/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\b|-GGEZ\b|-GGWP\b|-GLHF\b|-GOSSIP\b|-KOGI\b|-PECULATE\b|-SLOT\b)).*/i
/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ])(?!DL)\b)|\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT)).*/i
```

@ -1,7 +1,7 @@
{
"trash_id": "f537cf427b64c38c8e36298f657e4828",
"trash_score": "-10000",
"trash_regex": "https://regex101.com/r/viarq7/1",
"trash_regex": "https://regex101.com/r/viarq7/4",
"name": "Scene",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*([_. ]WEB[_. ]))|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-KOGI|-PECULATE|-SLOT)"
"value": "^(?=.*([_. ]WEB[_. ])(?!DL)\\b)|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT)"
}
},
{

@ -1,7 +1,7 @@
{
"trash_id": "1b3994c551cbb92a2c781af061f4ab44",
"trash_score": "-10000",
"trash_regex": "https://regex101.com/r/viarq7/1",
"trash_regex": "https://regex101.com/r/viarq7/4",
"name": "Scene",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -11,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*([_. ]WEB[_. ]))|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-KOGI|-PECULATE|-SLOT)"
"value": "^(?=.*([_. ]WEB[_. ])(?!DL)\\b)|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT)"
}
},
{

@ -16,7 +16,7 @@
}, {
"name": "Ignore so called scene releases",
"trash_id": "5bc23c3a055a1a5d8bbe4fb49d80e0cb",
"term": "/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\\b|-GGEZ\\b|-GGWP\\b|-GLHF\\b|-GOSSIP\\b|-KOGI\\b|-PECULATE\\b|-SLOT\\b)).*/i"
"term": "/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ])(?!DL)\\b)|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT)).*/i"
}, {
"name": "Ignore Bad Dual Audio Groups",
"trash_id": "538bad00ee6f8aced8e0db5218b8484c",

Loading…
Cancel
Save