Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/8359d8e1136bd4ecee50c806036f63db72dbccec/json/sonarr/cf/multi-audio.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/multi-audio.json

30 lines
695 B

{
"trash_id": "2f6e84efc47246ec9071e311e71c4953",
"trash_scores": {
"default": 300
},
"trash_regex": "https://regex101.com/r/hcMa1f",
"name": "Multi-Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "MULTi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MULTi(?![ .-]subs?))(\\d|\\b)"
}
},
{
"name": "VO and VF",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(VO(ST(FR)?)?)\\b)(?=.*\\b(VF[FIQ2]?)\\b)"
}
}
]
}