Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last.fm scrobbling #424

Open
YodaEmbedding opened this issue May 28, 2023 · 2 comments
Open

Last.fm scrobbling #424

YodaEmbedding opened this issue May 28, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@YodaEmbedding
Copy link

YodaEmbedding commented May 28, 2023

The official Spotify clients and spotifyd will scrobble currently playing tracks appropriately using the official last.fm / Spotify service. Possibly, implementing the "Connect" feature tracked in #33 will automatically implement this feature as a side-effect, as this suggests:

...Spotify changed the way their Last.fm integration works. Scrobbling now happens on Spotify's servers, rather than the client, so all Connect devices can now scrobble.

Workarounds: using a local MPRIS based scrobbler, such as scrobblez. EDIT: blocked by #368

@kingosticks
Copy link

kingosticks commented May 29, 2023

I don't believe you get any scrobbling by implementing Spotify Connect. I don't think you get it by implementing the reporting/event-service stuff either (see librespot-org/librespot#913, librespot-org/librespot#626), I thought each client-side scrobbled directly, but I might be wrong about that.

Edit: Scrap that, I just saw your link, it must be server-side... So maybe it is the reporting/event stuff. I don't think it's part of Connect because librespot provides Connect and nothing gets scrobbled when using that.

@marcfusch
Copy link

Workarounds: using a local MPRIS based scrobbler, such as scrobblez.

Such scrobblers do not work on MacOS. So implementing one to psst would be a good idea.

@Insprill Insprill added the enhancement New feature or request label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants