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

27 lines
649 B

{
"trash_id": "b6ace47331a1d3b77942fc18156f6df6",
"trash_regex": "https://regex101.com/r/j1wmmv",
"name": "VFQ",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Canadian French",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(VFQ|\\d{3,4}p[ .]CAN|(?<=MULTi[ .])FR(A|ENCH))\\b"
}
},
{
"name": "Not VF2",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(VF2|(VF(F|Q)[ .]VF(F|Q)))\\b"
}
}
]
}