You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first iteration of our import page will allow manual imports from Last.fm and Spotify, since these two are the most important.
Continuous imports will probably come at a later date.
Adding the items to our database will be handled using the existing API function
To be created:
UI page that authenticates the user, kicks off the Lambda functions below, and displays the collection queue
Last.fm import Lambda function that fetches scrobble history and adds items to collection queue
Spotify import Lambda function that fetches saved albums and adds them to collection queue
To be updated:
Collection database needs to have "queue" functionality and store all of the fields that we want to display during this process (e.g. import source, Last.fm plays, etc)
The text was updated successfully, but these errors were encountered:
The first iteration of our import page will allow manual imports from Last.fm and Spotify, since these two are the most important.
To be created:
To be updated:
The text was updated successfully, but these errors were encountered: