1# 2# Sample configuration file for mpd 3# This is a minimal configuration, see the manpage for more options 4# 5 6# Directory where the music is stored 7music_directory "/var/lib/mpd/music" 8 9# Directory where user-made playlists are stored (RW) 10playlist_directory "/var/lib/mpd/playlists" 11 12# Database file (RW) 13db_file "/var/lib/mpd/database" 14 15# Log file (RW) 16log_file "/var/log/mpd.log" 17 18# Process ID file (RW) 19pid_file "/var/run/mpd.pid" 20 21# State file (RW) 22state_file "/var/lib/mpd/state" 23 24# User id to run the daemon as 25#user "nobody" 26 27# TCP socket binding 28bind_to_address "any" 29#bind_to_address "localhost" 30 31# Unix socket to listen on 32bind_to_address "/var/lib/mpd/socket" 33