add mpd config
This commit is contained in:
parent
93d7af271d
commit
c746d81063
4 changed files with 50 additions and 2 deletions
13
mpd.conf
Normal file
13
mpd.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
audio_output {
|
||||
type "pipewire"
|
||||
name "PipeWire Sound Server"
|
||||
}
|
||||
|
||||
db_file "/tmp/sanic/mpd_db"
|
||||
auto_update "yes"
|
||||
music_directory "/tmp/sanic/music"
|
||||
playlist_directory "/tmp/sanic/playlists"
|
||||
zeroconf_enabled "yes"
|
||||
zeroconf_name "sanic dev server"
|
||||
log_level "info"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue