Open Sarsoo opened 2 years ago
Ingest Spotify listening history as exported as part of the personal data dump from the Spotify website.
Could solve missing history problem for moving away from Last.fm and just recording activity directly from Spotify.
Data dump seems to contain a ms listened field which could be really helpful, it could allow easy implementation of the 50% played Last.fm rule.
Ingest via the CLI at first but could be ingested through the web app
Use System.Text.JSON source generated serialisers to parse input
Ingest Spotify listening history as exported as part of the personal data dump from the Spotify website.
Could solve missing history problem for moving away from Last.fm and just recording activity directly from Spotify.
Data dump seems to contain a ms listened field which could be really helpful, it could allow easy implementation of the 50% played Last.fm rule.
Ingest via the CLI at first but could be ingested through the web app