oaustegard / Lottie_Playlist

MIT License
2 stars 0 forks source link

The Lottie Playlist

"Could you find a way to sort my Spotify playlist by the color of the album cover, like a rainbow?" -- Lottie

Expected Workflow

  1. App displays instructions
  2. User logs in
    1. App authenticates user
  3. App Lists user's Playlists: Displays Name and ID
  4. App asks user for Playlist Id a. User enters Id
  5. App loads playlist's first 100 tracks with track name, id, # (on album), artist name, album name, album cover urls into dataframe
    1. For each track:
      1. App downloads 64x64 album cover
      2. App gets dominant color(s?) of album cover, adds to dataframe
    2. App loads next 100 tracks into dataframe, repeat
  6. App sorts dataframe by album dominant color(s)
  7. App displays list of tracks/album/artist with cover as
  8. App asks user for new playlist name
    1. User enters name
  9. App creates playlist
  10. App uploads tracks, 100 at a time in the order of the new playlist
  11. App displays link to new playlist
    1. User opens playlist in Spotify

Things to figure out/do

See Project Kanban Board

Results(!)

See Color Sorting and 🌈 Playlist Colab Notebooks