Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.07 KB

Spotify Tools

Useful tools for Spotify playlists.

---THE HOSTED API APP IS FREE SO YOU CANNOT CONNECT NON-WHITELISTED SPOTIFY ACCOUNTS---

Feel free to fork and use your own Spotify API app (CLIENT_ID and CLIENT_SECRET).

Features

  • Find duplicate tracks in a playlist
  • Find tracks that two playlists share
  • Find the track difference of one playlist against others
  • Backup artist and track names from selected playlists as JSON
  • Rank artists from playlists based on number of their tracks in the playlist

Tips

You can't choose "Liked Songs" (the hearted ones) as they are not a playlist.
--> Convert them with Select All (Ctrl-A) and add them into a playlist.

Possible improvements

  • Use a Vue component to render result tables
  • Use secret code challenges in the API calls for security

Made with