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 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: