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

25 lines
594 B

{
"trash_id": "2899d84dc9372de3408e6d8cc18e9666",
"name": "x264",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "x264",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?264|\\bAVC(\\b|\\d)"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}