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

25 lines
556 B

{
"trash_id": "28f6ef16d61e2d1adfce3156ed8257e3",
"trash_score": "250",
"name": "Opus",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Opus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bOPUS(\\b|\\d)"
}
},
{
"name": "Not OPUS Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "OPUS"
}
}]
}