diff --git a/Dockerfile b/Dockerfile index dddb517..3ddb173 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-nightly LABEL maintainer="RandomNinjaAtk" ENV dockerTitle="lidarr-extended" -ENV dockerVersion="1.0.0013" +ENV dockerVersion="1.0.0012" ENV LANG=en_US.UTF-8 ENV autoStart=true ENV configureLidarrWithOptimalSettings=false @@ -37,8 +37,15 @@ RUN \ yq \ r128gain \ pyacoustid \ - tidal-dl \ - deemix + 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 && \ + pip install -r requirements.txt && \ + python3 setup.py install && \ + rm -rf /config/xdg # copy local files COPY root/ /