mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
refactor: add -i to ffmpeg ProbeCommand. make it more consistent with the DownsampleCommand
This commit is contained in:
parent
8372dee000
commit
6e2454f6cc
2 changed files with 8 additions and 3 deletions
|
@ -25,7 +25,7 @@ type nd struct {
|
|||
EnableDownsampling bool `default:"false"`
|
||||
MaxBitRate int `default:"0"`
|
||||
DownsampleCommand string `default:"ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -"`
|
||||
ProbeCommand string `default:"ffmpeg %s -f ffmetadata"`
|
||||
ProbeCommand string `default:"ffmpeg -i %s -f ffmetadata"`
|
||||
ScanInterval string `default:"1m"`
|
||||
|
||||
// DevFlags. These are used to enable/disable debugging and incomplete features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue