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

36 lines
790 B

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