From f446fbf66b1eae46bba184371ca4092c6ecc6e91 Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Sep 2022 12:06:25 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- config/mpd/mpd.conf | 16 ++++++++++++++++ config/navidrome/navidrome.toml | 3 ++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2bc1618..665c3f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG alpine_version=edge ARG LICENSE=WTFPL \ IMAGE_NAME=music \ TIMEZONE=America/New_York \ - PORT= + PORT=6600 ENV SHELL=/bin/bash \ TERM=xterm-256color \ diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index dec63c1..e723650 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -27,4 +27,20 @@ id3v1_encoding "UTF-8" input { plugin "curl" } +# Output ####################################################################### +audio_output { + type "httpd" + name "stream" + port "8000" + bitrate "128000" + format "48000:16:1" + always_on "yes" + tags "yes" + max_clients "0" +} +audio_output { + type "null" + name "This server does not need to play music, but it can" +} + ############################################################################### diff --git a/config/navidrome/navidrome.toml b/config/navidrome/navidrome.toml index 3930935..cf8e2f3 100644 --- a/config/navidrome/navidrome.toml +++ b/config/navidrome/navidrome.toml @@ -10,7 +10,7 @@ TranscodingCacheSize = "500MB" ImageCacheSize = "100MB" AutoImportPlaylists = true UILoginBackgroundUrl = "https://source.unsplash.com/random/1600x900?music" -UIWelcomeMessage = "" +UIWelcomeMessage = "Welcome to CasjaysDev music server" EnableCoverAnimation = true RecentlyAddedByModTime = false CoverArtPriority = "embedded, cover.*, folder.*, front.*" @@ -39,3 +39,4 @@ Extractor = "taglib" # [ListenBrainz] Enabled = true +