]> git.rmz.io Git - dotfiles.git/blob - mpd/mpd.conf
weechat: export LANG when connecting to rmz.io
[dotfiles.git] / mpd / mpd.conf
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 input {
14 plugin "curl"
15 }
16
17 audio_output {
18 type "pulse"
19 name "My Pulse Output"
20 }
21
22 audio_output {
23 type "fifo"
24 name "fifo"
25 path "/tmp/mpd.fifo"
26 format "44100:16:2"
27 }