diff --git a/lidarr/setup.bash b/lidarr/setup.bash index febe13b..dff39f9 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -39,7 +39,24 @@ pip install --upgrade --no-cache-dir --break-system-packages \ r128gain \ tidal-dl \ deemix && \ -echo "************ setup SMA ************" && \ +echo "************ setup SMA ************" +if [ -d "${SMA_PATH}" ]; then + rm -rf "${SMA_PATH}" +fi +echo "*********SMA WORKAROUND ************" +pip3 install --break-system-packages \ + requests \ + idna \ + requests-cache \ + babelfish \ + tmdbsimple \ + mutagen \ + guessit \ + subliminal \ + python-dateutil \ + stevedore \ + cleanit \ + plexapi echo "************ setup directory ************" && \ mkdir -p ${SMA_PATH} && \ echo "************ download repo ************" && \