Isola92 / PartyScrobbler

1 stars 0 forks source link

PartyScrobbler

How do I start a party?

This is no longer needed because Spotify has implemented a party feature that works well.

Functionality

General stuff

How the scrobbling is implemented

  1. A basic interval is running, making GET requests to the last.fm API every 15 seconds, checking if the hosts most recently scrobbled track is a new one.

  2. If a new one is found, it will be added to the server.

  3. The server then iterates over the registered users and makes one track.scrobble POST request to the last.fm API for every user.

Host the server yourself