blob: 1b103411d0c61ab4b19887d0bf2dfd8e9f05bc82 (
plain)
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
|
bind_to_address "0.0.0.0"
#bind_to_address "/run/mpd/socket"
music_directory "/hdd/music"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/mpdstate"
audio_output {
type "pipewire"
name "Default"
# sink "alsa_output.pci-0000_29_00.0.analog-stereo"
}
# For some reason ncmpcpp now switches correctly, so i'm disabling this.
#audio_output {
# type "pulse"
# name "Speakers"
# sink "alsa_output.pci-0000_31_00.4.analog-stereo"
#}
#
audio_output {
type "fifo"
name "Visualizer feed"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
input {
enabled "no"
plugin "qobuz"
}
input {
enabled "no"
plugin "tidal"
}
decoder {
enabled "no"
plugin "wildmidi"
config_file "/etc/timidity/timidity.cfg"
}
|