40 lines
648 B
Django/Jinja
40 lines
648 B
Django/Jinja
# {{ ansible_managed }}
|
|
#
|
|
bind_to_address "{{ mpd_listen_address }}"
|
|
port "{{ mpd_listen_port }}"
|
|
|
|
playlist_directory "{{ mpd_configuration_dir }}/playlists"
|
|
state_file "{{ mpd_configuration_dir }}/state"
|
|
|
|
database {
|
|
plugin "proxy"
|
|
host "{{ mpd_remote_address }}"
|
|
port "{{ mpd_remote_port }}"
|
|
}
|
|
|
|
audio_output {
|
|
name "mpd"
|
|
type "pipewire"
|
|
dsd "yes"
|
|
}
|
|
|
|
audio_output {
|
|
type "fifo"
|
|
name "my_fifo"
|
|
path "/tmp/mpd.fifo"
|
|
}
|
|
|
|
input {
|
|
enabled "no"
|
|
plugin "tidal"
|
|
}
|
|
|
|
input {
|
|
enabled "no"
|
|
plugin "qobuz"
|
|
}
|
|
|
|
decoder {
|
|
enabled "no"
|
|
plugin "wildmidi"
|
|
}
|