v1.5 - Remove pausing to speed things up...

This commit is contained in:
RandomNinjaAtk 2023-08-13 19:33:56 -04:00 committed by GitHub
parent d44ec27579
commit 45437c6d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash
scriptVersion="1.4"
scriptVersion="1.5"
scriptName="TidalVideoDownloader"
#### Import Settings
@ -332,7 +332,6 @@ VideoProcess () {
downloadFailed=false
log "$processCount/$lidarrArtistCount :: $lidarrArtistName :: $tidalVideoProcessNumber/$tidalVideoIdsCount :: $videoTitle :: Downloading..."
TidaldlStatusCheck
tidal-dl -r P1080 -o "$videoDownloadPath/incomplete" -l "$videoUrl" 2>&1 | tee -a /config/logs/$scriptName.txt
find "$videoDownloadPath/incomplete" -type f -exec mv "{}" "$videoDownloadPath/incomplete"/ \;
find "$videoDownloadPath/incomplete" -mindepth 1 -type d -exec rm -rf "{}" \; &>/dev/null