We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7ddb8 commit fdbd448Copy full SHA for fdbd448
lidarr/setup.bash
@@ -39,7 +39,24 @@ pip install --upgrade --no-cache-dir --break-system-packages \
39
r128gain \
40
tidal-dl \
41
deemix && \
42
-echo "************ setup SMA ************" && \
+echo "************ setup SMA ************"
43
+if [ -d "${SMA_PATH}" ]; then
44
+ rm -rf "${SMA_PATH}"
45
+fi
46
+echo "*********SMA WORKAROUND ************"
47
+pip3 install --break-system-packages \
48
+ requests \
49
+ idna \
50
+ requests-cache \
51
+ babelfish \
52
+ tmdbsimple \
53
+ mutagen \
54
+ guessit \
55
+ subliminal \
56
+ python-dateutil \
57
+ stevedore \
58
+ cleanit \
59
+ plexapi
60
echo "************ setup directory ************" && \
61
mkdir -p ${SMA_PATH} && \
62
echo "************ download repo ************" && \
0 commit comments