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

27 lines
575 B

{
"trash_id": "dc98083864ea246d05a42df0d05f81cc",
"trash_score": "-10000",
"name": "x265 (HD)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "x265/HEVC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{
"name": "Not 2160p",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
}
]
}