aboutsummaryrefslogtreecommitdiffstats
path: root/.config/mpd/mpd.conf
blob: 687f4ec6f07acc6fb5bf9f6e2f39d085d5b481d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pid_file           "/home/vidhukant/.local/share/mpd/pid"
db_file            "/home/vidhukant/.config/mpd/database"
playlist_directory "/home/vidhukant/.config/mpd/playlists"
music_directory    "/home/vidhukant/Audio/Songs"
port "6600"
auto_update "yes"
log_file           "syslog"

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