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/d7726e117ab3b9a3b712fc4ea0d3aba15c73ecff/json/radarr/cf/special-edition.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/cf/special-edition.json

49 lines
1.2 KiB

{
"trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_score": 125,
"trash_scores": {
"default": 125
},
"trash_regex": "https://regex101.com/r/44pLFg/1",
"name": "Special Edition",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Special Edition",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!^|{)\\b(extended|uncut|directors|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
}
},
{
"name": "Not IMAX Edition",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(IMAX[ ._-]Edition)\\b"
}
},
{
"name": "Not Open Matte",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(Open[ ._-]?Matte)\\b"
}
},
{
"name": "Not Theatrical",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "Theatrical"
}
}
]
}