aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-10-22 01:22:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-10-22 01:22:00 +0000
commit5587272ee064832f5901479bb1da12d6dd6f1210 (patch)
treebe1c535c91f1800e988cef0ed04424060a5732f7 /emms-player-mpd.el
parent40b6275d283d85095f4f23d54ac57adbc49082f9 (diff)
emms-player-mpd: Update version recommendation
darcs-hash:20061022012223-1bfb2-b9ffb934c2cdf8f1516c35b12bc00ca6f9f6266c.gz
Diffstat (limited to 'emms-player-mpd.el')
-rw-r--r--emms-player-mpd.el11
1 files 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)