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

27 lines
610 B

{
"trash_id": "b6ace47331a1d3b77942fc18156f6df6",
"trash_regex": "https://regex101.com/r/j1wmmv/2",
"name": "VFQ",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "FRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(?<!Multi-)(FR(A|ENCH)?|VF)\\b"
}
},
{
"name": "Canadian French",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVFQ\\b"
}
}
]
}