not yet ready...

pull/16/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 5755ce667a
commit bc5df110dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM linuxserver/lidarr:arm64v8-nightly
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="1.0.14"
ENV dockerVersion="1.0.141"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -26,12 +26,8 @@ RUN \
flac \
beets \
jq \
git \
gcc \
ffmpeg \
python3-dev \
libc-dev \
gpgme-dev \
py3-pip \
yt-dlp && \
echo "************ install python packages ************" && \
@ -39,16 +35,7 @@ RUN \
yq \
r128gain \
pyacoustid \
deemix && \
echo "************ install tidal-dl ************" && \
mkdir -p /Tidal-Media-Downloader && \
mkdir -p /config/xdg && \
git clone https://github.com/yaronzz/Tidal-Media-Downloader.git /Tidal-Media-Downloader && \
cd /Tidal-Media-Downloader/TIDALDL-PY && \
git reset --hard 2484a8d && \
pip install -r requirements.txt && \
python3 setup.py install && \
rm -rf /config/xdg
deemix
# copy local files
COPY root/ /

Loading…
Cancel
Save