aboutsummaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf
blob: 6b7fdf9349f968052f6b201a40777771261186a5 (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		"~/music"
playlist_directory	"~/music/playlists"
log_file			"~/.local/mpd/log"

auto_update "yes"
bind_to_address "127.0.0.1"
restore_paused "yes"

user				"loek"
group				"users"

default_permissions             "read,add,control,admin"

input {
        plugin "curl"
}

audio_output {
	type		"pulse"
	name		"pulse audio"
}

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