🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-10 12:06:25 -04:00
parent 6ddaf72401
commit f446fbf66b
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
3 changed files with 19 additions and 2 deletions

View File

@ -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 \

View File

@ -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"
}
###############################################################################

View File

@ -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