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/59cda44a57ca3caca0fd6468e25a48ea046a0f2f/json/radarr/cf/dv-webdl.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/cf/dv-webdl.json

66 lines
1.4 KiB

{
"trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
"trash_score": -10000,
"trash_scores": {
"default": -10000
},
"name": "DV (WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
},
{
"name": "Not RlsGrp",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(Flights)\\b"
}
},
{
"name": "Not HDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)"
}
},
{
"name": "Not Hulu",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(hulu)\\b"
}
}
]
}