mirror of
https://github.com/casjaysdevdocker/navidrome
synced 2025-01-18 18:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
6ddaf72401
commit
f446fbf66b
@ -5,7 +5,7 @@ ARG alpine_version=edge
|
|||||||
ARG LICENSE=WTFPL \
|
ARG LICENSE=WTFPL \
|
||||||
IMAGE_NAME=music \
|
IMAGE_NAME=music \
|
||||||
TIMEZONE=America/New_York \
|
TIMEZONE=America/New_York \
|
||||||
PORT=
|
PORT=6600
|
||||||
|
|
||||||
ENV SHELL=/bin/bash \
|
ENV SHELL=/bin/bash \
|
||||||
TERM=xterm-256color \
|
TERM=xterm-256color \
|
||||||
|
@ -27,4 +27,20 @@ id3v1_encoding "UTF-8"
|
|||||||
input {
|
input {
|
||||||
plugin "curl"
|
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"
|
||||||
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -10,7 +10,7 @@ TranscodingCacheSize = "500MB"
|
|||||||
ImageCacheSize = "100MB"
|
ImageCacheSize = "100MB"
|
||||||
AutoImportPlaylists = true
|
AutoImportPlaylists = true
|
||||||
UILoginBackgroundUrl = "https://source.unsplash.com/random/1600x900?music"
|
UILoginBackgroundUrl = "https://source.unsplash.com/random/1600x900?music"
|
||||||
UIWelcomeMessage = ""
|
UIWelcomeMessage = "Welcome to CasjaysDev music server"
|
||||||
EnableCoverAnimation = true
|
EnableCoverAnimation = true
|
||||||
RecentlyAddedByModTime = false
|
RecentlyAddedByModTime = false
|
||||||
CoverArtPriority = "embedded, cover.*, folder.*, front.*"
|
CoverArtPriority = "embedded, cover.*, folder.*, front.*"
|
||||||
@ -39,3 +39,4 @@ Extractor = "taglib"
|
|||||||
|
|
||||||
# [ListenBrainz]
|
# [ListenBrainz]
|
||||||
Enabled = true
|
Enabled = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user