aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-08-02 18:33:26 +0200
committerDavid Runge <dave@sleepmap.de>2023-08-02 18:33:26 +0200
commit7b4ad3a4356d8ab609d41dd58c25f1ba43c4cbfa (patch)
tree8b2c18ae790824a0ba6b8bbb4130f6ff37161fc6
parent9a24e1e45d6ef8dbf62baa8130aaaa76fb316e63 (diff)
downloaddotfiles-7b4ad3a4356d8ab609d41dd58c25f1ba43c4cbfa.tar.gz
dotfiles-7b4ad3a4356d8ab609d41dd58c25f1ba43c4cbfa.tar.bz2
dotfiles-7b4ad3a4356d8ab609d41dd58c25f1ba43c4cbfa.tar.xz
dotfiles-7b4ad3a4356d8ab609d41dd58c25f1ba43c4cbfa.zip
mpd: Also output using the httpd plugin
-rw-r--r--.config/mpd/hmbx-pipewire.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/mpd/hmbx-pipewire.conf b/.config/mpd/hmbx-pipewire.conf
index 0bdf5cf..58ddd7e 100644
--- a/.config/mpd/hmbx-pipewire.conf
+++ b/.config/mpd/hmbx-pipewire.conf
@@ -30,3 +30,16 @@ audio_output {
path "~/.local/share/mpd/fifo"
format "44100:16:2"
}
+
+audio_output {
+ always_on "yes"
+ bitrate "max"
+ encoder "opus"
+ format "48000:16:2"
+ name "dave's radio"
+ opustags "yes"
+ port "8023"
+ signal "music"
+ tags "yes"
+ type "httpd"
+}