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

43 lines
1.1 KiB

{
"trash_id": "3fbafa924f361e66fbc6187af82dfa85",
"name": "5.1 Surround",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "5.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]5[ .][0-1]"
}
},
{
"name": "Not 7.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"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"
}
}
]
}