add mpd config

This commit is contained in:
XenGi 2023-10-18 00:40:17 +02:00
parent 93d7af271d
commit c746d81063
Signed by: xengi
SSH key fingerprint: SHA256:FGp51kRvGOcWnTHiOI39ImwVO4A3fpvR30nPX3LpV7g
4 changed files with 50 additions and 2 deletions

13
mpd.conf Normal file
View 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"