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

36 lines
759 B

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