-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmpd.conf
48 lines (42 loc) · 921 Bytes
/
mpd.conf
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# mpd config
## files/directories
music_directory "~/Downloads/media/music"
playlist_directory "~/Downloads/media/music/.mpd/playlists"
db_file "~/Downloads/media/music/.mpd/database"
state_file "~/Downloads/media/music/.mpd/state"
pid_file "~/Downloads/media/music/.mpd/pid"
sticker_file "~/Downloads/media/music/.mpd/sticker.sql"
log_file "~/.cache/mpd-log"
## network
bind_to_address "127.0.0.1"
port "5555"
## misc
auto_update "yes"
restore_paused "yes"
max_output_buffer_size "16384"
replaygain "auto"
## output
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
## visualizer
audio_output {
type "fifo"
name "toggle_visualizer"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
## remove error messages
input {
enabled "no"
plugin "tidal"
}
input {
enabled "no"
plugin "qobuz"
}
decoder {
enabled "no"
plugin "wildmidi"
}