Fixed: Issues #944 and #945
@ -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,
"value": "OPUS"
}]
@ -40,6 +40,15 @@
"value": "\\bGHOSTS\\b"
"name": "MeGusta",
"negate": false,
"required": false,
"value": "\\b(MeGusta)\\b"
"name": "NERO",
@ -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