diff options
author | Michael Olson <mwolson@gnu.org> | 2007-04-08 20:50:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-04-08 20:50:00 +0000 |
commit | 7c05231415f877a3902f4f247b512c5373a08407 (patch) | |
tree | d7f70a62406c1ffc8aa3c55515013b29535e41eb /NEWS | |
parent | 2bb38ee60a4f6de5ca6ac74a007bd27ec59f8c07 (diff) |
emms-player-mpd: Integrate with emms-lastfm to show track
* emms-lastfm (emms-lastfm-np): Expand to take optional callback
argument. Rename `arg' to `insertp' for clarity.
* emms-player-mpd (emms-player-mpd-show-1): Detect if emms-lastfm is
activated, and if the current track is a LastFM URL. If so, call
emms-lastfm-np rather than continuing on.
(emms-player-mpd-show): Docfix.
darcs-hash:20070408205000-1bfb2-6207ca703571a4602c7b1510f62be33df9722a8d.gz
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ News since version 2.1: - Display the correct error message if an error occurs while trying to play a stream. - Handle any encoding errors that occur during playback. + - Integrate with emms-lastfm.el in `emms-player-mpd-show', if + emms-lastfm is loaded and active. - emms-playing-time supports different display styles now. - emms-lyrics: Now support lyrics auto-scrolling. |