summaryrefslogtreecommitdiffstats
path: root/mpv/mpd.conf
blob: 5968f4967cc5accf6ab6efe48e8e8fd8a3a2c119 (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
db_file "/home/jozan/.config/mpd/database"
log_file "/home/jozan/.config/mpd/log"
music_directory "/home/jozan/Music"
playlist_directory "/home/jozan/.config/mpd/playlists"
pid_file "/home/jozan/.config/mpd/pid"
state_file "/home/jozan/.config/mpd/state"
sticker_file "/home/jozan/.config/mpd/sticker.sql"

auto_update "yes"

bind_to_address "127.0.0.1"
restore_paused "yes"
max_output_buffer_size "16384"

audio_output {
	type "pulse"
	name "My MPD PulseAudio Output"
	# type "alsa"
	# name "alsa for audio soundcard"
	# mixer_type "software"
}

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