#what do you do after installing ffmpeg?
12 messages · Page 1 of 1 (latest)
Please continue adding more information into this thread.
You should include the following information:
Eg. 4.0.0
Eg. Windows 22H2
Please include Spotify links.
Only send these if they are relevant.
To send pasted error messages use three backticks (```)
Here's info on how to use code blocks.
@odd acorn
If your use case is mostly downloading, you may try this gui
https://github.com/nozwock/spotdl_gui/releases/tag/0.2.3
as for spotdl cli
if you've installed python already then just use
pip install --user spotdl
to install spotdl
you should be able to use the cli with spotdl 'url or search term here' in terminal
Do keep in mind that you need ffmpeg to be installed on your system for spotdl stuff to work
You can install ffmpeg with
winget install -e --id Gyan.FFmpeg
or download an installer, up to you.