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/c6b319edca73e6a9aa45edca2c97b195f1246274/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

44 lines
973 B

{
"trash_id": "dc98083864ea246d05a42df0d05f81cc",
"trash_score": "-10000",
"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)"
}
},
{
"name": "Quality Group Exceptions",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-MZABI|-NCmt\\b"
}
}
]
}