mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Extract metadata from files in a directory in batch (one call to ffmpeg for all files)
This commit is contained in:
parent
d9ce6f3b51
commit
c42e1bd2f5
7 changed files with 139 additions and 232 deletions
|
@ -17,16 +17,16 @@ type sonic struct {
|
|||
|
||||
DisableDownsampling bool `default:"false"`
|
||||
DownsampleCommand string `default:"ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -"`
|
||||
//ProbeCommand string `default:"ffprobe -v quiet -print_format json -show_format %s"`
|
||||
ProbeCommand string `default:"ffmpeg -i %s -f ffmetadata"`
|
||||
PlsIgnoreFolders bool `default:"true"`
|
||||
PlsIgnoredPatterns string `default:"^iCloud;\\~"`
|
||||
ProbeCommand string `default:"ffmpeg %s -f ffmetadata"`
|
||||
PlsIgnoreFolders bool `default:"true"`
|
||||
PlsIgnoredPatterns string `default:"^iCloud;\\~"`
|
||||
|
||||
// DevFlags
|
||||
LogLevel string `default:"info"`
|
||||
DevDisableAuthentication bool `default:"false"`
|
||||
DevDisableFileCheck bool `default:"false"`
|
||||
DevDisableBanner bool `default:"false"`
|
||||
DevInitialPassword string `default:""`
|
||||
}
|
||||
|
||||
var Sonic *sonic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue