An open API service indexing awesome lists of open source software.

https://github.com/syndishanx/spotifydl

Custom Script to Download Spotify Playlist using Python, Windows Terminal, Spicetify, and SpotDL
https://github.com/syndishanx/spotifydl

custom python script spotdl spotify

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# SpotifyDL
[Spicetify](https://github.com/khanhas/spicetify-cli) 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](https://github.com/microsoft/terminal) Installed**

# To Install:
Copy `copyPlaylistInfoSpotifyDL.js` into your [Spicetify](https://github.com/khanhas/spicetify-cli) 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](https://raw.githubusercontent.com/SyndiShanX/spicetify-extensions/main/copyPlaylistInfo/preview.jpg)