From e81fd957080bbdc505a33a4aee52e8d47d87df94 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 7 Aug 2024 14:22:57 +0000 Subject: [PATCH] v2.47 - Remove legacy code from recent changes --- lidarr/Audio.service.bash | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/lidarr/Audio.service.bash b/lidarr/Audio.service.bash index 76af689..a92da21 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="2.46" +scriptVersion="2.47" scriptName="Audio" ### Import Settings @@ -650,10 +650,6 @@ DownloadProcess () { fi log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Processing files with beets..." ProcessWithBeets "$audioPath/incomplete" - - if [ -f /config/extended/beets-error ]; then - return - fi fi # Embed Lyrics into Flac files @@ -843,16 +839,6 @@ ProcessWithBeets () { fi - if [ "$wantedAlbumListSource" == "missing" ]; then - log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: ERROR :: Already Imported Album (Missing)" - rm -rf "$audioPath/incomplete"/* - touch /config/extended/beets-error - return - else - log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Importing Album (Cutoff)" - return - fi - } DownloadQualityCheck () {