diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2010-10-29 18:02:59 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2010-10-29 18:02:59 -0400 |
commit | 65403dac8dc420db93d0374851ce5856fc12725f (patch) | |
tree | 035a5c880ac482f6d47c77df0b720f377dffbe67 | |
parent | 92ca880c626bb859aa082f34ba6f3fcfc7d3b0ce (diff) |
* lisp/emms-lastfm-client.el: Add Last.fm station.
-rw-r--r-- | lisp/emms-lastfm-client.el | 7 |
1 files changed, 7 insertions, 0 deletions
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) |