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

52 lines
1.4 KiB

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