summaryrefslogtreecommitdiff
path: root/mpd.conf
blob: af933b2fa4c812634e964f31c0a75737a7fe10f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
music_directory         "/Volumes/media1/music"
playlist_directory      "/Volumes/media1/playlists"
db_file                 "~/.mpd/mpd.db"
log_file                "~/.mpd/mpd.log"
pid_file                "~/.mpd/mpd.pid"
state_file              "~/.mpd/mpdstate"
auto_update             "yes"
auto_update_depth       "2"
follow_outside_symlinks "yes"
follow_inside_symlinks  "yes"

audio_output {
    type       "osx"
    name       "CoreAudio"
    mixer_type "software"
}

audio_output {
    type            "fifo"
    name            "mpd_vis_fifo"
    path            "/tmp/mpd.fifo"
    format          "44100:16:2"
}

decoder {
    plugin                "mp4ff"
    enabled               "no"
}

bind_to_address         "0.0.0.0"
port                    "6600"

user                    "nick"