From e33815846acddb8a6ee683935777403748c4a29a Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 4 Mar 2007 07:59:00 +0000 Subject: emms-player-mpd: Stylize Lisp code in documentation darcs-hash:20070304075903-1bfb2-115b9f1758a4dd677989f03493b255ae724d6b58.gz --- emms-player-mpd.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/emms-player-mpd.el b/emms-player-mpd.el index 29da9d8..f329f0c 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -62,25 +62,25 @@ ;; `emms-player-mpd-server-port' to match the location and port of ;; your MusicPD server. ;; -;; (setq emms-player-mpd-server-name "localhost") -;; (setq emms-player-mpd-server-port "6600") +;; (setq emms-player-mpd-server-name "localhost") +;; (setq emms-player-mpd-server-port "6600") ;; If your MusicPD setup requires a password, you will need to do the ;; following. ;; -;; (setq emms-player-mpd-server-password "mypassword") +;; (setq emms-player-mpd-server-password "mypassword") ;; To get track info from MusicPD, do the following. ;; -;; (add-to-list 'emms-info-functions 'emms-info-mpd) +;; (add-to-list 'emms-info-functions 'emms-info-mpd) ;; To change the volume using MusicPD, do the following. ;; -;; (setq emms-volume-change-function 'emms-volume-mpd-change) +;; (setq emms-volume-change-function 'emms-volume-mpd-change) ;; Add 'emms-player-mpd to the top of `emms-player-list'. ;; -;; (add-to-list 'emms-player-list 'emms-player-mpd) +;; (add-to-list 'emms-player-list 'emms-player-mpd) ;; If you use absolute file names in your m3u playlists (which is most ;; likely), make sure you set `emms-player-mpd-music-directory' to the -- cgit v1.2.3