]> Freerunner's - dotfiles.git/commitdiff
mpd: add config
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 15 Dec 2023 22:50:26 +0000 (23:50 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
mpd/.config/mpd/mpd.conf [new file with mode: 0644]

diff --git a/mpd/.config/mpd/mpd.conf b/mpd/.config/mpd/mpd.conf
new file mode 100644 (file)
index 0000000..86cc159
--- /dev/null
@@ -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"
+}
+