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/71315f0ff62f2128373ce87ac6b153aeffd881a3/docs/json/radarr/cf/hdr10plus-boost.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
{
"trash_id" : "b17886cb4158d9fea189859409975758" ,
"trash_scores" : {
"default" : 901
} ,
"trash_regex" : "https://regex101.com/r/hCAQEO/4" ,
"name" : "HDR10+ Boost" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "HDR10+" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10(\\+|P(lus)?\\b)"
}
} ,
{
"name" : "Not DV HDR10" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
} ,
{
"name" : "Not PQ" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(PQ)\\b"
}
} ,
{
"name" : "Not HLG" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(HLG)\\b"
}
} ,
{
"name" : "Not SDR" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bSDR(\\b|\\d)"
}
} ,
{
"name" : "Not DV" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
}
]
}