Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate into single notebook #9

Open
oaustegard opened this issue Mar 31, 2022 · 0 comments
Open

Consolidate into single notebook #9

oaustegard opened this issue Mar 31, 2022 · 0 comments

Comments

@oaustegard
Copy link
Owner

oaustegard commented Mar 31, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant