]> git.rmz.io Git - dotfiles.git/blob - mpd/mpd.conf
mpd: add configs
[dotfiles.git] / mpd / mpd.conf
1 # An example configuration file for MPD can be found at:
2 # /usr/share/doc/mpd/
3
4 music_directory "~/music"
5 playlist_directory "~/.local/share/mpd/playlists"
6 db_file "~/.local/share/mpd/database"
7 log_file "~/.local/share/mpd/log"
8 pid_file "~/.local/share/mpd/pid"
9 state_file "~/.local/share/mpd/state"
10 sticker_file "~/.local/share/mpd/sticker.sql"
11
12 input {
13 plugin "curl"
14 }
15
16 audio_output {
17 type "pulse"
18 name "My Pulse Output"
19 }