Remove deprecated settings from MPD and switch to PipeWire output
This commit is contained in:
parent
204c4542b4
commit
6d092a001a
1 changed files with 16 additions and 17 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue