blob: a414f9c4424a04e78c73edaa1372605d5b44440d (
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
|
music_directory "/mnt/e/mpd/music"
playlist_directory "/mnt/e/mpd/playlists"
pid_file "/mnt/e/mpd/mpd.pid"
db_file "/mnt/e/mpd/mpd.db"
state_file "/mnt/e/mpd/mpdstate"
auto_update "yes"
bind_to_address "*"
port "6600"
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 "/mpd.ogg"
user "source"
password "sSJKfSicDF8"
bitrate "320"
format "48000:24:2"
encoding "ogg"
protocol "icecast2"
}
|