Update mpd configuration
This commit is contained in:
parent
71af560ed7
commit
4fc4f2712b
4 changed files with 11 additions and 7 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue