question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Where does spotdl look for ffmpeg?

See original GitHub issue

I’ve been trying to run spotdl in Linux on a Chromebook. After many attempts and coding, it finally worked, although it won’t convert spotify’s “.obu” files into the .mp3 format. Every time I download a playlist, it displays FFmpeg was not found in PATH. Will not re-encode media to specified output format

I’m trying to figure out where spotdl looks for ffmpeg so i can change my ffmpeg’s location there. I already download ffmpeg using pip install ffmpeg.

Any ideas?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ritiekcommented, Jul 7, 2020

Again, this is all mentioned in the docs! Be sure to go through the FAQ section.

On Wed, 8 Jul, 2020, 12:48 AM inksterize, notifications@github.com wrote:

It worked, but the files are being downloaded to the Linux Files folder. Anyway I can make it change to Downloads?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ritiek/spotify-downloader/issues/780#issuecomment-655069770, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE27U5U44NUGN2HXPQRFWYLR2NYGVANCNFSM4OTIVUOA .

0reactions
ritiekcommented, Jul 7, 2020

I’ll close this but let me know if something isn’t clear/mentioned in the docs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation - spotDL
If using FFmpeg only for spotDL, you can install FFmpeg to your local directory. spotdl --download-ffmpeg will download FFmpeg to your spotDL installation ......
Read more >
spotdl - PyPI
If using FFmpeg only for spotDL, you can install FFmpeg to your local directory. spotdl --download-ffmpeg will download FFmpeg to your spotDL installation ......
Read more >
spotDL/spotify-downloader - GitHub
If using FFmpeg only for spotDL, you can install FFmpeg to your local directory. spotdl --download-ffmpeg will download FFmpeg to your spotDL installation ......
Read more >
"FFmpeg was not found, spotdl can't continue" even though its ...
Try use subprocess.check_output from subprocess, for example @bot.command() async def getsong(ctx, *, songname): # get song in mp3 from song ...
Read more >
Summary of how to use 'spotDL' that allows you to download ...
There are multiple ways to use FFmpeg on Windows, but this time I will ... You can check the list of commands available...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found