mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user