v1.0.5 - make configurable

This commit is contained in:
RandomNinjaAtk
2023-07-12 12:20:21 +00:00
committed by GitHub
parent a4efeeca31
commit 11b0c33b00

View File

@@ -1,11 +1,14 @@
#!/usr/bin/with-contenv bash
scriptVersion="1.0.4"
scriptVersion="1.0.5"
scriptName="Video"
######## Settings
videoLanguages="eng"
requireLanguageMatch="true"
enableSma="true"
enableSmaTagging="true"
#### Import Settings
source /config/extended.conf
log () {
m_time=`date "+%F %T"`
echo $m_time" :: $scriptName :: $scriptVersion :: "$1
}
set -e
set -o pipefail
@@ -49,12 +52,6 @@ function Configuration {
fi
}
function log {
m_time=`date "+%F %T"`
echo $m_time" :: $scriptVersion :: "$1
}
VideoLanguageCheck () {
count=0