aAPT
dDebian
fFFmpeg
jJava
mMercurial: Usage
oOCaml
pPostgreSQL

Home Applications

MPD

mpd.conf

~/.config/mpd/mpd.conf

db_file            "~/.local/share/mpd/database"
log_file           "~/.local/share/mpd/log"
bind_to_address    "/run/user/1000/mpd.socket"
pid_file           "/run/user/1000/mpd.pid"
music_directory    "~/media/music"
playlist_directory "~/.local/share/mpd/playlists"
#state_file         "~/.config/mpd/state"
sticker_file       "~/.local/share/mpd/sticker.sql"

ALSA output

audio_output {
    type  "alsa"
    name  "ALC 1220"
}

PulseAudio output

audio_output {
    type  "pulse"
    name  "pulse audio"
}

PipeWire output

audio_output {
    type    "pipewire"
    name  "PipeWire Sound Server"
}

Service

Disabling mpd service & socket globally

# systemctl --global disable mpd.socket mpd.service
# systemctl --global stop mpd.socket mpd.service