diff options
author | Michael Olson <mwolson@gnu.org> | 2007-01-05 23:50:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-01-05 23:50:00 +0000 |
commit | e8ddda19e1f8406b5a8c5c771513218b1459b734 (patch) | |
tree | f5f9b32761d8b6852f687b0e83ced79b091dccd3 /emms.texinfo | |
parent | ef7fe16f8b6a1283012099998c4abea2818abd93 (diff) |
emms-lastfm: Add emms-lastfm-np, which displays the current song information as a message or inserts it at point
darcs-hash:20070105235058-1bfb2-35bf242a357711d2539c8d036f6ea6c8cff87957.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/emms.texinfo b/emms.texinfo index ccf44d1..8b9bfd7 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1891,13 +1891,22 @@ high. (But then streaming a 128KHz mp3 won't be fun anyway.) @end defvar Even if you set this variable to nil (no polling) you can fetch the -meta-informations with this function. +meta-informations with one of the following functions. @defun emms-lastfm-radio-request-metadata Request the metadata of the current song and display it in the mode-line if the `emms-mode-line' package is enabled. @end defun +@defun emms-lastfm-np +Show the currently-playing lastfm radio tune. + +If you prefixed the command with @kbd{C-u}, the current song information +is inserted at point. + +Otherwise, display a message with the current song information. +@end defun + When you listen to last.fm radio you can rate or skip the current song. @defun emms-lastfm-radio-love |