parent
6a7ddb885a
commit
fdbd448a79
1 changed files with 18 additions and 1 deletions
|
@ -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 ************" && \
|
||||
|
|
Loading…
Reference in a new issue