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

27 lines
615 B

{
"trash_id": "404c08fd0bd67f39b4d8e5709319094e",
"trash_regex": "https://regex101.com/r/5fR55c/2",
"name": "VFF",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "TRUEFRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(TRUEFRENCH|VFF)\\b"
}
},
{
"name": "Not VF2",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(VF2|(VF(F|Q)[ .]VF(F|Q)))\\b"
}
}
]
}