diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-22 03:48:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-22 03:48:00 +0000 |
commit | da81b58374f0545b3eb36a99663b4060f6b503fa (patch) | |
tree | 52df70e28812f028453ae3763729e996deae650b /emms.texinfo | |
parent | 45b3a842832d82144011e34b455634465432a88d (diff) |
emms-player-mpd: Add disconnect function, for when you want to keep playing music, but not keep track of it in Emacs.
darcs-hash:20060422034842-1bfb2-9734c53ac157fae7082044e110077989db12778e.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index 33341f7..fbbe3a6 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1168,6 +1168,10 @@ Connect to MusicPD and retrieve its current playlist. Afterward, the status of MusicPD will be tracked. @end defun +@defun emms-player-mpd-disconnect +Terminate the MusicPD client process and disconnect from MusicPD. +@end defun + @defun emms-player-mpd-show &optional insertp Describe the current EMMS track in the minibuffer. If INSERTP is non-nil, insert the description into the current buffer instead. This |