From 65403dac8dc420db93d0374851ce5856fc12725f Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Fri, 29 Oct 2010 18:02:59 -0400 Subject: * lisp/emms-lastfm-client.el: Add Last.fm station. --- lisp/emms-lastfm-client.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisp/emms-lastfm-client.el') diff --git a/lisp/emms-lastfm-client.el b/lisp/emms-lastfm-client.el index 9f66877..8090d36 100644 --- a/lisp/emms-lastfm-client.el +++ b/lisp/emms-lastfm-client.el @@ -594,6 +594,13 @@ This function includes the cryptographic signature." emms-lastfm-client-username "lastfm://user/%s/loved")) +(defun emms-lastfm-client-play-mix () + "Play the \"Mix\" station the current user." + (interactive) + (emms-lastfm-client-play-user-station + emms-lastfm-client-username + "lastfm://user/%s/mix")) + (defun emms-lastfm-client-play-neighborhood () "Play a Last.fm station with \"neighborhood\" tracks." (interactive) -- cgit v1.2.3