Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 787 Bytes

mpd.org

File metadata and controls

26 lines (22 loc) · 787 Bytes

MPD - Music Player Daemon

I have been using spotify to listen and organize my music, but now that I want to have my collection locally, I’m going to move from mopidy to raw mpd.

music_directory    "~/Music"
playlist_directory "~/.mpd/playlists"
db_file            "~/.mpd/mpd.db"
log_file           "~/.mpd/mpd.log"
pid_file           "~/.mpd/mpd.pid"
state_file         "~/.mpd/mpdstate"
audio_output {
    type  "alsa"
    name  "ALSA device"
}

Before the first launch of the mpd server you should execute the following commands:

touch ~/.mpd/mpd.db
mkdir -p ~/.mpd/playlists