--- /dev/null
+user "andy"
+bind_to_address "localhost"
+
+log_file "~/mpd/log"
+pid_file "~/mpd/pid"
+state_file "~/mpd/state"
+sticker_file "~/mpd/sticker.sql"
+
+database {
+ plugin "simple"
+ path "~/mpd/database"
+ cache_directory "~/.cache/mpd"
+}
+
+auto_update "yes"
+auto_update_depth "2"
+
+filesystem_charset "UTF-8"
+music_directory "/mnt/multimedia/Musik"
+playlist_directory "/mnt/multimedia/Musik/Playlists"
+
+
+input {
+ plugin "curl"
+}
+
+audio_output {
+ type "pipewire"
+ name "Pipewire Output"
+}
+
+audio_output {
+ type "fifo"
+ name "mpdFIFO"
+ path "/tmp/mpd.fifo"
+ enabled "yes"
+ format "44100:16:2"
+}
+