navidrome / website

Navidrome's documentation website
https://www.navidrome.org
Apache License 2.0
18 stars 92 forks source link

windows installation - Where to put the ffmpeg files? #100

Closed swirtgen closed 1 year ago

swirtgen commented 1 year ago

search the site up and down, read about that I need ffmpeg - but no word about where to put in. Navidrome shows up "level=warning msg="unable to find ffmpeg. Transcoding will fail if used" error="exec: \"ffmpeg\": executeable file not found in &PATH"

so first, which is the "PATH" ? what to write down in Navidrome.toml ?

i create an folder inside the folder Navidrome with ffmpeg inside of it, but how to tell Navidrome to look inside that folder? (btw. folder called ffmpeg) second try was to copy ffmpeg.exe directly inside the navidrome folder - no luck at all

So please update your Site with an example where to put ffmpeg and what to type in the config file

thank you :-)

deluan commented 1 year ago

Latest version (0.49.3) has a config option to set the full path of the ffmpeg executable, FFmpegPath. Just set it and Navidrome will be able to find ffmpeg


Using PATH:

so first, which is the "PATH" ?

This is the Windows system PATH environment variable. Here are some tips on how to change it.

Example: If you put ffmpeg.exe in C:\Users\JohnDoe\Navidrome\ffmpeg\ffmpeg.exe you can add C:\Users\JohnDoe\Navidrome\ffmpeg to PATH, and Navidrome will be able to find it.