diff options
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 |