From: Andre Ramnitz Date: Fri, 15 Dec 2023 22:50:26 +0000 (+0100) Subject: mpd: add config X-Git-Tag: v0.2~317 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=47e2846a50ca9f1ae9a318135aa44e876da98102;p=dotfiles.git mpd: add config --- diff --git a/mpd/.config/mpd/mpd.conf b/mpd/.config/mpd/mpd.conf new file mode 100644 index 00000000..86cc1591 --- /dev/null +++ b/mpd/.config/mpd/mpd.conf @@ -0,0 +1,39 @@ +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" +} +