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/378c202c52b4c7e995527d0580d258c7499f776a/json/radarr/cf/4k-remaster.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/cf/4k-remaster.json

38 lines
757 B

{
"trash_id": "eca37840c13c6ef2dd0262b141a5482f",
"trash_scores": {
"default": 25
},
"name": "4K Remaster",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Remaster",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "Remaster"
}
},
{
"name": "4K",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "4k"
}
},
{
"name": "Not 4K Resolution",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
}
]
}