44 lines
922 B
Django/Jinja
44 lines
922 B
Django/Jinja
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
|
|
|
music_directory "{{ mpd_music_dir }}"
|
|
playlist_directory "{{ mpd_playlist_dir }}"
|
|
state_file "{{ mpd_state_path }}"
|
|
sticker_file "{{ mpd_sticker_path }}"
|
|
log_level "secure"
|
|
|
|
bind_to_address "{{ mpd_listen_address }}"
|
|
port "{{ mpd_listen_port }}"
|
|
|
|
auto_update "yes"
|
|
filesystem_charset "UTF-8"
|
|
|
|
samplerate_converter "1"
|
|
|
|
database {
|
|
plugin "proxy"
|
|
host "{{ mpd_database_address }}"
|
|
port "{{ mpd_database_port }}"
|
|
}
|
|
|
|
audio_output {
|
|
type "pulse"
|
|
name "mpd"
|
|
replay_gain_handler "software"
|
|
mixer_type "hardware"
|
|
format "96000:24:1"
|
|
}
|
|
|
|
input {
|
|
enabled "no"
|
|
plugin "tidal"
|
|
}
|
|
|
|
input {
|
|
enabled "no"
|
|
plugin "qobuz"
|
|
}
|
|
|
|
decoder {
|
|
plugin "wildmidi"
|
|
enabled "no"
|
|
}
|