Merge pull request #829 from TRaSH-/Starr-CF-DTS-HRA-fix-matching-DTS-Hi10P

[Starr] CF `[DTS-HRA]`
pull/830/head
TRaSH 2 years ago committed by GitHub
commit a231d4342b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
{
"trash_id": "8e109e50e0a0b83a5098b056e13bf6db",
"trash_score": "2000",
"trash_regex": "https://regex101.com/r/jdUH4x/2",
"name": "DTS-HD HRA",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
@ -9,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?(hd[. ]?)?(hr|hi)"
"value": "dts[-. ]?(hd[. ]?)?(hra?|hi\\b)"
}
},
{

@ -1,6 +1,7 @@
{
"trash_id": "cfa5fbd8f02a86fc55d8d223d06a5e1f",
"trash_score": "2000",
"trash_regex": "https://regex101.com/r/jdUH4x/2",
"name": "DTS-HD HRA",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
@ -9,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?(hd[. ]?)?(hr|hi)"
"value": "dts[-. ]?(hd[. ]?)?(hra?|hi\\b)"
}
},
{

Loading…
Cancel
Save