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/a0bb4ddbf5ced677b256cd0737e41787d43fdffd/json/sonarr/cf/71-surround.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/71-surround.json

34 lines
909 B

{
"trash_id": "204c8c3e7315bb0ea81332774fa888d6",
"name": "7.1 Surround",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "7.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9][7-8][ .][0-1]"
}
},
{
"name": "Not 9.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "[^0-9]9[ .][0-1]"
}
},
{
"name": "Not Low Channel Count",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
}
}
]
}