fix(starr): DTS-HD MA regex and add example (#1560)

pull/1562/head
TRaSH 9 months ago committed by GitHub
commit f7223745bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)"
}
},
{

Loading…
Cancel
Save