aboutsummaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf
blob: 3d96a7f355e4fa8a6f9c902b51242f0befd901ee (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
music_directory "/mnt/e/mpd/music"
playlist_directory	"/mnt/e/mpd/playlists"

pid_file "/mnt/e/mpd/mpd.pid"
state_file "/mnt/e/mpd/mpdstate"
db_file "/mnt/e/mpd/mpd.db"

auto_update			"yes"
bind_to_address		"*"
port				"6600"
#bind_to_address		"/mnt/e/mpd/socket"
restore_paused		"yes"

user				"loek"
group				"users"

default_permissions	"read,add,control,admin"

replaygain "track"
replaygain_preamp "0"

# input {
# 	plugin "curl"
# }

audio_output {
	type			"pulse"
	name			"desktop output"
}

audio_output {
	type            "shout"
	name            "icecast mpd stream"
	host            "localhost"
	port            "8000"
	mount           "/mpd.ogg"
	user			"source"
	password        "sSJKfSicDF8"
	bitrate         "320"
	format          "48000:24:2"
	encoding        "ogg"
	protocol		"icecast2"
}

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

audio_output {
    type            "fifo"
    name            "snapfifo"
    path            "/tmp/snapfifo"
    format          "48000:16:2"
    mixer_type      "software"
}