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

35 lines
720 B

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