#Unable to find downloaded files.

5 messages · Page 1 of 1 (latest)

novel badger
#

i ran below command in my windows cmd (admin)
C:\Windows\System32>python -m spotdl https://open.spotify.com/playlist/6Shp0U4CIFVS5VGHW3vqz

It completed 400 tracks as i can see in cmd console but when i look into system32 folder it is empty. I tried to search my c drive my song name but still windows can't find the song. Can anyone help me to locate the spotDL downloaded?

whole sapphireBOT
#
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.

#

@novel badger

novel badger
#

SpotDL Version: 4.2.11
Windows 11

whole sapphireBOT
#
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}.