From 5587272ee064832f5901479bb1da12d6dd6f1210 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 22 Oct 2006 01:22:00 +0000 Subject: emms-player-mpd: Update version recommendation darcs-hash:20061022012223-1bfb2-b9ffb934c2cdf8f1516c35b12bc00ca6f9f6266c.gz --- emms-player-mpd.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/emms-player-mpd.el b/emms-player-mpd.el index 64e4ee7..f92dbde 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -36,9 +36,7 @@ ;; installation is needed. ;; The website is at http://musicpd.org/. Debian packages are -;; available. I recommend getting the latest development version; see -;; http://mpd.wikicities.com/wiki/Subversion for nightly Debian -;; packages and the svn repo. +;; available. It is recommended to use mpd version 0.12.0 or higher. ;; ;; Copy the example configuration for mpd into ~/.mpdconf and edit it ;; to your needs. Use your top level music directory for @@ -870,7 +868,12 @@ This is called if `emms-player-mpd-sync-playlist' is non-nil." (defun emms-player-mpd-connect () "Connect to MusicPD and retrieve its current playlist. -Afterward, the status of MusicPD will be tracked." +Afterward, the status of MusicPD will be tracked. + +This also has the effect of changing the current EMMS playlist to +be the same as the curreent MusicPD playlist. Thus, this +function is useful to call if the contents of the EMMS playlist +buffer get out-of-sync for some reason." (interactive) (when emms-player-mpd-status-timer (emms-cancel-timer emms-player-mpd-status-timer) -- cgit v1.2.3