Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

last.fm scrobbling support #4

Open
chrismou opened this issue Jun 7, 2016 · 0 comments
Open

last.fm scrobbling support #4

chrismou opened this issue Jun 7, 2016 · 0 comments
Labels
Milestone

Comments

@chrismou
Copy link
Member

chrismou commented Jun 7, 2016

Support for scrobbling. Ideally this will use their v2 API (oauth) but if required we can fall back to v1 (username/password).

Oauth2 is preferred, but bear in mind that going down this route will mean the authentication logic can't be shared with libre.fm (#5). However, I believe the credentials methods have been deprecated (though they're not actively enforcing this, and most likely they won't be switched off any time soon due to the sheer number of apps that will break).

  • Essential:
    -- Make "Now Playing" call to last.fm when song starts
    -- Scrobble song at 50% (or at the very least, when the song changes and we know at least 50% has been listened to. Ideally the former).
  • Nice to have:
    -- Option to a custom percentage before scrobbling. Minimum 50% (as per last.fm guidelines). Default to 50%.

Depends on #3 for somewhere to put the options

@chrismou chrismou added the core label Jun 7, 2016
@chrismou chrismou added this to the First Release milestone Jun 7, 2016
@chrismou chrismou changed the title last.fm integration last.fm scrobbling support Jun 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant