Skip to content

Commit fdbd448

Browse files
Update setup.bash
#279
1 parent 6a7ddb8 commit fdbd448

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

lidarr/setup.bash

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,24 @@ pip install --upgrade --no-cache-dir --break-system-packages \
3939
r128gain \
4040
tidal-dl \
4141
deemix && \
42-
echo "************ setup SMA ************" && \
42+
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
4360
echo "************ setup directory ************" && \
4461
mkdir -p ${SMA_PATH} && \
4562
echo "************ download repo ************" && \

0 commit comments

Comments
 (0)