parent
8b52da88e8
commit
5e5d218132
@ -1,9 +1,17 @@
|
||||
db_file "~/.config/mpd/database"
|
||||
state_file "~/.config/mpd/state"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
sticker_file "~/.config/mpd/sticker.sql"
|
||||
log_file "syslog"
|
||||
music_directory "~/Music"
|
||||
auto_update "yes"
|
||||
|
||||
database {
|
||||
plugin "simple"
|
||||
path "~/.config/mpd/database"
|
||||
cache_directory "~/.config/mpd/cache"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
type "pipewire"
|
||||
name "MPD PipeWire"
|
||||
}
|
||||
|
Loading…
Reference in new issue