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

35 lines
787 B

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