Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 378 Bytes

File metadata and controls

14 lines (11 loc) · 378 Bytes

setlist

Making use of the rich metadata that Spotify provides to determine the optimal ordering of tracks within a playlist.

Format for config.json:

These values are taken from the Spotify developer dashboard, and are not committed for security reasons.

{
  "SPOTIPY_CLIENT_ID": "...",
  "SPOTIPY_CLIENT_SECRET": "...",
  "SPOTIPY_REDIRECT_URI": "..."
}