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

36 lines
833 B

{
"trash_id": "9c38ebb7384dada637be8899efa68e6f",
"trash_score": "-10000",
"name": "SDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
}
},
{
"name": "SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSDR\\b"
}
}
]
}