mpd: use pulseaudio (it's fixed now) and remove shoutcast

master
an 2019-11-07 07:21:31 -05:00
parent 88b613c5d5
commit 6b55e900b9
1 changed files with 1 additions and 18 deletions

View File

@ -10,7 +10,7 @@ state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "openal"
type "pulse"
name "Monitor Output"
}
@ -22,20 +22,3 @@ audio_output {
path "~/.config/mpd/fifo"
}
audio_output {
type "shout"
name "Heaven Is In Space"
always_on "yes"
encoder "vorbis"
format "44100:16:2"
quality "4.0"
host "127.0.0.1"
mount "/stream.ogg"
password "password removed"
port "8000"
protocol "icecast2"
public "yes"
}