diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-03 11:29:07 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-03 11:29:07 -0500 |
commit | 8fbe8f6e565c187d53601ba015c2dfc39beb2696 (patch) | |
tree | 26d5d306bc7f3fc0199e9c233317591b906741dd /etc/mpd.conf | |
parent | aliases (diff) |
mpd.conf
Diffstat (limited to '')
-rw-r--r-- | etc/mpd.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/etc/mpd.conf b/etc/mpd.conf index d0f4385..163e377 100644 --- a/etc/mpd.conf +++ b/etc/mpd.conf @@ -6,8 +6,7 @@ sticker_file "/var/lib/mpd/sticker.sql" filesystem_charset "UTF-8" user "mpd" -bind_to_address "127.0.0.1" -bind_to_address "10.0.1.101" +bind_to_address "any" auto_update "yes" input { @@ -36,9 +35,9 @@ audio_output { audio_output { type "httpd" name "HTTP stream" - bind_to_address "10.0.1.101" + bind_to_address "10.0.1.103" port "6688" quality "5" + always_on "yes" + tags "yes" } - - |