This commit is contained in:
RandomNinjaAtk
2023-07-11 14:10:17 +00:00
committed by GitHub
parent fd806b2d7e
commit b85a72efea

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.2"
scriptVersion="1.0.3"
getArrAppInfo () {
@@ -54,6 +54,7 @@ searchSort="album"
arlToken=""
matchDistance=10
enableBeetsTagging=true
downloadPath=/config/extended/downloads
sleepTimer=0.5
tidaldlFail=0
@@ -137,7 +138,7 @@ Configuration () {
log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)"
fi
log "Download Location: $downloadPath"
log "Download Location: $"
log "Output format: $audioFormat"
@@ -1875,9 +1876,6 @@ AudioProcess () {
Configuration
# Perform Completed Download Folder Cleanup process
DownloadFolderCleaner
# Perform NotFound Folder Cleanup process
NotFoundFolderCleaner