- Updated: BR-DISK - Added MPEG-2 recornizing, Better x265/hevc recornizing

- Updated: BR-DISK - Added MPEG-2 recornizing, Better x265/hevc recornizing
pull/199/head
TRaSH 3 years ago
parent dd676486b4
commit cd61ea34db

@ -2596,12 +2596,12 @@ Remaster (also digital remastering and digitally remastered) refers to changing
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [ "specifications": [
{ {
"name": "avc|vc-1|hevc", "name": "Video coding standards",
"implementation": "ReleaseTitleSpecification", "implementation": "ReleaseTitleSpecification",
"negate": false, "negate": false,
"required": true, "required": true,
"fields": { "fields": {
"value": "avc|vc-1|hevc" "value": "avc|vc-1|hevc|MPEG-?2"
} }
}, },
{ {
@ -2637,7 +2637,7 @@ Remaster (also digital remastering and digitally remastered) refers to changing
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "[xh]\\.?265|\\bHEVC(\\b|\\d)" "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
} }
} }
] ]

Loading…
Cancel
Save