aboutsummaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf
blob: c2f881a33073664f92ab451041d8e4f7bc5e6372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pid_file           "/home/zt/.local/share/mpd/pid"
state_file         "/home/zt/.local/share/mpd/state"
db_file            "/home/zt/.config/mpd/database"
playlist_directory "/home/zt/.config/mpd/playlists"
music_directory    "/home/zt/hdd/Audio/Songs"
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"
#}