spotify-playlist-merge
v0.0.2
Published
A barebones CLI tool to merge Spotify playlists
Downloads
17
Maintainers
Readme
spotify-playlist-merge
A simple, barebones CLI app to copy over tracks from another Spotify playlist
Install
$ npm install --global spotify-playlist-merge
Usage
After the package is installed globally, execute the bin and answer the prompts. Refer to the sections below for additional information.
$ spotify-playlist-merge
OAuth Token
spotify-playlist-merge
currently uses a temporary OAuth token to keep things simple. This token can be generated from the Spotify Interactive Console and hitting the "GET OAUTH TOKEN" button. In addition, you will need to grant the following scope permissions as seen below depending on the which playlist you are trying to modify.
- playlist-read-private
- playlist-read-collaborative
- playlist-modify-public
- playlist-modify-private
Playlist ID & Spotify ID
- Open the Spotify Web Player, and navigate to your playlist or the desired playlist to copy
- Your URL should look the following:
https://open.spotify.com/user/janedoe/playlist/37i9dQZF1DX4WYpdgoIcn6
orhttps://open.spotify.com/user/1234819/playlist/37i9dQZF1DX4WYpdgoIcn6
- The
37i9dQZF1DX4WYpdgoIcn6
in the URL is your playlist ID - The
jandoe
or1234819
are the Spotify IDs to enter when prompted
License
MIT © Brandon Him