From a9816916c6ede560004e004170e381b3964b592d Mon Sep 17 00:00:00 2001 From: mjocc <61629073+mjocc@users.noreply.github.com> Date: Fri, 5 May 2023 16:34:13 +0100 Subject: [PATCH] spotdl: add page (#10142) Co-authored-by: K.B.Dharun Krishna --- pages/common/spotdl.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/spotdl.md diff --git a/pages/common/spotdl.md b/pages/common/spotdl.md new file mode 100644 index 000000000..b4e90aad3 --- /dev/null +++ b/pages/common/spotdl.md @@ -0,0 +1,16 @@ +# spotdl + +> Download Spotify playlists and songs along with metadata. +> More information: . + +- Download songs from the provided URLs and embed metadata: + +`spotdl {{open.spotify.com/playlist/playlistId open.spotify.com/track/trackId ...}}` + +- Start a web interface to download individual songs: + +`spotdl web` + +- Save only the metadata without downloading anything: + +`spotdl save {{open.spotify.com/playlist/playlistId ...}} --save-file {{path/to/save_file.spotdl}}`