v1.0.118 - Update deemix to latest version

pull/16/head
RandomNinjaAtk 2 years ago committed by GitHub
parent c78ab5f4bb
commit 7ec072474b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.117"
scriptVersion="1.0.118"
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" = "null" ]; then
lidarrUrlBase=""
@ -665,6 +665,9 @@ DeemixClientSetup () {
rm -rf /downloads/lidarr-extended/incomplete/*
fi
log ":: DEEZER :: Upgrade deemix to the latest..."
pip3 install deemix --upgrade
deemix -b $deemixQuality -p /downloads/lidarr-extended/incomplete "https://www.deezer.com/album/197472472"
if [ -d "/tmp/deemix-imgs" ]; then
rm -rf /tmp/deemix-imgs

Loading…
Cancel
Save