9 lines
447 B
Plaintext
9 lines
447 B
Plaintext
# Connect to MPD running on specified host/unix socket. When HOST starts with a '/', it is assumed to be a unix socket. Note: MPD_HOST environment variable overrides this setting.
|
|
mpd_host = $HOME/.config/mpd/socket
|
|
|
|
# Connect to MPD on the specified port. Note: MPD_PORT environment variable overrides this setting.
|
|
#mpd_port = PORT
|
|
|
|
# Search for files in specified directory. This is needed for tag editor to work.
|
|
mpd_music_dir = $HOME/Music
|