Skip to content

A simple, barebones CLI tool to merge Spotify playlist

License

Notifications You must be signed in to change notification settings

brh55/spotify-playlist-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-playlist-merge

A simple, barebones CLI app to copy over tracks from another Spotify playlist

image

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

  1. Open the Spotify Web Player, and navigate to your playlist or the desired playlist to copy
  2. Your URL should look the following: https://open.spotify.com/user/janedoe/playlist/37i9dQZF1DX4WYpdgoIcn6 or https://open.spotify.com/user/1234819/playlist/37i9dQZF1DX4WYpdgoIcn6
  3. The 37i9dQZF1DX4WYpdgoIcn6 in the URL is your playlist ID
  4. The jandoe or 1234819 are the Spotify IDs to enter when prompted

License

MIT © Brandon Him

About

A simple, barebones CLI tool to merge Spotify playlist

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published