Remove deprecated settings from MPD and switch to PipeWire output

This commit is contained in:
Marko Korhonen 2022-11-06 17:37:00 +02:00
parent ba84bd1e73
commit 9e1acf890a
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -2,7 +2,6 @@ music_directory "~/Music"
playlist_directory "~/Music/Playlists"
db_file "~/.mpd/database"
log_file "~/.mpd/log"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
@ -20,6 +19,6 @@ audio_output {
}
audio_output {
type "pulse"
name "MPD PulseAudio"
type "pipewire"
name "MPD PipeWire"
}