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/15f07407940f1cc5f8bb8ac0a50f91575d00f54b/docs/json/radarr/dv-hlg.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/dv-hlg.json

35 lines
787 B

{
"trash_id": "55d53828b9d81cbe20b02efd00aa0efd",
"trash_score": "1500",
"name": "DV HLG",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV HLG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
}
},
{
"name": "not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
}
},
{
"name": "Not DV SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
}
}
]
}