server configuration for mpd
This commit is contained in:
parent
39e841c205
commit
9bf6d1fd51
1 changed files with 7 additions and 1 deletions
|
@ -1,11 +1,17 @@
|
|||
music_directory "~/Music"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
music_directory "nfs://192.168.178.200/data/media/Music/"
|
||||
|
||||
auto_update "yes"
|
||||
bind_to_address "127.0.0.1"
|
||||
restore_paused "yes"
|
||||
max_output_buffer_size "16384"
|
||||
|
||||
database {
|
||||
plugin "proxy"
|
||||
host "192.168.178.200"
|
||||
port "6600"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse"
|
||||
|
|
Loading…
Add table
Reference in a new issue