Update mpd configuration

This commit is contained in:
Sonny Bakker 2025-04-21 19:17:14 +02:00
parent 71af560ed7
commit 4fc4f2712b
4 changed files with 11 additions and 7 deletions

View file

@ -1,9 +1,9 @@
mpd_listen_address: '127.0.0.1'
mpd_listen_port: '6600'
mpd_listen_address: 127.0.0.1
mpd_listen_port: 6600
mpd_remote_address: 'vpn.{{ server_domain }}'
mpd_remote_port: '21000'
mpd_remote_stream_port: '8000' # note that this is not used (yet)
mpd_remote_address: 'mpd.{{ server_domain }}'
mpd_remote_port: 21000
mpd_remote_stream_port: 8000
mpd_configuration_dir: '{{ ansible_env.HOME }}/.config/mpd'
ncmpc_configuration_dir: '{{ ansible_env.HOME }}/.config/ncmpc'