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
|
score: -9999
|
||||||
- name: Dolby Vision (Without Fallback)
|
- name: Dolby Vision (Without Fallback)
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: DTS-HD MA
|
|
||||||
score: -9999
|
|
||||||
- name: DTS-X
|
|
||||||
score: -9999
|
|
||||||
- name: Full Disc
|
- name: Full Disc
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: h265
|
- name: h265
|
||||||
|
|
@ -250,10 +246,6 @@ custom_formats:
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: HDR10+
|
- name: HDR10+
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: TrueHD
|
|
||||||
score: -9999
|
|
||||||
- name: TrueHD (Missing)
|
|
||||||
score: -9999
|
|
||||||
- name: Upscaled
|
- name: Upscaled
|
||||||
score: -9999
|
score: -9999
|
||||||
- name: VVC
|
- name: VVC
|
||||||
|
|
@ -294,7 +286,7 @@ upgrade_until:
|
||||||
language: must_english
|
language: must_english
|
||||||
tweaks:
|
tweaks:
|
||||||
preferFreeleech: true
|
preferFreeleech: true
|
||||||
allowLosslessAudio: true
|
allowLosslessAudio: false
|
||||||
allowDVNoFallback: false
|
allowDVNoFallback: false
|
||||||
allowBleedingEdgeCodecs: false
|
allowBleedingEdgeCodecs: false
|
||||||
allowPrereleases: false
|
allowPrereleases: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue