diff options
author | Michael Olson <mwolson@gnu.org> | 2006-07-30 21:50:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-07-30 21:50:00 +0000 |
commit | ab3184047fd4ff9373bacccd8f583674ba738849 (patch) | |
tree | 86b345def6ba9a977ebfdc26fce125a89c87e52f /emms.texinfo | |
parent | 9e243bd6c4fdc71083203116d98af41ba00851ea (diff) |
emms-player-mpd: Allow a password to be sent to the MusicPD server.
darcs-hash:20060730215000-1bfb2-492d75142915235bcc52d20e92d7d9973dfd8053.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emms.texinfo b/emms.texinfo index 6dcbdd3..5e9b897 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1167,6 +1167,13 @@ Set the variables @var{emms-player-mpd-server-name} and (setq emms-player-mpd-server-port "6600") @end lisp +If your MusicPD setup requires a password, you will to set +@var{emms-player-mpd-server-password} as follows. + +@lisp +(setq emms-player-mpd-server-password "mypassword") +@end lisp + To get track information from MusicPD, invoke the following: @lisp |