From 6d7dfa890c90e0aa11c19d4751972aedb04f14b7 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Sun, 5 Dec 2010 22:00:07 -0500 Subject: * lisp/emms-lastfm-client.el: Add station. --- lisp/emms-lastfm-client.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/emms-lastfm-client.el b/lisp/emms-lastfm-client.el index 8090d36..9332216 100644 --- a/lisp/emms-lastfm-client.el +++ b/lisp/emms-lastfm-client.el @@ -587,6 +587,13 @@ This function includes the cryptographic signature." (emms-lastfm-scrobbler-handshake) (emms-lastfm-client-play-playlist)) +(defun emms-lastfm-client-play-recommended () + "Play a Last.fm station with \"recommended\" tracks." + (interactive) + (emms-lastfm-client-play-user-station + emms-lastfm-client-username + "lastfm://user/%s/recommended")) + (defun emms-lastfm-client-play-loved () "Play a Last.fm station with \"loved\" tracks." (interactive) -- cgit v1.2.3