1.0.0011 - still attempting to bug fix videos...

pull/6/head
RandomNinjaAtk 3 years ago committed by GitHub
parent a10f6b67c7
commit d8bce0d5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-nightly
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="1.0.0010"
ENV dockerVersion="1.0.0011"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -35,9 +35,7 @@ RUN \
echo "************ install python packages ************" && \
pip install \
yq \
aigpy \
r128gain \
lyricsgenius \
pyacoustid \
deemix && \
echo "************ install tidal-dl ************" && \
@ -45,7 +43,7 @@ RUN \
mkdir -p /config/xdg && \
git clone --branch patch-1 https://github.com/RandomNinjaAtk/Tidal-Media-Downloader.git /Tidal-Media-Downloader && \
cd /Tidal-Media-Downloader/TIDALDL-PY && \
pip install -r requirements.txt --user && \
pip install -r requirements.txt && \
python3 setup.py install && \
rm -rf /config/xdg

Loading…
Cancel
Save