v1.0.3
This commit is contained in:
parent
fd806b2d7e
commit
b85a72efea
1 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion="1.0.2"
|
scriptVersion="1.0.3"
|
||||||
|
|
||||||
|
|
||||||
getArrAppInfo () {
|
getArrAppInfo () {
|
||||||
|
@ -54,6 +54,7 @@ searchSort="album"
|
||||||
arlToken=""
|
arlToken=""
|
||||||
matchDistance=10
|
matchDistance=10
|
||||||
enableBeetsTagging=true
|
enableBeetsTagging=true
|
||||||
|
downloadPath=/config/extended/downloads
|
||||||
|
|
||||||
sleepTimer=0.5
|
sleepTimer=0.5
|
||||||
tidaldlFail=0
|
tidaldlFail=0
|
||||||
|
@ -137,7 +138,7 @@ Configuration () {
|
||||||
log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)"
|
log "Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log "Download Location: $downloadPath"
|
log "Download Location: $"
|
||||||
|
|
||||||
|
|
||||||
log "Output format: $audioFormat"
|
log "Output format: $audioFormat"
|
||||||
|
@ -1875,9 +1876,6 @@ AudioProcess () {
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
|
|
||||||
# Perform Completed Download Folder Cleanup process
|
|
||||||
DownloadFolderCleaner
|
|
||||||
|
|
||||||
# Perform NotFound Folder Cleanup process
|
# Perform NotFound Folder Cleanup process
|
||||||
NotFoundFolderCleaner
|
NotFoundFolderCleaner
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue