Merge pull request #946 from nuxencs/Starr-CF-Fixes

Fixed: Issues #944 and #945
pull/948/head
TRaSH 2 years ago committed by GitHub
commit 91fff5acca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,7 +295,7 @@ Add this to your `Preferred (3)` with a score of [10]
Add this to your `Preferred (3)` with a score of [-100]
```bash
/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe\.ph|Pahe\.in|-NERO)\b/i
/(TBS|-BRiNK|MeGusta|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe\.ph|Pahe\.in|-NERO)\b/i
```
!!! danger "Caution"

@ -11,5 +11,14 @@
"fields": {
"value": "\\bOPUS(\\b|\\d)"
}
},
{
"name": "Not OPUS Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "OPUS"
}
}]
}

@ -40,6 +40,15 @@
"value": "\\bGHOSTS\\b"
}
},
{
"name": "MeGusta",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MeGusta)\\b"
}
},
{
"name": "NERO",
"implementation": "ReleaseGroupSpecification",

@ -11,5 +11,14 @@
"fields": {
"value": "\\bOPUS(\\b|\\d)"
}
},
{
"name": "Not OPUS Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "OPUS"
}
}]
}

@ -6,7 +6,7 @@
"preferred": [{
"score": -100,
"terms": [
"/(-BRiNK|-CHX|-GHOSTS|-NERO|nhanc3|Pahe\\.ph|Pahe\\.in|TBS|-VIDEOHOLE|-worldmkv|-XLF)\\b/i"
"/(-BRiNK|-CHX|-GHOSTS|MeGusta|-NERO|nhanc3|Pahe\\.ph|Pahe\\.in|TBS|-VIDEOHOLE|-worldmkv|-XLF)\\b/i"
]
}],
"ignored": []

@ -1,3 +1,7 @@
# 2022-11-03 19:20
- Add: `MeGusta` to the Sonarr `LQ` CF and Release Profile. #946
- Add: Group negation for `OPUS` in the `Opus` CF. #946
# 2022-11-02 20:40
**[Radarr]**
- NEW: Publish Radarr Anime guide. #942

Loading…
Cancel
Save