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

41 lines
823 B

{
"trash_id": "cc5e51a9e85a6296ceefe097a77f12f4",
"trash_scores": {
"default": 15,
"sqp-1-1080p": -10000,
"sqp-1-web-1080p": -10000,
"sqp-1-2160p": -10000
},
"name": "BCORE",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Bravia Core",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(BCORE)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}