glomatico / spotify-web-downloader

A Python CLI app for downloading songs and music videos directly from Spotify.
444 stars 54 forks source link

FFMPEG not found #63

Closed JeremieGuy closed 2 months ago

JeremieGuy commented 2 months ago

Issue : ffmpeg not found when trying to download a track

Steps :

Error : [CRITICAL 15:44:33] ffmpeg not found at ffmpeg

Did I miss anything in the install/cookie file ? I created the cookies file directly from the spotify website when logged in with my account using the chrome extension. Same issue for different tracks. Thx in advance for your help.

glomatico commented 2 months ago

You have to add FFmpeg to PATH and be able to run the command ffmpeg without problems.