parent
11650acc71
commit
6a7ddb885a
1 changed files with 14 additions and 0 deletions
|
@ -20,6 +20,20 @@ pip install --upgrade --no-cache-dir -U --break-system-packages \
|
||||||
yt-dlp \
|
yt-dlp \
|
||||||
yq
|
yq
|
||||||
echo "************ setup SMA ************"
|
echo "************ setup SMA ************"
|
||||||
|
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 ************"
|
echo "************ setup directory ************"
|
||||||
if [ -d /config/extended/sma ]; then
|
if [ -d /config/extended/sma ]; then
|
||||||
rm -rf /config/extended/sma
|
rm -rf /config/extended/sma
|
||||||
|
|
Loading…
Reference in a new issue