fix(sonarr): sync RP json with the guide regexes (#1471)

pull/1474/head
yammes08 10 months ago committed by GitHub
commit 8e53b559c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -223,6 +223,10 @@ Add this to your `Preferred (3)` with a score of [50]
/\b(vdl)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(ovid)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
!!! danger "Caution"
Don't forget to click on `SAVE` after you've added everything you want to the release profile :bangbang:

@ -3,12 +3,7 @@
"trash_id": "71899E6C303A07AF0E4746EFF9873532",
"includePreferredWhenRenaming": false,
"required": [],
"preferred": [{
"score": 1800,
"terms": [
"/(-deflate|-inflate)\\b/i"
]
},
"preferred": [
{
"score": 1700,
"terms": [
@ -28,19 +23,25 @@
]
},
{
"score": 13,
"score": 1600,
"terms": [
"/(-deflate|-inflate)\\b/i"
]
},
{
"score": 7,
"terms": [
"/(repack3)/i"
]
},
{
"score": 12,
"score": 6,
"terms": [
"/(repack2)/i"
]
},
{
"score": 11,
"score": 5,
"terms": [
"/\\b(repack|proper)\\b/i"
]

@ -3,48 +3,56 @@
"trash_id": "1B018E0C53EC825085DD911102E2CA36",
"includePreferredWhenRenaming": true,
"required": [],
"preferred": [{
"preferred": [
{
"score": 100,
"terms": [
"/\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(atvp|aptv|Apple TV\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(atvp|aptv|Apple TV\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(dsnp|dsny|disney|Disney\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
{
"score": 95,
"score": 90,
"terms": [
"/\\b(sho|showtime)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b((?<!hbo[ ._-])max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
{
"score": 90,
"score": 80,
"terms": [
"/\\b(dsnp|dsny|disney|Disney\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b((?<!hbo[ ._-])max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
{
"score": 85,
"score": 70,
"terms": [
"/\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(pcok|Peacock TV)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
{
"score": 75,
"score": 60,
"terms": [
"/\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(pcok|Peacock TV)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(pmtp)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(stan)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
{
"score": 50,
"terms": [
"/\\b(cc)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(crav(e)?)\\b[ ._-]web[ ._-]?(dl|rip)?\\b/i",
"/\\b(dcu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(hbo)(?![ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(red)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(it)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(pmtp)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(vdl)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(nlz)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(stan)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(cc)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(red)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(sho|showtime)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(vdl)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(ovid)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
}
],

Loading…
Cancel
Save