videoFormat

#71
pull/81/head
RandomNinjaAtk 2 years ago committed by GitHub
parent e2e81c3088
commit 3f72ab65fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ COPY --from=builder qemu-aarch64-static /usr/bin
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="arm64v8-1.0.29"
ENV dockerVersion="arm64v8-1.0.30"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -38,6 +38,7 @@ ENV youtubeSubtitleLanguage=en
ENV enableAudioScript=true
ENV enableVideoScript=true
ENV matchDistance=5
ENV videoFormat="bestvideo+best+bestaudio --no-video-multistreams"
RUN \
echo "*** install packages ***" && \

Loading…
Cancel
Save