refactor(profile): Remove Lossless audio formats from default profile
- Now handled entirely using tweaks - Import with score = 0 if allowed - Import with score = -9999 if not
This commit is contained in:
parent
cdd56cff6e
commit
0b733b62fb
|
|
@ -234,10 +234,6 @@ custom_formats:
|
|||
score: -9999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
score: -9999
|
||||
- name: DTS-HD MA
|
||||
score: -9999
|
||||
- name: DTS-X
|
||||
score: -9999
|
||||
- name: Full Disc
|
||||
score: -9999
|
||||
- name: h265
|
||||
|
|
@ -250,10 +246,6 @@ custom_formats:
|
|||
score: -9999
|
||||
- name: HDR10+
|
||||
score: -9999
|
||||
- name: TrueHD
|
||||
score: -9999
|
||||
- name: TrueHD (Missing)
|
||||
score: -9999
|
||||
- name: Upscaled
|
||||
score: -9999
|
||||
- name: VVC
|
||||
|
|
@ -294,7 +286,7 @@ upgrade_until:
|
|||
language: must_english
|
||||
tweaks:
|
||||
preferFreeleech: true
|
||||
allowLosslessAudio: true
|
||||
allowLosslessAudio: false
|
||||
allowDVNoFallback: false
|
||||
allowBleedingEdgeCodecs: false
|
||||
allowPrereleases: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue