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/57653a6dec1b5e1ed135c7c0a2b3527efaff6465/docs/json/sonarr/cf/multi-french.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/cf/multi-french.json

35 lines
720 B

{
"trash_id": "7982e39789f17864f57b11f1996844f4",
"name": "Multi-French",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "MULTi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(MULTi)(\\d|\\b)"
}
},
{
"name": "Original Audio",
"implementation": "LanguageSpecification",
"negate": false,
"required": true,
"fields": {
"value": -2
}
},
{
"name": "French Audio",
"implementation": "LanguageSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2
}
}
]
}