aboutsummaryrefslogtreecommitdiffstats
path: root/.mpd/mpd.conf
blob: d272aa9fb7039a9e0bc524db68a0840117c92e62 (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
music_directory "/home/dave/.mpd/folders"
playlist_directory "/home/dave/.mpd/playlists"
db_file "/home/dave/.mpd/mpd.db"
log_file "/home/dave/.mpd/mpd.log"
pid_file "/home/dave/.mpd/mpd.pid"
state_file "/home/dave/.mpd/mpdstate"
#bind_to_address "127.0.0.1"
bind_to_address "::"
port "6600"
gapless_mp3_playback "yes"
save_absolute_paths_in_playlists "yes"
#zeroconf_enabled "yes"
#zeroconf_name "dvzrv mpd"

input {
  plugin "curl"
}

audio_output {
	type		"pulse"
	name		"MPD"
	mixer_type	"software"
  server "127.0.0.1"
#	server		"s4"		# optional
#	sink "alsa_input.pci-0000_00_08.0.analog-stereo"
#	sink		"alsa_output.pci-0000_00_1b.0.analog-stereo"
}

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