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/8eb517c2c2c2eba8134bb0de35211178361e5b1b/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

4 years ago
{
"trash_id": "e61e28db95d22bedcadf030b8f156d96",
"trash_score": "290",
"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"
}
}
]
}