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

26 lines
569 B

{
"trash_id": "e61e28db95d22bedcadf030b8f156d96",
"trash_score": "900",
"name": "HDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "HDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)"
}
},
{
"name": "DoVi",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
}
]
}