update
[dotfiles.git] / .config / mpd / mpd.conf
1 music_directory "~/Music"
2
3 db_file "~/.config/mpd/database"
4 log_file "~/.config/mpd/log"
5 pid_file "~/.config/mpd/pid"
6 state_file "~/.config/mpd/state"
7 sticker_file "~/.config/mpd/sticker.sql"
8
9 bind_to_address "127.0.0.1"
10
11 log_level                       "default"
12 restore_paused "yes"
13 save_absolute_paths_in_playlists        "no"
14 metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
15 auto_update     "yes"
16
17 audio_output {
18         type            "alsa"
19         name            "ALSA sound card"
20 }
21
22 audio_output {
23     type        "fifo"
24     name        "togge_visualizer"
25     path        "/tmp/mpd.fifo"
26     format      "44100:16:2"
27 }
28