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/f7223745bc09609eb2011a9bb5d0e59cfbe14cdb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
8 additions and
4 deletions
@ -6,6 +6,7 @@
"sqp-1-1080p" : -10000 ,
"sqp-1-2160p" : -10000
} ,
"trash_regex" : "https://regex101.com/r/U1asQG/1" ,
"name" : "DTS-HD MA" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
@ -15,7 +16,7 @@
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll)) \\b"
"value" : "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll)) ( \\b|\\d) "
}
} ,
{
@ -6,6 +6,7 @@
"sqp-1-1080p" : 0 ,
"sqp-1-2160p" : 0
} ,
"trash_regex" : "https://regex101.com/r/U1asQG/1" ,
"name" : "DTS" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [ {
@ -23,7 +24,7 @@
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll)) \\b"
"value" : "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll)) ( \\b|\\d) "
}
} ,
{
@ -4,6 +4,7 @@
"trash_scores" : {
"default" : 2500
} ,
"trash_regex" : "https://regex101.com/r/U1asQG/1" ,
"name" : "DTS-HD MA" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
@ -13,7 +14,7 @@
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll)) \\b"
"value" : "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll)) ( \\b|\\d) "
}
} ,
{
@ -4,6 +4,7 @@
"trash_scores" : {
"default" : 1250
} ,
"trash_regex" : "https://regex101.com/r/U1asQG/1" ,
"name" : "DTS" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [ {
@ -21,7 +22,7 @@
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll)) \\b"
"value" : "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll)) ( \\b|\\d) "
}
} ,
{