From: justin Date: Thu, 8 Jan 2009 03:22:56 +0000 (-0500) Subject: Cleanup X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/94af82189ea1217e63dfdbdf85c9f6c278f5ae6f Cleanup --- diff --git a/docs/howtos/HowToInstallingMPD.mdwn b/docs/howtos/HowToInstallingMPD.mdwn index 8c58a2ad..cf2590d0 100644 --- a/docs/howtos/HowToInstallingMPD.mdwn +++ b/docs/howtos/HowToInstallingMPD.mdwn @@ -1,26 +1,31 @@ -We have a cool new sound system so why not use its full potential? MPD is a powerful audio player that can even be controlled from another workstation, there are GNOME, KDE, console and web clients available for it. The program supports muiltiple formats, and also has ReplayGain support. - -I have successfully built mpd on DragonFlyBSD 1.8. - - -cd /usr/pkgsrc/audio/musicpd -If you don't have X, and don't want it, you have to build it without AAC support, otherwise it installs X11 and Qt as dependencies: - - -# env PKG_OPTIONS.musicpd=-aac bmake install clean clean-depends -If you are OK with the X stuff, the good ol' bmake install clean clean-depends will do the trick. Copy /usr/pkg/share/examples/mpd/mpd.conf to /usr/pkg/etc/ and edit it with your favourite editor. Now you have to change the host/port and the directories to your liking, and also change ao_driver_options: - - -ao_driver_options "dsp=/dev/dsp" -Then add this line into /etc/rc.conf: - - -mpd="YES" -Start mpd: - - -# rcenable mpd -That's it, now get your favourite client (phpmpc and ncmpc work for me, I stuck with the latter). - ----- - CategoryHowTo CategoryHowTo CategoryHowTo +We have a cool new sound system so why not use its full potential? MPD is a powerful audio player that can even be controlled from another workstation, there are GNOME, KDE, console and web clients available for it. The program supports muiltiple formats, and also has ReplayGain support. + + + +I have successfully built mpd on DragonFlyBSD 1.8. + + cd /usr/pkgsrc/audio/musicpd + +If you don't have X, and don't want it, you have to build it without AAC support, otherwise it installs X11 and Qt as dependencies: + + + + + + # env PKG_OPTIONS.musicpd=-aac bmake install clean clean-depends + +If you are OK with the X stuff, the good ol' bmake install clean clean-depends will do the trick. Copy /usr/pkg/share/examples/mpd/mpd.conf to /usr/pkg/etc/ and edit it with your favourite editor. Now you have to change the host/port and the directories to your liking, and also change ao_driver_options: + + ao_driver_options "dsp=/dev/dsp" + +Then add this line into /etc/rc.conf: + + mpd="YES" + +Start mpd: + + # rcenable mpd + +That's it, now get your favourite client (phpmpc and ncmpc work for me, I stuck with the latter). + +