This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| usbsound [2011/01/24 23:09] – 82.234.233.9 | usbsound [2011/02/05 16:05] (current) – 80.186.36.216 | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| ===== Installing and configuring Music Player Daemon ===== | ===== Installing and configuring Music Player Daemon ===== | ||
| - | 1. Download and install MPD from pre-built .deb package ftp:// | ||
| - |         wget ftp:// | ||
| - | dpkg -i xx | ||
| - | apt-get -f install | ||
| - | 2. Copy default config / | + | **UPDATE: MPD has been updated to version 0.16.1 in Debian Sid repository.** Installing MPD should be as easy as running '' | 
| - | 3. Create directory for MPD database: | + | Edit /etc/mpd.conf and make the following changes: | 
| - | mkdir ~/.mpd | + | |
| - | + | ||
| - | 4. Edit /etc/mpd.config  | + | |
|         music_directory  |         music_directory  | ||
| - |         db_file  | ||
| audio_output { | audio_output { | ||
|                 type " |                 type " | ||
| Line 58: | Line 50: | ||
| } | } | ||
| - | 5. run ' | + | Run ''/ | 
| ===== Compiling Music Player Daemon from sources (optional) ===== | ===== Compiling Music Player Daemon from sources (optional) ===== | ||