@ -36,7 +36,7 @@ Configuration () {
log ""
log ""
sleep 2
sleep 2
log " ############# $dockerTitle "
log " ############# $dockerTitle "
log "############# SCRIPT VERSION 1.0.001 7 "
log "############# SCRIPT VERSION 1.0.001 8 "
log " ############# DOCKER VERSION $dockerVersion "
log " ############# DOCKER VERSION $dockerVersion "
if [ -z $topLimit ] ; then
if [ -z $topLimit ] ; then
@ -213,6 +213,7 @@ DArtistAlbumList () {
if [ -f /config/extended/cache/deezer/$1 -albums-temp.json ] ; then
if [ -f /config/extended/cache/deezer/$1 -albums-temp.json ] ; then
rm /config/extended/cache/deezer/$1 -albums-temp.json
rm /config/extended/cache/deezer/$1 -albums-temp.json
fi
fi
log " :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistNameSanitized :: $lidarrAlbumTitle :: Creating album list from $albumcount found albums... "
echo "[" >> /config/extended/cache/deezer/$1 -albums-temp.json
echo "[" >> /config/extended/cache/deezer/$1 -albums-temp.json
for id in ${ !albumids[@] } ; do
for id in ${ !albumids[@] } ; do
albumid = " ${ albumids [ $id ] } "
albumid = " ${ albumids [ $id ] } "