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

36 lines
757 B

{
"trash_id": "3a4127d8aa781b44120d907f2cd62627",
"trash_score": "100",
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HYBRID)\\b"
}
},
{
"name": "Remux",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"fields": {
"value": 7
}
}
]
}