#Download Path on Prebuilt Executable?

16 messages · Page 1 of 1 (latest)

elfin canyon
#

I am not sure how to code or anything like that. What should I do to set a proper download location, since it appears nothing is downloading to the folder the exe is in.

patent capeBOT
#
spotDL Support

Please continue adding more information into this thread.
You should include the following information:

spotDL Version

Eg. 4.0.0

Operating System

Eg. Windows 22H2

The Command You Ran

Please include Spotify links.

Screenshots or Pasted Error Messages

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

elfin canyon
#

SpotDL version 4.1.10

#

Windows 11 22H2

cold mesa
#

It should be somewhere in your home dir. But you can also use the web-outpur-dir option from spotdl -h

elfin canyon
#

I wish I knew what any of that meant. 😦

cold mesa
#

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

elfin canyon
#

Nope. I ran the executable.

#

Hence the "pre-built executable" in the title. There was an executable on the github so I downloaded it

cold mesa
#

Ah okay

patent capeBOT
#
Where are my files downloaded / How can I change download location?
By default, spotDL downloads to the working directory aka Where you ran spotDL from

You can change the working directory with cd. On Windows, the default working directory is C:\Users\YOURNAME\

Changing Output Directory

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}.

viral tendon