]> git.rmz.io Git - dotfiles.git/blob - mpd/mpd.conf.orig
[WIP] Push all of the ultrahaptics changes!
[dotfiles.git] / mpd / mpd.conf.orig
1 # An example configuration file for MPD can be found at:
2 # /usr/share/doc/mpd/
3
4 bind_to_address "any"
5 music_directory "~/music"
6 playlist_directory "~/.local/share/mpd/playlists"
7 db_file "~/.local/share/mpd/database"
8 log_file "~/.local/share/mpd/log"
9 pid_file "~/.local/share/mpd/pid"
10 state_file "~/.local/share/mpd/state"
11 sticker_file "~/.local/share/mpd/sticker.sql"
12
13 <<<<<<< Updated upstream
14 =======
15 # input {
16 # plugin "curl"
17 # }
18
19 >>>>>>> Stashed changes
20 audio_output {
21 type "pulse"
22 name "My Pulse Output"
23 }
24
25 audio_output {
26 type "fifo"
27 name "fifo"
28 path "/tmp/mpd.fifo"
29 format "44100:16:2"
30 }