Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/91fff5acca731c93623c9746061973896a0c950b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
33 additions and
2 deletions
@ -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