package/luaposix: add .hash file
[buildroot-gz.git] / package / mpd / mpd.conf
blob5956b75e24476683721620217704ca51eb942fd9
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"
12 # Database file (RW)
13 db_file                 "/var/lib/mpd/database"
15 # Log file (RW)
16 log_file                "/var/log/mpd.log"
18 # Process ID file (RW)
19 pid_file                "/var/run/mpd.pid"
21 # State file (RW)
22 state_file              "/var/lib/mpd/state"
24 # User id to run the daemon as
25 #user                   "nobody"
27 # TCP socket binding
28 bind_to_address         "any"
29 #bind_to_address        "localhost"
31 # Unix socket to listen on
32 bind_to_address         "/var/lib/mpd/socket"