2.1 - improve logging output

This commit is contained in:
RandomNinjaAtk 2023-07-18 13:51:54 +00:00 committed by GitHub
parent 17749d8ab4
commit bbd7f6f95e
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="2.1"
scriptVersion="2.2"
scriptName="Audio"
log () {
@ -103,10 +103,6 @@ Configuration () {
if [ ! -d /config/xdg ]; then
mkdir -p /config/xdg
fi
processdownloadid="$(ps -A -o pid,cmd|grep "Audio.sh" | grep -v grep | head -n 1 | awk '{print $1}')"
log "To kill script, use the following command:"
log "kill -9 $processdownloadid"
sleep 2
if [ -z $topLimit ]; then
topLimit=10
@ -150,8 +146,9 @@ Configuration () {
else
audioBitrateText="${audioBitrate}k"
fi
else
audioBitrateText="$audioBitrate"
fi
log "Output bitrate: $audioBitrateText"
if [ "$requireQuality" == "true" ]; then