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

51 lines
1.3 KiB

{
"trash_id": "373b58bd188fc00c817bd8c7470ea285",
"name": "4.0 Sound",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "4.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]4\\.0"
}
},
{
"name": "Not Mono",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]1\\.0|\\bMono\\b|\\[PCM \\]"
}
},
{
"name": "Not Stereo",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9]2\\.0|\\bStereo\\b"
}
},
{
"name": "Not 3.0ch",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]3\\.0"
}
},
{
"name": "Not High Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9][5-9]\\.[0-1]"
}
}
]
}