Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emms-lastfm: Mention emms-play-lastfm-artist-fan in header. | Michael Olson | 2008-08-09 | 1 | -3/+4 |
| | |||||
* | emms-lastfm: Complete artist names from cache. | Michael Olson | 2008-08-09 | 1 | -7/+21 |
| | | | | | | | | | | | | | | | | * 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. | ||||
* | emms-lastfm: Fix timer issue when playing radio station. | Michael Olson | 2008-08-08 | 1 | -3/+12 |
| | | | | | | | | | | * lisp/emms-lastfm.el (emms-lastfm-radio-sentinel): Cancel the timer only after emms-player-started-hook is called. Make sure existing timer is canceled before starting new one. Thanks to Thierry Volpiatto for the initial code. (emms-lastfm-cancel-timer-after-stop): New barebones function to add to emms-player-started-hook. (emms-lastfm): Remove it from emms-player-started-hook. | ||||
* | *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory. | William Xu | 2008-06-17 | 1 | -0/+673 |