2 # Sample configuration file for mpd
3 # This is a minimal configuration, see the manpage for more options
6 # Directory where the music is stored
7 music_directory "/var/lib/mpd/music"
9 # Directory where user-made playlists are stored (RW)
10 playlist_directory "/var/lib/mpd/playlists"
13 db_file "/var/lib/mpd/database"
16 log_file "/var/log/mpd.log"
18 # Process ID file (RW)
19 pid_file "/var/run/mpd.pid"
22 state_file "/var/lib/mpd/state"
24 # User id to run the daemon as
29 #bind_to_address "localhost"
31 # Unix socket to listen on
32 bind_to_address "/var/lib/mpd/socket"