aboutsummaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf
blob: fda695a02490879ebfb1db0110df551145ef387c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
db_file            "/home/zt/.local/share/mpd/database"
pid_file           "/home/zt/.local/share/mpd/pid"
state_file         "/home/zt/.local/share/mpd/state"
playlist_directory "/home/zt/.config/mpd/playlists"
music_directory    "/hdd/Music"
port "6600"
auto_update "yes"
log_file           "syslog"

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

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