From 8fbe8f6e565c187d53601ba015c2dfc39beb2696 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 3 Feb 2023 11:29:07 -0500 Subject: mpd.conf --- etc/mpd.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'etc') 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" } - - -- cgit v1.2.3