We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9991fb3 + 452e6f0 commit 7804b50Copy full SHA for 7804b50
1 file changed
root/usr/local/bin/striptracks.sh
@@ -288,7 +288,7 @@ function log {(
288
while read -r
289
do
290
# shellcheck disable=2046
291
- echo $(date +"%Y-%-m-%-d %H:%M:%S.%1N")"|[$striptracks_pid]$REPLY" >>"$striptracks_log"
+ echo $(date +"%Y-%m-%d %H:%M:%S.%1N")"|[$striptracks_pid]$REPLY" >>"$striptracks_log"
292
local striptracks_filesize=$(stat -c %s "$striptracks_log")
293
if [ $striptracks_filesize -gt $striptracks_maxlogsize ]
294
then
@@ -1216,6 +1216,10 @@ BEGIN {
1216
MKVMerge = "/usr/bin/mkvmerge"
1217
FS = "[\t\n: ]"
1218
IGNORECASE = 1
1219
+ split("", AudioCommand)
1220
+ split("", SubsCommand)
1221
+ split("", AudRmvLog)
1222
+ split("", SubsRmvLog)
1223
}
1224
/^Track ID/ {
1225
FieldCount = split($0, Fields)
0 commit comments