aboutsummaryrefslogtreecommitdiff
path: root/config/mpd/mpd.conf
blob: 3aa6ca66b48ed7e76e72a2d630ff43604d26e613 (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
34
35
bind_to_address "127.0.0.1"
bind_to_address "::1"
bind_to_address "/run/mpd/socket"

db_file		"~/.config/mpd/ext/mpd.database"
state_file	"~/.config/mpd/state"
playlist_directory "~/.config/mpd/ext/playlists"
sticker_file "~/.config/mpd/sticker.sql"

audio_output {
	type	"pulse"
	name	"Music"
}

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

decoder {
 plugin "mp4ff"
 enabled "no"
}

auto_update "no"

follow_outside_symlinks "yes"
follow_inside_symlinks  "yes"

music_directory     "~/.config/mpd/ext/Music"

zeroconf_enabled    "yes"
zeroconf_name       "MPD @ %h"