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

25 lines
599 B

{
"trash_id": "9170d55c319f4fe40da8711ba9d8050d",
"name": "x265",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "x|h265",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}