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

29 lines
595 B

{
"trash_id": "47435ece6b99a0b477caf360e79ba0bb",
"trash_scores": {
"default": -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",
3 years ago
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
3 years ago
"value": 2160
}
}
]
}