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/0ecb5cf7c12aff2826db0f824ca5bb463a6a81a6/docs/json/sonarr/cf/ovid.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/cf/ovid.json

39 lines
781 B

{
"trash_id": "fb1a91cdc0f26f7ca0696e0e95274645",
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/hWHpjV/1",
"name": "OViD",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "OViD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ovid)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}