scdl-org / scdl

Soundcloud Music Downloader
GNU General Public License v2.0
3.29k stars 331 forks source link

Update install docs? #509

Open jamesryan-dev opened 1 month ago

jamesryan-dev commented 1 month ago

I had to install via pipx and as a result my .config didn't contain the scdl directory

Not sure if this changes things but the command to search all and find the config file might be useful

I used this command:

find ~ -name '*scdl*' -type f

to find the relevant config file

turns out it was in:

─❯ nano /Users/[myusername]/Library/Python/3.9/lib/python/site-packages/scdl/scdl.cfg

Thought this might help others

FYI

I'm on Mac

jamesryan-dev commented 1 month ago

after running the command it looks like the .config directory and config file has appeared

thebrrt commented 3 weeks ago

Fellow Mac user - also had issues installing this package. It'd be real nice if this were on homebrew and had an AWS-style config command brew install scdl & scdl configure

thebrrt commented 3 weeks ago

Oh wow it was waaay easier with pipx

An update to the installation docs suggesting to Mac users to run brew install pipx ffmpeg before running pipx install scdl would have saved me some time.

EDIT I just went ahead and added it myself