Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/3da710d156e2f9dac32a5501c402678c528ebacf
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
18 additions and
18 deletions
@ -6,20 +6,20 @@
"specifications" : [
{
"name" : "Groups (Missing HDR)" ,
"implementation" : "Release Title Specification",
"implementation" : "Release Group Specification",
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\b(FraMeSToR|HQMUX )\\b"
"value" : "\\b(FraMeSToR|HQMUX |SICFoI )\\b"
}
} ,
{
"name" : "2160p" ,
"implementation" : "Re leaseTitle Specification",
"implementation" : "Re solution Specification",
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\b(2160p)\\b"
"value" : 2160
}
} ,
{
@ -32,39 +32,39 @@
}
} ,
{
"name" : "Not HDR10 + ",
"name" : "Not HDR10 ",
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10(\\ +|P(lus)?\\b )"
"value" : "\\bHDR10(\\ b[^+|Plus] )"
}
} ,
{
"name" : "Not HDR10 ",
"name" : "Not HDR10 + ",
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10(\\ b[^+|Plus] )"
"value" : "\\bHDR10(\\ +|P(lus)?\\b )"
}
} ,
{
"name" : "Not PQ ",
"name" : "Not HLG ",
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b( PQ )\\b"
"value" : "\\b( HLG )\\b"
}
} ,
{
"name" : "Not HLG ",
"name" : "Not PQ ",
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b( HLG )\\b"
"value" : "\\b( PQ )\\b"
}
} ,
{
@ -69,11 +69,11 @@
} ,
{
"name" : "Not Groups (Missing HDR)" ,
"implementation" : "Release Title Specification",
"implementation" : "Release Group Specification",
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(FraMeSToR|HQMUX )\\b"
"value" : "\\b(FraMeSToR|HQMUX |SICFoI )\\b"
}
}
]
@ -6,11 +6,11 @@
"specifications" : [
{
"name" : "Groups (Missing HDR)" ,
"implementation" : "Release Title Specification",
"implementation" : "Release Group Specification",
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\b(FraMeSToR|HQMUX )\\b"
"value" : "\\b(FraMeSToR|HQMUX |SICFoI )\\b"
}
} ,
{
@ -68,12 +68,12 @@
}
} ,
{
"name" : "Not FraMeSToR ",
"name" : "Not Groups (Missing HDR) ",
"implementation" : "ReleaseGroupSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(FraMeSToR )\\b"
"value" : "\\b(FraMeSToR |HQMUX|SICFoI )\\b"
}
}
]