Audio normalization (#9222)

Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
TelepathicWalrus
2023-05-15 12:12:24 +01:00
committed by GitHub
parent 47290a8c36
commit 603fce59df
8 changed files with 88 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ namespace MediaBrowser.Model.Configuration
public bool EnableRealtimeMonitor { get; set; }
public bool EnableLUFSScan { get; set; }
public bool EnableChapterImageExtraction { get; set; }
public bool ExtractChapterImagesDuringLibraryScan { get; set; }