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/c13da8b33ca33b1684a8aec9553bcae32fb8e853/docs/json/radarr/cf/crit.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/cf/crit.json

47 lines
938 B

{
"trash_id": "16622a6911d1ab5d5b8b713d5b0036d4",
"trash_scores": {
"default": 20
},
"name": "CRiT",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "CRiT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(CRiT)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
},
{
"name": "Not Criterion RlsGrp",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "^(Criterion)$"
}
}
]
}