Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/6c35bdd416bd790b76e4f8f348493a4c7798fe86/docs/json/radarr/cf/dv-hdr10.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
{
"trash_id" : "e23edd2482476e595fb990b12e7c609c" ,
"trash_scores" : {
"default" : 1500
} ,
"trash_regex" : "https://regex101.com/r/voMQ5g/1" ,
"name" : "DV HDR10" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "DV HDR10" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?!(P(lus)?)\\b|\\+))|(HDR))\\b)"
}
} ,
{
"name" : "Not DV HDR10Plus" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b((HDR10(?=(P(lus)?)\\b|\\+))))"
}
} ,
{
"name" : "Not DV HLG" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(DV[ .]HLG)\\b"
}
} ,
{
"name" : "Not DV SDR" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(DV[ .]SDR)\\b"
}
}
]
}