-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mpd.conf
51 lines (44 loc) · 1.03 KB
/
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
49
50
user "babkock"
group "babkock"
port "6600"
bind_to_address "127.0.0.2"
log_level "default"
music_directory "/home/babkock/Music"
filesystem_charset "UTF-8"
restore_paused "yes"
playlist_directory "/home/babkock/.config/mpd/playlists"
sticker_file "/home/babkock/.config/mpd/sticker.sql"
db_file "/home/babkock/.config/mpd/database"
log_file "/home/babkock/.config/mpd/log"
pid_file "/home/babkock/.config/mpd/pid"
state_file "/home/babkock/.config/mpd/state"
#audio_output {
# type "alsa"
# name "My ALSA device"
# device "pulse"
# format "44100:16:2"
#}
audio_output {
# type "pipewire"
type "pulse"
name "PulseAudio"
server "localhost"
mixer_control "Master"
# server "127.0.0.2"
format "44100:16:2"
}
audio_output {
type "fifo"
name "Visualizer feed"
path "/tmp/mpd.fifo"
buffer_time "100000"
format "44100:16:2"
}
input {
plugin "tidal"
enabled "no"
}
input {
plugin "qobuz"
enabled "no"
}