fix(format): HDR improvements (#50)
- fixed a issue where HDR was matching both HDR10 & 10+ - fixed an issue where unknown lossless audio was matching for TrueHD releases / missing groups - added a new 'general HDR' CF which matches HDR that isn't HDR10 nor HDR10+ - added an optional any character between HDR10 and +
This commit is contained in:
parent
3b40d67dbb
commit
03a63e2459
16 changed files with 264 additions and 193 deletions
|
|
@ -107,6 +107,8 @@ custom_formats:
|
|||
score: 10
|
||||
- name: Blu-ray
|
||||
score: 10
|
||||
- name: HDR
|
||||
score: 10
|
||||
- name: HDR10
|
||||
score: 10
|
||||
- name: HDR10 (Missing)
|
||||
|
|
@ -145,32 +147,6 @@ custom_formats:
|
|||
score: 5
|
||||
- name: Unknown Lossless Audio
|
||||
score: 5
|
||||
- name: Amazon Prime
|
||||
score: 0
|
||||
- name: Apple TV+
|
||||
score: 0
|
||||
- name: Criterion Channel
|
||||
score: 0
|
||||
- name: Disney+
|
||||
score: 0
|
||||
- name: HBO Max
|
||||
score: 0
|
||||
- name: Hulu
|
||||
score: 0
|
||||
- name: iTunes
|
||||
score: 0
|
||||
- name: Max
|
||||
score: 0
|
||||
- name: Movies Anywhere
|
||||
score: 0
|
||||
- name: Netflix
|
||||
score: 0
|
||||
- name: Paramount+
|
||||
score: 0
|
||||
- name: Peacock
|
||||
score: 0
|
||||
- name: Roku
|
||||
score: 0
|
||||
- name: SDR
|
||||
score: -80
|
||||
- name: x265
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue