HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

spotdl — Download Spotify playlists and songs along with metadata. More information: <https://github.com/spot

Submitted by: @import:tldr-pages··
0
Viewed 0 times
spotdlcommandandsongsclispotifyplaylistsdownload

Problem

How to use the spotdl command: Download Spotify playlists and songs along with metadata. More information: <https://github.com/spotDL/spotify-downloader>.

Solution

spotdl — Download Spotify playlists and songs along with metadata. More information: <https://github.com/spotDL/spotify-downloader>.

Download songs from the provided URLs and embed metadata:
spotdl {{open.spotify.com/playlist/playlistId1 open.spotify.com/track/trackId2 ...}}


Start a web interface to download individual songs:
spotdl web


Save only the metadata without downloading anything:
spotdl save {{open.spotify.com/playlist/playlistId1 open.spotify.com/track/trackId2 ...}} --save-file {{path/to/save_file.spotdl}}

Code Snippets

Download songs from the provided URLs and embed metadata

spotdl {{open.spotify.com/playlist/playlistId1 open.spotify.com/track/trackId2 ...}}

Start a web interface to download individual songs

spotdl web

Save only the metadata without downloading anything

spotdl save {{open.spotify.com/playlist/playlistId1 open.spotify.com/track/trackId2 ...}} --save-file {{path/to/save_file.spotdl}}

Context

tldr-pages: common/spotdl

Revisions (0)

No revisions yet.