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
- Host: GitHub
- URL: https://github.com/syndishanx/spotifydl
- Owner: SyndiShanX
- Created: 2022-05-15T04:14:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T17:54:47.000Z (over 3 years ago)
- Last Synced: 2023-03-08T10:01:37.670Z (almost 3 years ago)
- Topics: custom, python, script, spotdl, spotify
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
