Page 1 of 1

Last.fm - Loved tracks

PostPosted: Sat Apr 24, 2010 7:50 pm
by purebishop
Would it be possible to add support for "Loving" tracks via Last.fm? And possibly accessing Last.fm playlists? That would be amazing.

PostPosted: Sun Apr 25, 2010 9:32 am
by dieterrise
that would be great

PostPosted: Sun Apr 25, 2010 11:29 am
by pred2k
i also request this!

PostPosted: Wed May 19, 2010 5:11 am
by munkiepus
That one probably wouldnt be too hard too implement there is a track.love method in the last.fm API.

method details here, http://www.last.fm/api/show?service=260

The authentication is already taken care of in subsonic all you need for the track.love method is:

track (Required) : A track name (utf8 encoded)
artist (Required) : An artist name (utf8 encoded)
api_key (Required) : A Last.fm API key.
api_sig (Required) : A Last.fm method signature. See authentication for more information.
sk (Required) : A session key generated by authenticating a user via the authentication protocol.

If the user has activated scrobbling in the subsonic options then a small button could be added next to the 'now playing' track name, i assume the call would be something like the following

http://ws.audioscrobbler.com/2.0/?metho ... y=xxx...... etc


I'd like to see this on the android app too :)


I appreciate this is just another thing to add to the long list of stuff, but it would be a nice touch.