Update mpd configuration
This commit is contained in:
parent
ebb8f8c2c2
commit
b1965fc631
5 changed files with 65 additions and 6 deletions
|
|
@ -3,7 +3,8 @@
|
|||
bind_to_address "{{ mpd_listen_address }}"
|
||||
port "{{ mpd_listen_port }}"
|
||||
|
||||
playlist_directory "{{ mpd_configuration_dir }}/playlists"
|
||||
playlist_directory "{{ mpd_configuration_dir }}/playlists"
|
||||
state_file "{{ mpd_configuration_dir }}/state"
|
||||
|
||||
database {
|
||||
plugin "proxy"
|
||||
|
|
@ -12,11 +13,9 @@ database {
|
|||
}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "mpd"
|
||||
replay_gain_handler "software"
|
||||
mixer_type "hardware"
|
||||
format "128000:24:2"
|
||||
name "mpd"
|
||||
type "pipewire"
|
||||
dsd "yes"
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue