Hi there,
I'd love to be able to scrobble with SubAir but it doesnt look like its happening, and I couldnt find much info about it around the forums. Is this possible at all? Thanks!
Brian
Moderator: moderators
if (player.getClientId() == null) { // Don't scrobble REST players.
audioScrobblerService.register(file, player.getUsername(), false);
}
However a scrobbling has been added to the API
scrobble
http://your-server/rest/scrobble.view
Since 1.5.0
"Scrobbles" a given music file on last.fm. Requires that the user has configured his/her last.fm credentials on the Subsonic server (Settings > Personal).
Parameter Required Default Comment
id Yes A string which uniquely identifies the file to scrobble.
submission No True Whether this is a "submission" or a "now playing" notification.
Returns an empty <subsonic-response> element on success.
Users browsing this forum: No registered users and 6 guests