Founntain / osuplayer

Official osu!player repository. osu!player is a music player for the game osu! made by Dean 'peppy' Herbert. Written in the cross-platform framework AvaloniaUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REQUEST] Add Last.fm Scrobbler for osu!player

AyanoKiru opened this issue · comments

Describe the solution you'd like
Allows user to scrobble play counts to last.fm and love or ban tracks with the "loved" field.

Note from Founntain:

We need to look into that how we can implement that. Probably using the Last.fm API for that. However we need to check how we implement that properly

  • Implement Last.FM Service
  • Give user the ability to enter their API-Key and Secret and get their SessionKey
  • Storing the SessionKey
  • Send Scrobble Data to the Last.fm API
  • Refactor and checking for API Limits

Added todo to the original issue comment, to keep track of stuff