From afa5c8cc95dc940386fd4e2065b8dac19b72d587 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 9 Aug 2008 13:23:28 -0700 Subject: emms-lastfm: Complete artist names from cache. * doc/emms.texinfo: Update copyright years. (Last.fm radio): Update names of functions. * lisp/emms-lastfm.el (emms-lastfm-read-artist): New function that reads an artist from the user, doing completions from the EMMS track cache if present. (emms-play-lastfm-similar-artists): Rename from emms-lastfm-radio-similar-artists. Use completion. Thanks to Thierry Volpiatto for the initial implementation (emms-play-lastfm-global-tag): Rename from emms-lastfm-radio-global-tag. (emms-play-lastfm-artist-fan): Rename from emms-lastfm-radio-artist-fan. Use completion. --- doc/emms.texinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/emms.texinfo b/doc/emms.texinfo index ec8cd1a..54cd72d 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -17,7 +17,7 @@ @end direntry @copying - @copyright{} 2004, 2005, 2006, 2007 + @copyright{} 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -2271,17 +2271,17 @@ currently browsed (which might not be the ``current'' playlist), use For your convenience there are some functions which let you choose a common radio station without having to remember or type its last.fm URL. -@defun emms-lastfm-radio-similar-artists artist +@defun emms-play-lastfm-similar-artists artist Starts playing the similar artist radio of @var{artist}. When run interactively you will be prompted for an artist name. @end defun -@defun emms-lastfm-radio-global-tag tag +@defun emms-play-lastfm-global-tag tag Starts playing the global tag radio of @var{tag}. When run interactively you will be prompted for a tag name. @end defun -@defun emms-lastfm-radio-artist-fan artist +@defun emms-play-lastfm-artist-fan artist Starts playing the artist fan radio of @var{artist}. When run interactively you will be prompted for an artist name. @end defun -- cgit v1.2.3