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

27 lines
534 B

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