Update mpd configuration
This commit is contained in:
parent
71af560ed7
commit
4fc4f2712b
4 changed files with 11 additions and 7 deletions
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
############## Connection ###################
|
||||
## Connect to mpd running on a specified host
|
||||
mpd_host = 10.0.0.1
|
||||
mpd_host = {{ mpd_remote_address }}
|
||||
|
||||
## Connect to mpd on the specified port.
|
||||
mpd_port = 21000
|
||||
mpd_port = {{ mpd_remote_port }}
|
||||
|
||||
# header_visibility = yes
|
||||
# playlist_show_mpd_host = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue