Differences from AudioscrobblerApi:3 (red) to AudioscrobblerApi:4 (green)
**Warning, this is not implemented yet. Draft stage**
Audioscrobbler has a [[http://www.audioscrobbler.net/development/protocol/|widely-supported API]] that lets users tell which track they are currently listening to.
We are planning to support the same API to make it really easy for developers to send data to both last.fm and jamendo.
== Differences between scrobbling to last.fm and to jamendo ==
The* The endpoint obviously changes, you should send your handshake requests to :
{{{
http://postaudioscrobbler.jamendo.com/?hs=true&p=1.2&c=<client-id>&v=<client-ver>&u=<user>&t=<timestamp>&a=<auth>
}}}
We* We currently only support the 1.2 version of the API. If you think we should also support 1.1, please let us know.
* If you know the JamendoTrackId of the track you are playing (via an ID3 or vorbiscomment tag), you should include it in the reporting. There are 2 ways to do it :
** Send a *jamendotrackid* POST parameter in the "nowplaying" or "submission" requests. We'll use it and ignore the artist/album/track info (you don't even need to send it)
** Set the **musicbrainzid** to **jamendo.com/track/XXX** where XXX is the numeric trackId.