Update Video.service.bash

This commit is contained in:
RandomNinjaAtk 2023-07-10 13:43:44 +00:00 committed by GitHub
parent fb392456e6
commit 031cebd6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
scriptVersion="1.0" scriptVersion="1.1"
# Debugging Settings
#addFeaturedVideoArtists=true
# Settings # Settings
videoFormat=bv[width>=1920]+ba addFeaturedVideoArtists="true"
videoFormat="bv[width>=1920]+ba"
log () { log () {
m_time=`date "+%F %T"` m_time=`date "+%F %T"`
@ -48,10 +46,6 @@ verifyApiAccess () {
done done
} }
# Debugging Settings
#addFeaturedVideoArtists=true
#videoFormat=bestvideo+best+bestaudio
if [ "$dlClientSource" = "tidal" ] || [ "$dlClientSource" = "both" ]; then if [ "$dlClientSource" = "tidal" ] || [ "$dlClientSource" = "both" ]; then
sourcePreference=tidal sourcePreference=tidal
fi fi