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

83 lines
1.8 KiB

{
"trash_id": "bb019e1cd00f304f80971c965de064dc",
"trash_scores": {
"default": 500
},
"name": "HDR (undefined)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "RlsGrp (Missing HDR)",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(FraMeSToR|HQMUX|SiCFoI)\\b"
}
},
{
2 years ago
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
2 years ago
"name": "Not DV",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
"name": "Not HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
2 years ago
"name": "Not HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\+|P(lus)?\\b)"
}
},
{
"name": "Not HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HLG)\\b"
}
},
{
2 years ago
"name": "Not PQ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
2 years ago
"value": "\\b(PQ)\\b"
}
},
{
2 years ago
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
2 years ago
"value": "\\bSDR(\\b|\\d)"
}
}
]
}