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

35 lines
777 B

{
"trash_id": "e23edd2482476e595fb990b12e7c609c",
"trash_score": "1550",
"name": "DV HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\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"
}
}
]
}