Merge pull request #261 from jasonpatrickellykrause/jv-spelling-corrections

Spelling Corrections
This commit is contained in:
RandomNinjaAtk 2024-05-31 17:24:54 -04:00 committed by GitHub
commit 178ef2290a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,7 @@ Configuration () {
log "Beets Tagging Disabled" log "Beets Tagging Disabled"
fi fi
log "Failed Download Attempt Theshold: $failedDownloadAttemptThreshold" log "Failed Download Attempt Threshold: $failedDownloadAttemptThreshold"
} }
@ -828,7 +828,7 @@ ProcessWithBeets () {
fi fi
if [ ! -f "/config/extended/logs/downloaded/musicbrainz_matched/$matchedTagsAlbumReleaseGroupId" ]; then if [ ! -f "/config/extended/logs/downloaded/musicbrainz_matched/$matchedTagsAlbumReleaseGroupId" ]; then
log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Marking MusicBrainz Release Group ($matchedTagsAlbumReleaseGroupId) as succesfully downloaded..." log "$page :: $wantedAlbumListSource :: $processNumber of $wantedListAlbumTotal :: $lidarrArtistName :: $lidarrAlbumTitle :: $lidarrAlbumType :: Marking MusicBrainz Release Group ($matchedTagsAlbumReleaseGroupId) as successfully downloaded..."
touch "/config/extended/logs/downloaded/musicbrainz_matched/$matchedTagsAlbumReleaseGroupId" touch "/config/extended/logs/downloaded/musicbrainz_matched/$matchedTagsAlbumReleaseGroupId"
fi fi
@ -1108,7 +1108,7 @@ GetMissingCutOffList () {
rm /config/extended/cache/notfound.txt /config/extended/cache/tocheck.txt rm /config/extended/cache/notfound.txt /config/extended/cache/tocheck.txt
lidarrCutoffRecords=$(ls /config/extended/cache/lidarr/list/*-cutoff 2>/dev/null | wc -l) lidarrCutoffRecords=$(ls /config/extended/cache/lidarr/list/*-cutoff 2>/dev/null | wc -l)
log "$page :: cutoff :: ${lidarrCutoffRecords} ablums found to process!" log "$page :: cutoff :: ${lidarrCutoffRecords} albums found to process!"
wantedListAlbumTotal=$lidarrCutoffRecords wantedListAlbumTotal=$lidarrCutoffRecords
if [ ${lidarrCutoffRecords} -gt 0 ]; then if [ ${lidarrCutoffRecords} -gt 0 ]; then