SyndiShanX / SpotifyDL

Custom Script to Download Spotify Playlist using Python, Windows Terminal, Spicetify, and SpotDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotifyDL

Spicetify extension that copies various information about the songs in your Playlist (Artist, Album Name, Date Added, Duration, Image URL, Song URL) Only use with SpotifyDL.

You need to have Windows Terminal Installed

To Install:

Copy copyPlaylistInfoSpotifyDL.js into your Spicetify extensions directory:

Platform Path
Linux ~/.config/spicetify/Extensions or $XDG_CONFIG_HOME/.config/spicetify/Extensions/
MacOS ~/spicetify_data/Extensions or $SPICETIFY_CONFIG/Extensions
Windows %userprofile%\.spicetify\Extensions\

After putting the extension file into the correct folder, run the following command to install the extension:

spicetify config extensions copyPlaylistInfoSpotifyDL.js
spicetify apply

Copy Playlist Info SpotifyDL

Filename : copyPlaylistInfoSpotifyDL.js

To use:

  • Right Click on Playlist > Copy Playlist Info > Paste into Songs.json and Save"
  • Run SpotifyDL.py in CMD using python SpotifyDL.py

Preview

About

Custom Script to Download Spotify Playlist using Python, Windows Terminal, Spicetify, and SpotDL


Languages

Language:Python 87.7%Language:JavaScript 12.3%