summaryrefslogtreecommitdiffstats
path: root/.config/mpd/mpd.conf
blob: ee7ed170b700ea6fd35437a590244cda4f2274da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
db_file            "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/database"
log_file           "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/log"
music_directory    "~/Music"
playlist_directory "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/playlists"
pid_file           "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/pid"
state_file         "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/state"
sticker_file       "${XDG_CONFIG_HOME:-$HOME/.config}/mpd/sticker.sql"

auto_update "yes"

bind_to_address "127.0.0.1"
restore_paused "yes"
max_output_buffer_size "16384"

audio_output {
      type  "alsa"
      name  "alsa for audio soundcard"
      mixer_type "software"
}

audio_output {
type               "fifo"
name               "toggle_visualizer"
path               "/tmp/mpd.fifo"
format             "44100:16:2"
}