Where does spotdl look for ffmpeg?
See original GitHub issueI’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:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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:
I’ll close this but let me know if something isn’t clear/mentioned in the docs.