fix: Fixed TrueHD Missing
This commit is contained in:
parent
dab73ec3e2
commit
a3342dee66
|
|
@ -89,8 +89,6 @@ custom_formats:
|
|||
score: -10000
|
||||
- name: TrueHD
|
||||
score: -10000
|
||||
- name: TrueHD (Missing)
|
||||
score: -10000
|
||||
- name: UnWanted Release Groups
|
||||
score: -10000
|
||||
- name: UnWanted WEBRip Groups
|
||||
|
|
|
|||
|
|
@ -127,8 +127,6 @@ custom_formats:
|
|||
score: -10000
|
||||
- name: TrueHD
|
||||
score: -10000
|
||||
- name: TrueHD (Missing)
|
||||
score: -10000
|
||||
- name: UnWanted Release Groups
|
||||
score: -10000
|
||||
- name: UnWanted WEBRip Groups
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: TrueHD (Missing Groups)
|
||||
pattern: (?<=^|[\s.-])TRiToN|EPSiLON|NoGroup|PmP|W4NK3R\b
|
||||
pattern: (?<=^|[\s.-])TRiToN|EPSiLON|NoGroup|PmP\b
|
||||
description: Matches groups who mislabel TrueHD
|
||||
tags:
|
||||
- Audio
|
||||
|
|
|
|||
Loading…
Reference in New Issue