mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 16:26:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user