glomatico / spotify-web-downloader

A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify.
378 stars 43 forks source link

Added --use-queue-index-for-track and --directly-to-output flags #55

Open kaighe opened 1 month ago

kaighe commented 1 month ago

Added two new flags:

I added them because I really like this tool but it's not very good at downloading playlists. If you use both of these flags it makes playlist downloads much more manageable.

ex. spotify-web-downloader -o ./my_playlist_name --use-queue-index-for-track --directly-to-output https://open.spotify.com/playlist/{playlist-id} will download all songs in the given playlist to a single directory, and use their position in the playlist as the track number.