mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Make ffmpeg path configurable, also finds it automatically in current folder. Fixes #1932
This commit is contained in:
parent
b8c5e49dd3
commit
759ff844e2
8 changed files with 137 additions and 46 deletions
|
@ -47,7 +47,7 @@ type configOptions struct {
|
|||
IgnoredArticles string
|
||||
IndexGroups string
|
||||
SubsonicArtistParticipations bool
|
||||
ProbeCommand string
|
||||
FFmpegPath string
|
||||
CoverArtPriority string
|
||||
CoverJpegQuality int
|
||||
EnableGravatar bool
|
||||
|
@ -246,7 +246,7 @@ func init() {
|
|||
viper.SetDefault("ignoredarticles", "The El La Los Las Le Les Os As O A")
|
||||
viper.SetDefault("indexgroups", "A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ) [Unknown]([)")
|
||||
viper.SetDefault("subsonicartistparticipations", false)
|
||||
viper.SetDefault("probecommand", "ffmpeg %s -f ffmetadata")
|
||||
viper.SetDefault("ffmpegpath", "")
|
||||
viper.SetDefault("coverartpriority", "cover.*, folder.*, front.*, embedded, external")
|
||||
viper.SetDefault("coverjpegquality", 75)
|
||||
viper.SetDefault("enablegravatar", false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue