Add option to use replaygain tags for audio (#10566)

* Add option to use replaygain tags for audio

* Change regex to be specific

* Use ffprobe for faster metadata grabs

* Change regex to .Match
This commit is contained in:
TelepathicWalrus
2024-01-06 20:59:56 +00:00
committed by GitHub
parent 615089228a
commit 7b5c41c2a5
2 changed files with 50 additions and 2 deletions

View File

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