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

54 lines
1.1 KiB

{
"trash_id": "8cd3ac70db7ac318cf9a0e01333940a4",
"trash_score": "51",
"name": "SiC",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "SiC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bSiC\\b"
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "HDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)"
}
},
{
"name": "DV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
}
}
]
}