#Download Path on Prebuilt Executable?
16 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.
@elfin canyon
SpotDL version 4.1.10
Windows 11 22H2
Pasted this link to try and no additional files are in the folder I set it into
https://open.spotify.com/track/5ooCfBqZyTB5CTdu1x7S77?si=be2e899714e74ab
It should be somewhere in your home dir. But you can also use the web-outpur-dir option from spotdl -h
I wish I knew what any of that meant. 😦
Didn't you start spotdl with the command spotdl web from the windows command line?
(Win-key+R, type cmd, hit enter)
There, you can type spotdl -h to get a list of usable options (options are like settings which only count for the current session)
You use options like this: spotdl web --option1 --option2
Nope. I ran the executable.
Hence the "pre-built executable" in the title. There was an executable on the github so I downloaded it
Ah okay
You can change the working directory with cd. On Windows, the default working directory is C:\Users\YOURNAME\
Use the --output flag to change ouput directory, e.g. spotdl download [songUrl] --output /home/music/
You can use flags to specify a custom path template. For example, your music could be sorted into nested folders per album. (spotdl [songUrl] --output '{artist}/{album}/{title} - {artist}.{ext}'
You can use the following variables in your path template: {title}, {artists}, {artist}, {album}, {album-artist}, {genre}, {disc-number}, {disc-count}, {duration}, {year}, {original-date}, {track-number}, {tracks-count}, {isrc}, {track-id}, {publisher}, {list-length}, {list-position}, {list-name}, {output-ext}.