-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmpd.conf
More file actions
60 lines (50 loc) · 1.13 KB
/
Copy pathmpd.conf
File metadata and controls
60 lines (50 loc) · 1.13 KB
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
51
52
53
54
55
56
57
58
59
user "babkock"
group "babkock"
bind_to_address "127.0.0.2"
port "6602"
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"
password "passgasgrassorazz@read,add,control,admin"
#audio_output {
# type "alsa"
# name "My ALSA device"
# device "pulse"
# format "44100:16:2"
#}
#audio_output {
# type "pipewire"
# name "PipeWire Sound Server"
#}
audio_output {
type "pulse"
name "PulseAudio"
server "127.0.0.1"
mixer_control "Master"
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"
}
input_cache {
size "600 MB"
}