Merge branch 'master' into truehd-change

pull/647/head
TRaSH 2 years ago committed by GitHub
commit 2ccc71e2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -36,7 +36,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
"value": "dts[-. ]?es\\b"
}
},
{
@ -45,7 +45,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{
@ -83,15 +83,6 @@
"fields": {
"value": "\\b(l?)PCM(\\b|\\d)"
}
},
{
"name": "6.1 Surround",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[^0-9]6[ .][0-1]"
}
}
]
}

@ -45,7 +45,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -27,7 +27,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -21,6 +21,15 @@
"value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)"
}
},
{
"name": "Not DTS-HD HRA/ES",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
}
},
{
"name": "Not Dolby Digital Plus",
"implementation": "ReleaseTitleSpecification",
@ -45,7 +54,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\bDD(\\b|\\d)|(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -54,7 +54,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -1,6 +1,6 @@
{
"trash_id": "eecf3a857724171f968a66cb5719e152",
"trash_score": "25",
"trash_score": "800",
"name": "IMAX",
"includeCustomFormatWhenRenaming": true,
"specifications": [

@ -54,7 +54,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -46,7 +46,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -55,7 +55,7 @@
"negate": true,
"required": true,
"fields": {
"value": "(?<!e)ac3"
"value": "\\bDD[^a-z+]|(?<!e)ac3"
}
},
{

@ -1,3 +1,10 @@
# 2022-07-01
Raised score from 25 to 800 to match Imax Enhanced. #650
- Updated: CF `[IMAX]` Raised score from `25` to `800` to match `Imax Enhanced`.
Fixed: Conditions in various sound codec CFs #649
- Fixed: Conditions in `[DTS]` and `[DTS-ES]`
- Fixed: Regex to recognize Basic Dolby Digital `[DD]`, updated the regex to fix the recognition of `DD` to help with incorrect matching of some Custom Formats.
# 2022-06-26
Added word boundary for HONE #642
- Updated: CF `[HQ-WEBDL]` Added word boundary for `HONE`.

Loading…
Cancel
Save